Description Usage Arguments Value Author(s) Examples
Load LOLA databases from disk and merge them
1 | loadLolaDbs(lolaDbPaths)
|
lolaDbPaths |
vector of names of LOLA DB paths to be loaded |
LOLA DB list as returned by LOLA::loadRegionDB
Fabian Mueller
1 2 3 4 5 | # download LOLA DB
lolaDest <- tempfile()
dir.create(lolaDest)
lolaDirs <- downloadLolaDbs(lolaDest, dbs="LOLACore")
lolaDb <- loadLolaDbs(lolaDirs[["hg19"]])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.