View source: R/downloadEnsemblGenome.R
downloadEnsemblGenome | R Documentation |
Download Ensembl reference genome
downloadEnsemblGenome(
organism,
genomeBuild = NULL,
release = NULL,
outputDir = getwd(),
cache = FALSE
)
organism |
|
genomeBuild |
|
release |
|
outputDir |
|
cache |
|
Invisible list
.
Updated 2023-10-12.
## This example is bandwidth intensive.
## > downloadEnsemblGenome(
## > organism = "Homo sapiens",
## > genomeBuild = "GRCh38",
## > release = 100L
## > )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.