get_wells {quicR} | R Documentation |
Returns the well IDs used in the plate.
get_wells(file)
file |
Excel file exported from MARS |
A vector containing well IDs.
file <- system.file(
"extdata/input_files",
file = "test.xlsx",
package = "quicR"
)
get_wells(file)