List Supported Species from Ensembl
Source:R/retrieve_ensembl_species.R
retrieve_ensembl_species.RdList supported species and their IDs from Ensembl GFF3 FTP directory.
Examples
if (FALSE) { # \dontrun{
# List species for release 115
species_df <- retrieve_ensembl_species(release = 115)
head(species_df)
} # }