commercialAssayType {RDML} | R Documentation |
commercialAssayType R6 class.
Description
For some commercial assays, the primer sequences may be unknown. This element allows to describe commercial assays. Inherits: rdmlBaseType.
Format
An R6Class
generator object.
Initialization
commercialAssayType$new(company, orderNumber)
@section Fields:
company
orderNumber
Super class
RDML::rdmlBaseType
-> commercialAssayType
Methods
Public methods
Inherited methods
Method new()
Usage
commercialAssayType$new(company, orderNumber)
Method clone()
The objects of this class are cloneable with this method.
Usage
commercialAssayType$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.
[Package RDML version 1.1 Index]