get_public_species: get_public_species

View source: R/public_data.R

get_public_speciesR Documentation

get_public_species

Description

Return the list of found species labels in the supported public data resources

Usage

get_public_species(reactome_url = NULL)

Arguments

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)

Value

A vector of species strings.

Examples


# get the available species
available_species <- get_public_species()

# inspect the first 1 - 3 entries
available_species[1:3]

reactome/ReactomeGSA documentation built on Nov. 9, 2024, 10:56 a.m.