Learn R Programming

RDML (version 0.9-1)

runType: runType R6 class.

Description

A run is a set of reactions performed in one "run", for example one plate, one rotor, one array, one chip.Inherits: rdmlBaseType.

Usage

runType

Arguments

Format

An R6Class generator object.

Initialization

runType$new(id, description = NULL, documentation = NULL, experimenter = NULL, instrument = NULL, dataCollectionSoftware = NULL, backgroundDeterminationMethod = NULL, cqDetectionMethod = NULL, thermalCyclingConditions = NULL, pcrFormat, runDate = NULL, react = NULL)

Fields

id
idType.
description
is.string.
documentation
list of idReferencesType.
experimenter
list of idReferencesType.
instrument
is.string. Description of the instrument used to aquire the data.
dataCollectionSoftware
dataCollectionSoftwareType. Description of the software used to analyze/collect the data.
backgroundDeterminationMethod
double. Description of method used to determine the background.
cqDetectionMethod
double. Description of method used to calculate the quantification cycle.
thermalCyclingConditions
double. The program used to aquire the data.
pcrFormat
adpsType.
runDate
adpsType. Date and time stamp when the data was aquired.
react
list of adpsType.

Methods