Obtain the latest release version from various genome annotation sources.
Usage
currentEnsemblVersion()
currentGencodeVersion(organism = c("Homo sapiens", "Mus musculus"))
currentRefseqVersion()
currentFlybaseVersion(dmel = FALSE)
currentWormbaseVersion()
Examples
## Ensembl.
try({
currentEnsemblVersion()
})
#> Error in strsplit(x = x, split = " ", fixed = TRUE)[[1L]][[3L]] :
#> subscript out of bounds
## GENCODE.
try({
currentGencodeVersion(organism = "Homo sapiens")
})
#> [1] 47
## RefSeq.
try({
currentRefseqVersion()
})
#> [1] 229
## WormBase.
try({
currentWormbaseVersion()
})
#> Error in stop(simpleError(message = msg, call = if (p <- sys.parent(1L)) { :
#> URL failure:
#> <ftp://ftp.wormbase.org/pub/wormbase/releases/current-production-release/>.