A cycling program for PCR or to amplify cDNA. Inherits: rdmlBaseType.
An R6Class
generator object.
thermalCyclingConditionsType$new(id, description = NULL, documentation = NULL, lidTemperature = NULL, experimenter = NULL, step)
id
description
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.
RDML::rdmlBaseType
-> thermalCyclingConditionsType
new()
thermalCyclingConditionsType$new( id, description = NULL, documentation = NULL, lidTemperature = NULL, experimenter = NULL, step )
clone()
The objects of this class are cloneable with this method.
thermalCyclingConditionsType$clone(deep = FALSE)
deep
Whether to make a deep clone.