experimentType {RDML} | R Documentation |
A qPCR experiment. It may contain several runs (runType). Inherits: rdmlBaseType.
experimentType
An R6Class
generator object.
experimentType$new(id, description = NULL, documentation = NULL, run = NULL)
@section Fields:
id
description
documentation
list
of idReferencesType.
run
list
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.