oligoType {RDML} | R 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
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.
[Package RDML version 1.1 Index]