View source: R/buildAssayTab.R
buildAssayTab | R Documentation |
This function parses plate annotations and create a mapping between assay endpoints and channels
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
## 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.