ModStringViews: The ModStringViews class extending the XStringViews class

Description Usage Arguments Details Value Examples

Description

As the XStringViews the ModStringViews is the basic container for storing a set of views on the same sequence (this time a ModString object).

Usage

1
2
## S4 method for signature 'ModString'
Views(subject, start = NULL, end = NULL, width = NULL, names = NULL)

Arguments

subject, start, end, width, names

See XStringViews.

Details

For the details have a look at the XStringViews class.

Value

a ModStringViews object.

Examples

1
2
seq <- ModDNAString("AGC6AGC6")
v <- Views(seq, start = 3:1, end = 6:8)

Modstrings documentation built on Nov. 8, 2020, 7:51 p.m.