GET AnalysisService/identifier/{id}/projection

reactome.org:reactome-api

Summary: Analyse the identifier over the different species in the database and projects the result to Homo Sapiens
Operation ID: getIdentifierToHuman
Auth: unknown
Description

The projection is calculated by the orthologous slot in the Reactome database. 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 (13)

id (string, path, required)

The identifier of the element to be retrieved

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

Filters resources to only includes importable ones

includeDisease (boolean, query, optional, default: True)

set to 'false' to exclude the disease pathways from the result (it does not alter the statistics)

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

Include interactors

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 (string, query, optional)

list of species to filter the result (accepts taxonomy ids, species names and dbId)

Examples (1)

TitleTypeURLAction
Analyse the identifier over the different species in the database and projects the result to Homo Sapiens openapi-spec https://reactome.org/AnalysisService/identifier/{id}/projection?interactors=False&pageSize=20&page=1&sortBy=ENTITIES_PVALUE&order=ASC&resource=TOTAL&pValue=1&includeDisease=True

No probe data for this endpoint yet.