get_public_species | R Documentation |
Return the list of found species labels in the supported public data resources
get_public_species(reactome_url = NULL)
reactome_url |
URL of the Reactome API Server. Overwrites the URL set in the 'reactome_gsa.url' option. Specific ports can be set using the standard URL specification (for example http://your.service:1234) |
A vector of species strings.
# get the available species
available_species <- get_public_species()
# inspect the first 1 - 3 entries
available_species[1:3]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.