Description Usage Arguments Methods
~~ Methods for function subsetGenome
in package casper ~~
Subset an annotatedGenome object by islands or chromosomes.
1 | subsetGenome(islands, chr, genomeDB)
|
islands |
Vector of characters with the island IDs to retrieve from genome. |
chr |
Vector of characters with the names of chromosomes to retrieve from genome. |
genomeDB |
annotatedGenome object with genome to subset. |
signature(islands = "character", chr = "missing", genomeDB = "annotatedGenome")
Subset annotatedGenome object by a set of island IDs.
signature(islands = "missing", chr = "character", genomeDB = "annotatedGenome")
Subset annotatedGenome object by chromosomes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.