powered by
BMG_format accepts a plate layout .CSV file and formats the Sample IDs into a format which can be easily imported into the BMG control software.
BMG_format( file, save_path = "", save_name = "formatted.txt", write_file = FALSE )
A text file containing information for import into the BMG control software.
A .CSV file containing the plate layout of Sample IDs.
The path to the directory that you want the file saved.
The name of the output file. Should have the ".txt" extension.
Logical. If true, function will write a .txt file; otherwise it will return a character vector.
layout_file <- system.file( "extdata/BMG_formatting", file = "plate_layout.csv", package = "quicR" ) BMG_format(layout_file)
Run the code above in your browser using DataLab