characterToBSGenome | R Documentation |
Given a character string with the "name" of a genome, it returns a BSgenome
object if available.
characterToBSGenome(genome.name)
genome.name |
a character string uniquely identifying a |
A BSgenome
object
This function is memoised (cached) using the memoise
package. To empty the cache, use forget(charecterToBSGenome)
getGenomeAndMask
, maskFromBSGenome
g <- characterToBSGenome("hg19")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.