Learn R Programming

RDML (version 0.9-1)

mdpsType: mdpsType R6 class.

Description

Contains of melting data points matrix -- single data points measured during amplification. Matrix columns:
tmp
(every point must be unique) Temperature - The temperature in degrees Celsius at the time of measurement.
fluor
Fluorescence - The fluorescence intensity measured without any correction. The fluorescence intensity must not be baseline corrected.
Inherits: rdmlBaseType.

Usage

mdpsType

Arguments

Format

An R6Class generator object.

Initialization

mdpsType$new(fpoints)

Fields

fpoints
matrix. Matrix with amplification data points.