BStringViews-class {Biostrings}R Documentation

The BStringViews class

Description

A container for a set of views on the same BString (or DNAString, or RNAString) object.

Details

[TODO: Put some details here]

Accesor methods

In the code snippets below, x is a BStringViews object.

subject(x): [TODO: Document me]
first(x): [TODO: Document me]
last(x): [TODO: Document me]
width(x): [TODO: Document me]
desc(x): [TODO: Document me]

Standard generic methods

In the code snippets below, x, object, e1 and e2 are BStringViews objects, and i can be a numeric or logical vector.

length(x): Used to get the length of a BStringViews, i.e., its number of views
x[i]: [TODO: Document me]
x[[i]]: [TODO: Document me]
e1 == e2: [TODO: Document me]
e1 != e2: [TODO: Document me]
as.character(x): [TODO: Document me]
toString(x): [TODO: Document me]
nchar(x): [TODO: Document me]
as.matrix(x): [TODO: Document me]
as.list(x): [TODO: Document me]

Author(s)

H. Pages

See Also

BStringViews-constructors, BString, DNAString, RNAString


[Package Biostrings version 2.2.1 Index]