loadLolaDbs | R Documentation |
Load LOLA databases from disk and merge them
loadLolaDbs(lolaDbPaths, collections = NULL)
lolaDbPaths |
vector of names of LOLA DB paths to be loaded |
collections |
Restrict the database loading to this list of collections.
passed to |
LOLA DB list as returned by LOLA::loadRegionDB
Fabian Mueller
# 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.