Description Usage Arguments Value Examples
View source: R/report_functions.R
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()
1 | 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.
1 | checkSeqDb('hg19')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.