MaskedModString | R Documentation |
The functions are implemented as defined in the Biostrings package. Have
a look the MaskedXString
class.
## S4 method for signature 'MaskedModString'
seqtype(x)
x |
a |
a MaskedModString
object.
# Mask positions
mask <- Mask(mask.width=5, start=c(2), width=c(3))
mr <- ModRNAString("ACGU7")
mr
masks(mr) <- mask
mr
# Invert masks
mr <- gaps(mr)
mr
# Drop the mask
masks(mr) <- NULL
mr
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.