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)
Usage
quantityUnitType
Format
An R6Class
generator object.
Details
Inherits: enumType.
Initialization
quantityUnitType$new(value)
@section Fields:
value
checkString. Value.
[Package RDML version 1.0 Index]