This function retrieves species-level information. The data is returned as a
tibble
where each row is a species and the columns are
metadata about each species. See below under section Value for details about
each column.
get_species( division = get_divisions(), verbose = FALSE, warnings = TRUE, progress_bar = TRUE )
division | Ensembl division, e.g., |
---|---|
verbose | Whether to be verbose about the http requests and respective responses' status. |
warnings | Whether to show warnings. |
progress_bar | Whether to show a progress bar. |
A tibble
of 12 variables:
Ensembl division: "EnsemblVertebrates"
,
"EnsemblMetazoa"
, "EnsemblPlants"
, "EnsemblProtists"
,
"EnsemblFungi"
or "EnsemblBacteria"
.
NCBI taxon identifier.
Ensembl species name: this is the name used internally
by Ensembl to uniquely identify a species by name. It is the scientific
name but formatted without capitalisation and spacing converted with an
underscore, e.g., 'homo_sapiens'
.
Species display name: the name used for display on Ensembl website.
Species common name.
Ensembl release version.
Code name of the genome assembly.
Genbank assembly accession identifier.
Species strain.
Species strain collection.
Other names or acronyms used to refer to the species. Note that this column is of the list type.
Ensembl databases for which data exists for this species. Note that this column is of the list type.