BStringPartialMatches-class {Biostrings}R Documentation

The BStringPartialMatches class

Description

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!

Details

[TODO]

Accesor methods

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

subpatterns(x): [TODO]
pattern(x): [TODO]

Standard generic methods

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.

Author(s)

H. Pages

See Also

BStringViews-class, BString-class, DNAString-class, RNAString-class, AAString-class, letter

Examples

  ## [TODO]

[Package Biostrings version 2.6.6 Index]