sequencesType: sequencesType R6 class.

sequencesTypeR Documentation

sequencesType R6 class.

Description

Inherits: rdmlBaseType.

Format

An R6Class generator object.

Initialization

sequencesType$new(forwardPrimer = NULL,
reversePrimer = NULL, probe1 = NULL, probe2 = NULL, amplicon = NULL)

@section Fields:

forwardPrimer

oligoType.

reversePrimer

oligoType.

probe1

oligoType.

probe2

oligoType.

amplicon

oligoType.

Super class

RDML::rdmlBaseType -> sequencesType

Methods

Public methods

Inherited methods

Method new()

Usage
sequencesType$new(
  forwardPrimer = NULL,
  reversePrimer = NULL,
  probe1 = NULL,
  probe2 = NULL,
  amplicon = NULL
)

Method clone()

The objects of this class are cloneable with this method.

Usage
sequencesType$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


kablag/RDML documentation built on Oct. 20, 2022, 5:47 a.m.