GET AnalysisService/species/homoSapiens/{species}

reactome.org:reactome-api

Summary: Compares Homo sapiens to the specified species
Operation ID: compareHomoSapiensTo
Auth: unknown
Description

Use page and pageSize to reduce the amount of data retrieved. Use sortBy and order to sort the result by your preferred option. The resource field will filter the results to show only those corresponding to the preferred molecule type (TOTAL includes all the different molecules type)

Parameters (10)

importableOnly (boolean, query, optional, default: False)

Filters resources to only includes importable ones

max (integer, query, optional)

maximum number of contained entities per pathway (takes into account the resource)

min (integer, query, optional)

minimum number of contained entities per pathway (takes into account the resource)

order (string, query, optional)

Constraints: {'enum': ['ASC', 'DESC']}

pValue (number, query, optional, default: 1.0)

defines the pValue threshold. Only hit pathway with pValue equals or below the threshold will be returned

page (integer, query, optional)

page number

pageSize (integer, query, optional)

pathways per page

resource (string, query, optional)

Constraints: {'enum': ['TOTAL', 'UNIPROT', 'ENSEMBL', 'CHEBI', 'IUPHAR', 'MIRBASE', 'NCBI_PROTEIN', 'EMBL', 'COMPOUND', 'PUBCHEM_COMPOUND']}

sortBy (string, query, optional)

Constraints: {'enum': ['NAME', 'TOTAL_ENTITIES', 'TOTAL_INTERACTORS', 'TOTAL_REACTIONS', 'FOUND_ENTITIES', 'FOUND_INTERACTORS', 'FOUND_REACTIONS', 'ENTITIES_RATIO', 'ENTITIES_PVALUE', 'ENTITIES_FDR', 'REACTIONS_RATIO']}

species (integer, path, required)

The dbId of the species to compare to

Examples (1)

TitleTypeURLAction
Compares Homo sapiens to the specified species openapi-spec https://reactome.org/AnalysisService/species/homoSapiens/{species}?pageSize=20&page=1&sortBy=ENTITIES_PVALUE&order=ASC&resource=TOTAL&pValue=1

No probe data for this endpoint yet.