| experimentType | R Documentation |
A qPCR experiment. It may contain several runs (runType). Inherits: rdmlBaseType.
An R6Class generator object.
experimentType$new(id, description = NULL, documentation = NULL, run = NULL)
@section Fields:
ididType.
descriptioncheckString.
documentationlist of idReferencesType.
runlist of runType.
AsDataFrame(dp.type = "adp",
long.table = FALSE)Represents amplification (dp.type = "adp") or
melting (dp.type = "mdp") data points as data.frame.
long.table = TRUE means that fluorescence data for all runs and
reacts will be at one collumn.
RDML::rdmlBaseType -> experimentType
new()experimentType$new(id, description = NULL, documentation = NULL, run = NULL)
GetFData()experimentType$GetFData(dp.type = "adp", long.table = FALSE)
clone()The objects of this class are cloneable with this method.
experimentType$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.