Description Usage Arguments Value Examples
View source: R/fct_referenceDownload.R
Download and decompress reference files
1 | downloadFile(url, out_dir)
|
url |
Character with donwload URL |
out_dir |
Character vector stating the full path to the output directory |
Downloaded and unzipped file name
1 2 3 4 5 6 7 8 9 | #ah <- AnnotationHub()
#organism <- "Homo_sapiens"
#build <- "GRCh38"
#release <- 100
#qry <- subset(ah, species == "Homo sapiens", rdataprovider == "Ensembl")
#meta <- mcols(qry)
#urls <- getDownloadLinks(meta, organism, build, release)
## Not run
#file1 <- downloadFile(url = urls[1], out_dir = "/tmp/file1"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.