Initialization
sampleType$new(id, description = NULL,
documentation = NULL, xRef = NULL, annotation = NULL, type =
sampleTypeType$new("unkn"), interRunCalibrator = FALSE, quantity = NULL,
calibratorSample = FALSE, cdnaSynthesisMethod = NULL, templateQuantity =
NULL)Fields
id- idType. Concentration of the template in nanogram
per microliter in the final reaction mix.
description- is.string.
documentationlist of idReferencesType. xReflist of xRefType. annotationlist of annotationType. type- sampleTypeType.
interRunCalibrator- is.flag. True if this
sample is used as inter run calibrator.
quantity- quantityType. Quantity - The reference
quantity of this sample. It should be only used if the sample is part of a
standard curve. The provided value will be used to quantify unknown samples
in absolute quantification assays. Only the use of true numbers is valid
like 1, 10, 100, 1000 or 1, 0.1, 0.01, 0.001. The use of exponents is not
valid like 1, 2, 3, 4 or -1, -2, -3, -4 because it will not be interpreted
as 10E1, 10E2, 10E3, 10E4 or 10E-1, 10E-2, 10E-3, 10E-4.
calibratorSample- is.flag. True if this
sample is used as calibrator sample.
cdnaSynthesisMethod- cdnaSynthesisMethodType.
templateQuantity- templateQuantityType.