Learn R Programming

RDML (version 1.1)

commercialAssayType: commercialAssayType R6 class.

Description

For some commercial assays, the primer sequences may be unknown. This element allows to describe commercial assays. Inherits: rdmlBaseType.

Arguments

Format

An R6Class generator object.

Initialization

commercialAssayType$new(company, orderNumber)

@section Fields:

company

checkString.

orderNumber

checkString.

Super class

RDML::rdmlBaseType -> commercialAssayType

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.