This function allows users to import metadata that will be used for downstream analyses.
1 2 | import_metadata(file, well_id = "well_id", multi_plate = FALSE,
plate_id = NULL, ...)
|
file |
Metadata file to be imported. Must contain a column containing well IDs (A1, A2...) |
well_id |
The name of the column in your metadata table with locations on the plate |
multi_plate |
If you will be using multiple plates, set this to TRUE |
plate_id |
If you are analyzing multiple plates, this variable is the name of the column in your metadata table where you store plate_ids |
... |
Additional parameters for for data.table::fread() |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.