View source: R/electrophoresis.R
electrophoresis | R Documentation |
This S3 class is a generic container for electrophoresis data and metadata. The constructor simply assembles the provided members into a class structure without checking them: if they are formatted incorrectly there will be no warnings at this stage.
electrophoresis(
data = NULL,
assay.info = NULL,
samples = NULL,
peaks = NULL,
regions = NULL,
mobility.functions = NULL
)
data |
A tall data frame of the run data, specifically:
|
assay.info |
A list of metadata about each batch and the assay kit used. |
samples |
A data frame of metadata for each sample (also annotated to
|
peaks |
A data frame of peaks reported by the Agilent software, annotated with their lower and upper boundaries in various scales. |
regions |
A data frame of regions of interest reported by the Agilent software, annotated with their lower and upper boundaries in varous scales. |
mobility.functions |
A list of model functions, one per ladder used for calibration, to convert migration speed measurements (aligned time or relative distance) into estimated molecule lengths. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.