| dataType {RDML} | R Documentation |
dataType R6 class.
Description
Inherits: rdmlBaseType.
Usage
dataType
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
taridReferencesType. TargetID - A reference to a target.
cqcheckNumber. Calculated fractional PCR cycle used for downstream quantification. Negative values express following condition: Not Available: -1.0
exclcheckString. Excluded. If
exclis present, this entry should not be evaluated. Do not set this element toFALSEif the entry is valid. Instead, leave the entireexclelement out instead. It may contain a string with a reason for the exclusion. Several reasons for exclusion should be seperated by semicolons ";".adpmdpendPt
. Value of the endpoint measurement.
bgFluorcheckNumber. Background fluorescence (the y-intercept of the baseline trend based on the estimated background fluorescence).
bgFluorSlpcheckNumber. 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
bgFluorelement it should be ignored.quantFluorcheckNumber. Quantification flourescence - The fluorescence value corresponding to the treshold line.
Methods
AsDataFrame(dp.type = "adp")Represents amplification (
dp.type = "adp"
) or melting (
dp.type = "mdp") data points asdata.frame