oligoType: oligoType R6 class.

oligoTypeR Documentation

oligoType R6 class.

Description

Inherits: rdmlBaseType.

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

Public 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.


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