Description Usage Arguments Details Value Examples
View source: R/buildAssayTab.R
This function parses plate annotations and create a mapping between assay endpoints and channels
1 | buildAssayTab(plate.mtd, chn.map)
|
plate.mtd |
Legacy study annotation file from biobanking |
chn.map |
List of endpoints to thermo channels mapping |
Function used only when processing historical data
Table with assay information
1 2 3 4 5 | ## Load sample data
load(system.file("extdata", "data_for_vignette.rda", package="GladiaTOX"))
# Build assay table
assay <- buildAssayTab(plate, chnmap)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.