View source: R/report_functions.R
checkSeqDb | R Documentation |
Given a string that denotes a genome version (e.g. hg19) returns the BSgenome object matching the genome version that are available in BSgenome::available.genomes()
checkSeqDb(genomeVersion)
genomeVersion |
String that denotes genome version. To unambigously select a BSgenome object, provide a string that matches the end of the available genomes at: BSgenome::available.genomes(). |
Returns a BSgenome object that uniquely matches the genomeVersion.
checkSeqDb('hg19')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.