Description Usage Arguments Value Examples
View source: R/fct_referenceDownload.R
Find links for reference files
1 | getDownloadLinks(meta, organism, build, release)
|
meta |
Dataframe with metadata on queries from AnnotationHub::mcols |
organism |
Character string with selected organism |
build |
Character string with the reference genome build |
release |
Numeric value with selected Ensembl release |
Named list with GTF and FA URLs
1 2 3 4 5 6 7 | #ah <- AnnotationHub()
#organism <- "Homo_sapiens"
#build <- "GRCh38"
#release <- 100
#qry <- subset(ah, species == "Homo sapiens", rdataprovider == "Ensembl")
#meta <- mcols(qry)
#getDownloadLinks(meta, organism, build, release)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.