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

checkString.

orderNumber

checkString.

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.