cdnaSynthesisMethodType {RDML} | R Documentation |
cdnaSynthesisMethodType R6 class.
Description
Description of the cDNA synthesis method. Inherits: rdmlBaseType.
Format
An R6Class
generator object.
Initialization
cdnaSynthesisMethodType$new(enzyme = NULL, primingMethod = NULL, dnaseTreatment = NULL, thermalCyclingConditions = NULL)
@section Fields:
enzyme
checkString. Name of the enzyme used for reverse transcription.
primingMethod
dnaseTreatment
checkFlag if
TRUE
RNA was DNAse treated prior cDNA synthesis.thermalCyclingConditions
Super class
RDML::rdmlBaseType
-> cdnaSynthesisMethodType
Methods
Public methods
Inherited methods
Method new()
Usage
cdnaSynthesisMethodType$new( enzyme = NULL, primingMethod = NULL, dnaseTreatment = NULL, thermalCyclingConditions = NULL )
Method clone()
The objects of this class are cloneable with this method.
Usage
cdnaSynthesisMethodType$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.
[Package RDML version 1.1 Index]