subsetGenome {casper} | R Documentation |
~~ Methods for function subsetGenome
in package casper ~~
Subset an annotatedGenome object by islands or chromosomes.
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.