Description Usage Arguments Details Value Author(s) Examples
Downloading prepared LOLA DBs from server
1 | downloadLolaDbs(dest, dbs = c("LOLACore"))
|
dest |
destination directory |
dbs |
vector of names of LOLA DBs to be downloaded. Currently 'LOLACore' and 'LOLAExt' are supported |
Requires a stable internet connection. Could take a while depending on the size of the database and the internet connection
a list containing vectors of directory names for each available genome assembly
Fabian Mueller
1 2 3 | lolaDest <- tempfile()
dir.create(lolaDest)
lolaDirs <- downloadLolaDbs(lolaDest, dbs="LOLACore")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.