quantityUnitType {RDML} | R Documentation |
quantityUnitType R6 class.
Description
The unit the quantity. Can take values:
- cop
copies per microliter
- fold
fold change
- dil
dilution (10 would mean 1:10 dilution)
- nMol
nanomol per microliter
- ng
nanogram per microliter
- other
other unit (must be linear, no exponents or logarithms allowed)
Format
An R6Class
generator object.
Details
Inherits: enumType.
Initialization
quantityUnitType$new(value)
@section Fields:
value
checkString. Value.
Super classes
RDML::rdmlBaseType
-> RDML::enumType
-> quantityUnitType
Methods
Public methods
Inherited methods
Method clone()
The objects of this class are cloneable with this method.
Usage
quantityUnitType$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.
[Package RDML version 1.1 Index]