Description Usage Arguments Value Examples
This function will let you use a simple character vector (e.g. 'hg19') to load and then return BSgenome objects. This lets you avoid having to use the more complex annotation for a complete BSgenome object (e.g. BSgenome.Hsapiens.UCSC.hg38.masked)
1 | loadBSgenome(genomeBuild, masked = TRUE)
|
genomeBuild |
One of 'hg19', 'hg38', 'mm10', 'mm9', or 'grch38' |
masked |
Should we used the masked version? Default:TRUE |
a BSgenome object according to the specified genome assembly
1 2 3 4 | ## Not run:
bsg = loadBSgenome('hg19')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.