Learn R Programming

RDML (version 1.1)

oligoType: oligoType R6 class.

Description

Inherits: rdmlBaseType.

Arguments

Format

An R6Class generator object.

Initialization

oligoType$new(threePrimeTag = NULL,
  fivePrimeTag = NULL, sequence)

@section Fields:

threePrimeTag

checkString. Description of three prime modification (if present).

fivePrimeTag

checkString. Description of five prime modification (if present).

sequence

checkString.

Super class

RDML::rdmlBaseType -> oligoType

Methods

Inherited methods


Method new()

Usage

oligoType$new(threePrimeTag = NULL, fivePrimeTag = NULL, sequence)


Method clone()

The objects of this class are cloneable with this method.

Usage

oligoType$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.