characterToBSGenome {regioneR} | 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")