Learn R Programming

RDML (version 1.1)

cdnaSynthesisMethodType: cdnaSynthesisMethodType R6 class.

Description

Description of the cDNA synthesis method. Inherits: rdmlBaseType.

Arguments

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.

Super class

RDML::rdmlBaseType -> cdnaSynthesisMethodType

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.