cqDetectionMethodType {RDML} | R Documentation |
cqDetectionMethodType R6 class.
Description
The method used to determine the Cq value. Can take values:
- "automated threshold and baseline settings"
- "manual threshold and baseline settings"
- "second derivative maximum"
- "other"
Inherits: enumType.
Format
An R6Class
generator object.
Initialization
cqDetectionMethodType$new(value)
@section Fields:
value
Super classes
RDML::rdmlBaseType
-> RDML::enumType
-> cqDetectionMethodType
Methods
Public methods
Inherited methods
Method clone()
The objects of this class are cloneable with this method.
Usage
cqDetectionMethodType$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.
[Package RDML version 1.1 Index]