downloadLolaDbs: downloadLolaDbs

View source: R/lolaUtils.R

downloadLolaDbsR Documentation

downloadLolaDbs

Description

Downloading prepared LOLA DBs from server

Usage

downloadLolaDbs(dest, dbs = c("LOLACore"))

Arguments

dest

destination directory

dbs

vector of names of LOLA DBs to be downloaded. Currently 'LOLACore' and 'LOLAExt' are supported

Details

Requires a stable internet connection. Could take a while depending on the size of the database and the internet connection

Value

a list containing vectors of directory names for each available genome assembly

Author(s)

Fabian Mueller

Examples


lolaDest <- tempfile()
dir.create(lolaDest)
lolaDirs <- downloadLolaDbs(lolaDest, dbs="LOLACore")


demuellae/muRtools documentation built on Sept. 8, 2023, 4:32 p.m.