BStringViews-class {Biostrings} | R Documentation |
A container for a set of views on the same BString (or DNAString, or RNAString) object.
[TODO: Put some details here]
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]
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]
H. Pages
BStringViews-constructors, BString, DNAString, RNAString