| currentGenomeVersion | R Documentation | 
Obtain the latest release version from various genome annotation sources.
currentEnsemblVersion()
currentGencodeVersion(organism = c("Homo sapiens", "Mus musculus"))
currentRefseqVersion()
currentFlybaseVersion(dmel = FALSE)
currentWormbaseVersion()
| organism | 
 | 
| dmel | 
 | 
character(1) or integer(1) when possible.
Release version.
Updated 2023-10-04.
Refer to the koopa package for Bash shell variants.
## Ensembl.
try({
    currentEnsemblVersion()
})
## GENCODE.
try({
    currentGencodeVersion(organism = "Homo sapiens")
})
## RefSeq.
try({
    currentRefseqVersion()
})
## WormBase.
try({
    currentWormbaseVersion()
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.