Contains matrix of melting data points (single data points measured during amplification).

Format

An R6Class generator object.

Details

Columns:

tmp

(temperature in degrees Celsius at the time of measurement. Every point must have unique value.

fluor

fluorescence intensity measured without any correction (including baselining).

Inherits: rdmlBaseType.

Initialization

mdpsType$new(fpoints)

@section Fields:

fpoints

assertMatrix. Matrix with amplification data points.

Super class

RDML::rdmlBaseType -> mdpsType

Methods

Public methods

Inherited methods

Method new()

Usage

mdpsType$new(fpoints)


Method .asXMLnodes()

Usage

mdpsType$.asXMLnodes(node.name)


Method clone()

The objects of this class are cloneable with this method.

Usage

mdpsType$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.