maskFromBSGenome | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.