BMG_format | R Documentation |
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
)
file |
A .CSV file containing the plate layout of Sample IDs. |
save_path |
The path to the directory that you want the file saved. |
save_name |
The name of the output file. Should have the ".txt" extension. |
write_file |
Logical. If true, function will write a .txt file; otherwise it will return a character vector. |
A text file containing information for import into the BMG control software.
layout_file <- system.file(
"extdata/BMG_formatting",
file = "plate_layout.csv",
package = "quicR"
)
BMG_format(layout_file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.