experimentType {RDML} | R Documentation |
experimentType R6 class.
Description
A qPCR experiment. It may contain several runs (runType). Inherits: rdmlBaseType.
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.
Super class
RDML::rdmlBaseType
-> experimentType
Methods
Public methods
Inherited methods
Method new()
Usage
experimentType$new(id, description = NULL, documentation = NULL, run = NULL)
Method GetFData()
Usage
experimentType$GetFData(dp.type = "adp", long.table = FALSE)
Method clone()
The objects of this class are cloneable with this method.
Usage
experimentType$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.
[Package RDML version 1.1 Index]