BStringPartialMatches-class {Biostrings} | R Documentation |
WARNING: This class is currently under development and might not work properly! Full documentation will come later.
Please send questions/comments to hpages@fhcrc.org
Thanks for your comprehension!
[TODO]
In the code snippets below,
x
is a BStringPartialMatches object.
subpatterns(x)
:
[TODO]
pattern(x)
:
[TODO]
In the code snippets below,
x
is a BStringPartialMatches objects,
and i
can be a numeric or logical vector.
x[i]
:
Return a new BStringPartialMatches object made of the selected views.
i
can be a numeric vector, a logical vector, NULL
or missing.
The returned object has the same subject as x
.
H. Pages
BStringViews-class,
BString-class,
DNAString-class,
RNAString-class,
AAString-class,
letter
## [TODO]