Last data update: 2014.03.03

R: adpsType R6 class.
adpsTypeR Documentation

adpsType R6 class.

Description

Contains of amplification data points matrix – single data points measured during amplification. Matrix columns:

cyc

(every point must be unique) Cycle - The PCR cycle at which data point was collected.

tmp

(optional) 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

adpsType

Format

An R6Class generator object.

Initialization

adpsType$new(fpoints)

Fields

fpoints

matrix. Matrix with amplification data points.

Results