ModStringViews {Modstrings} | R Documentation |
As the XStringViews
the
ModStringViews
is the basic container for storing a set of views on
the same sequence (this time a ModString
object).
## S4 method for signature 'ModString' Views(subject, start = NULL, end = NULL, width = NULL, names = NULL)
subject, start, end, width, names |
See |
For the details have a look at the
XStringViews
class.
a ModStringViews
object.
seq <- ModDNAString("AGC6AGC6") v <- Views(seq, start = 3:1, end = 6:8)