Description Usage Arguments Value Note See Also Examples
Given a character string with the "name" of a genome, it returns a BSgenome object if available.
1  | 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
1  | g <- characterToBSGenome("hg19")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.