templateQuantityType {RDML} | R Documentation |
templateQuantityType R6 class.
Description
Inherits: rdmlBaseType.
Format
An R6Class
generator object.
Initialization
templateQuantityType$new(conc, nucleotide)
@section Fields:
conc
checkNumber. Concentration of the template in nanogram
per microliter in the final reaction mix.
nucleotide
Super class
RDML::rdmlBaseType
-> templateQuantityType
Methods
Public methods
Inherited methods
Method new()
Usage
templateQuantityType$new(conc, nucleotide)
Method clone()
The objects of this class are cloneable with this method.
Usage
templateQuantityType$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.
[Package RDML version 1.1 Index]