Learn R Programming

RDML (version 0.9-1)

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)

Fields

value
is.string. Value.

Details

Inherits: enumType.