| get_analyses | R Documentation |
This function retrieves a table of analyses involved in the generation of data for the different Ensembl databases.
get_analyses(
species_name,
verbose = FALSE,
warnings = TRUE,
progress_bar = TRUE
)
species_name |
The species name, i.e., the scientific name, all letters
lowercase and space replaced by underscore. Examples: |
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 3 variables:
species_nameEnsembl 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'.
databaseEnsembl database. Typically one of 'core',
'rnaseq', 'cdna', 'funcgen' and
'otherfeatures'.
analysisAnalysis.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.