sampleTypeType {RDML} | R Documentation |
sampleTypeType R6 class.
Description
Can take values:
- unkn
unknown sample
- ntc
non template control
- nac
no amplification control
- std
standard sample
- ntp
no target present
- nrt
minusRT
- pos
positive control
- opt
optical calibrator sample
Format
An R6Class
generator object.
Details
Inherits: enumType.
Initialization
sampleTypeType$new(value)
@section Fields:
value
checkString. Value.
Super classes
RDML::rdmlBaseType
-> RDML::enumType
-> sampleTypeType
Methods
Public methods
Inherited methods
Method clone()
The objects of this class are cloneable with this method.
Usage
sampleTypeType$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.
[Package RDML version 1.1 Index]