RDML (version 0.9-8)

quantityUnitType: 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

Arguments

Format

An R6Class generator object.

Initialization

quantityUnitType$new(value)

@section Fields:

value

checkString. Value.

Details

Inherits: enumType.