Description Usage Arguments Value See Also Examples
A generic function for extracting a set of sequences (or subsequences) from a sequence container like a BSgenome object or other.
1 |
x |
A BSgenome object or any other supported object.
Do |
... |
Any additional arguments needed by the specialized methods. |
An XString object or an XStringSet object or a character vector containing the extracted sequence(s).
See man pages of individual methods for the details e.g. with
?`getSeq,BSgenome-method`
to access the man page
of the method for BSgenome objects (make sure the
BSgenome package is loaded first).
getSeq,BSgenome-method, XString-class, XStringSet-class
1 2 3 4 5 | ## Note that you need to load the package(s) defining the specialized
## methods to have showMethods() display them and to be able to access
## their man pages:
library(BSgenome)
showMethods("getSeq")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.