cdnaSynthesisMethodType: cdnaSynthesisMethodType R6 class.

cdnaSynthesisMethodTypeR 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

primingMethodType.

dnaseTreatment

checkFlag if TRUERNA was DNAse treated prior cDNA synthesis.

thermalCyclingConditions

idReferencesType.

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.


kablag/RDML documentation built on Oct. 20, 2022, 5:47 a.m.