Contains matrix
of melting data points (single data points measured
during amplification).
An R6Class
generator object.
Columns:
(temperature in degrees Celsius at the time of measurement. Every point must have unique value.
fluorescence intensity measured without any correction (including baselining).
Inherits: rdmlBaseType.
mdpsType$new(fpoints)
@section Fields:
fpoints
assertMatrix. Matrix with amplification data points.
RDML::rdmlBaseType
-> mdpsType
Inherited methods
new()
mdpsType$new(fpoints)
.asXMLnodes()
mdpsType$.asXMLnodes(node.name)
clone()
The objects of this class are cloneable with this method.
mdpsType$clone(deep = FALSE)
deep
Whether to make a deep clone.