buildAssayTab: Prepare assay table mapping info

Description Usage Arguments Details Value Examples

View source: R/buildAssayTab.R

Description

This function parses plate annotations and create a mapping between assay endpoints and channels

Usage

1
buildAssayTab(plate.mtd, chn.map)

Arguments

plate.mtd

Legacy study annotation file from biobanking

chn.map

List of endpoints to thermo channels mapping

Details

Function used only when processing historical data

Value

Table with assay information

Examples

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)

GladiaTOX documentation built on Nov. 15, 2020, 2:07 a.m.