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