thermalCyclingConditionsType: thermalCyclingConditionsType R6 class.

thermalCyclingConditionsTypeR Documentation

thermalCyclingConditionsType R6 class.

Description

A cycling program for PCR or to amplify cDNA. Inherits: rdmlBaseType.

Format

An R6Class generator object.

Initialization

thermalCyclingConditionsType$new(id,
  description = NULL, documentation = NULL, lidTemperature = NULL,
  experimenter = NULL, step)

Fields

id

idType.

description

checkString.

documentation

list of idReferencesType.

lidTemperature

checkNumber. The temperature in degrees Celsius of the lid during cycling.

experimenter

list of idReferencesType. Reference to the person who made or uses this protocol.

step

list of stepType. The steps a protocol runs through to amplify DNA.

Super class

RDML::rdmlBaseType -> thermalCyclingConditionsType

Methods

Public methods

Inherited methods

Method new()

Usage
thermalCyclingConditionsType$new(
  id,
  description = NULL,
  documentation = NULL,
  lidTemperature = NULL,
  experimenter = NULL,
  step
)

Method clone()

The objects of this class are cloneable with this method.

Usage
thermalCyclingConditionsType$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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