powered by
Returns a dataframe with the sample IDs and well IDs used in the plate.
get_sample_locations( file, tab_name = "Sample IDs", dilution_bool = FALSE, dilution_fun = function(x) 1 * x, sep = "\n", plate = 96 )
A vector containing well IDs.
Excel file exported from MARS
Table name containing the sample IDs.
Logical; is there a table containing dilution factors? If so, will add a newline and the log of the dilution factor to the ID column.
A function for transforming the dilution factor.
A string used to separate the sample ID and dilution factor.
Integer; either 96 or 384 to denote microplate type.
file <- system.file( "extdata/input_files", file = "test.xlsx", package = "quicR" ) get_sample_locations(file)
Run the code above in your browser using DataLab