get_wells {quicR} | R Documentation |
Get the Wells Used in the RT-QuIC Run.
Description
Returns the well IDs used in the plate.
Usage
get_wells(file)
Arguments
file |
Excel file exported from MARS |
Value
A vector containing well IDs.
Examples
file <- system.file(
"extdata/input_files",
file = "test.xlsx",
package = "quicR"
)
get_wells(file)
[Package quicR version 1.0.2 Index]