Learn R Programming

RDML (version 0.9-1)

dataType: dataType R6 class.

Description

Inherits: rdmlBaseType.

Usage

dataType

Arguments

Format

An R6Class generator object.

Initialization

dataType$new(tar, cq = NULL, excl = NULL, adp = NULL, mdp = NULL, endPt = NULL, bgFluor = NULL, bgFluorSlp = NULL, quantFluor = NULL)

Fields

tar
idReferencesType. TargetID - A reference to a target.
cq
double. Quantification cycle - The calculated fractional PCR cycle used for downstream quantification. Negative values are used to express following conditions: Not Available: -1.0
excl
is.string. Excluded - If present, this entry should not be evaluated. Do not set this element to false if this entry is valid, leave the entire element out instead. It may contain a string with reason for exclusion. Several reasons for exclusion should be seperated by semicolons ";".
adp
adpsType.
mdp
mdpsType.
endPt
double. End point - Result of an endpoint
measurement.
bgFluor
double. Background fluorescence - The y-intercept of the baseline trend based on the estimated background fluorescence.
bgFluorSlp
double. Background fluorescence slope - The slope of the baseline trend based on the estimated background fluorescence. The element should be absent to indicate a slope of 0.0; If this element is present without the bgFluor element it should be ignored.
quantFluor
double. Quantification flourescence - The fluorescence value corresponding to the treshold line.

Methods