pauseType {RDML} | R Documentation |
pauseType R6 class.
Description
This step allows to pause at a certain temperature. It is typically the last step in an amplification protocol. Inherits: rdmlBaseType.
Format
An R6Class
generator object.
Initialization
pauseType$new(temperature)
Fields
temperature
checkNumber. The temperature in degrees Celsius maintained during the pause.
Super class
RDML::rdmlBaseType
-> pauseType
Methods
Public methods
Inherited methods
Method new()
Usage
pauseType$new(temperature)
Method clone()
The objects of this class are cloneable with this method.
Usage
pauseType$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.
[Package RDML version 1.1 Index]