maskFromBSGenome {regioneR} | R Documentation |
Extracts the merge of all the active masks from a BSgenome
maskFromBSGenome(bsgenome)
bsgenome |
a |
A GRanges
object with the active mask in the BSgenome
This function is memoised (cached) using the memoise
package. To empty the cache, use forget(maskFromBSGenome)
getGenomeAndMask
, characterToBSGenome
, emptyCacheRegioneR
g <- characterToBSGenome("hg19") maskFromBSGenome(g)