Description Usage Arguments Value Examples
View source: R/fct_ensemblReleases.R
Determine Ensembl release extremities Extracts the minimal and maximum Ensembl release number
1 | EnsDbExtremities(queries)
|
queries |
A character vector consisting of titles for available EnsDb objects. |
A numeric vector of the length two, containing the oldest and latest available Ensembl annotation object
1 2 3 4 | #ah <- AnnotationHub()
#organism <- "Homo_sapiens"
#queries <- availableEnsemblReleases(ah, organism)
#ens_extremes <- EnsDbExtremities(queries)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.