cdnaSynthesisMethodType {RDML}R Documentation

cdnaSynthesisMethodType R6 class.

Description

Description of the cDNA synthesis method. Inherits: rdmlBaseType.

Usage

cdnaSynthesisMethodType

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

primingMethodType.

dnaseTreatment

checkFlag if TRUERNA was DNAse treated prior cDNA synthesis.

thermalCyclingConditions

idReferencesType.


[Package RDML version 1.0 Index]