Learn R Programming

RDML (version 0.9-1)

sampleType: sampleType R6 class.

Description

A sample is a defined template solution. Dilutions of the same material differ in concentration and are considered different samples. A technical replicate samples should contain the same name (reactions are performed on the same material), and biological replicates should contain different names (the nucleic acids derived from the different biological replicates are not the same). Serial dilutions in a standard curve must have a different name. Inherits: rdmlBaseType.

Usage

sampleType

Arguments

Format

An R6Class generator object.

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.
documentation
list of idReferencesType.
xRef
list of xRefType.
annotation
list 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.