ModStringViews | 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")
seq
v <- Views(seq, start = 3:1, end = 6:8)
v
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.