Description Usage Arguments Value Note See Also Examples
Extracts the merge of all the active masks from a BSgenome
1 | 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
1 2 3 | g <- characterToBSGenome("hg19")
maskFromBSGenome(g)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.