experimentType {RDML} | R Documentation |
experimentType R6 class.
Description
A qPCR experiment. It may contain several runs (runType). Inherits: rdmlBaseType.
Usage
experimentType
Format
An R6Class
generator object.
Initialization
experimentType$new(id, description = NULL, documentation = NULL, run = NULL)
@section Fields:
id
description
documentation
list
of idReferencesType.run
list
of runType.
Methods
AsDataFrame(dp.type = "adp", long.table = FALSE)
Represents amplification (
dp.type = "adp"
) or melting (dp.type = "mdp"
) data points asdata.frame
.long.table = TRUE
means that fluorescence data for all runs and reacts will be at one collumn.
[Package RDML version 1.0 Index]