GET AnalysisService/identifier/{id}
Operation ID: getIdentifier
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 (13)
(string, path, required)
The identifier of the element to be retrieved
(boolean, query, optional, default: False)
Filters resources to only includes importable ones
(boolean, query, optional, default: True)
set to 'false' to exclude the disease pathways from the result (it does not alter the statistics)
(boolean, query, optional, default: False)
Include interactors
(integer, query, optional)
maximum number of contained entities per pathway (takes into account the resource)
(integer, query, optional)
minimum number of contained entities per pathway (takes into account the resource)
(string, query, optional)
Constraints: {'enum': ['ASC', 'DESC']}
(number, query, optional, default: 1.0)
defines the pValue threshold. Only hit pathway with pValue equals or below the threshold will be returned
(integer, query, optional)
page number
(integer, query, optional)
pathways per page
(string, query, optional)
Constraints: {'enum': ['TOTAL', 'UNIPROT', 'ENSEMBL', 'CHEBI', 'IUPHAR', 'MIRBASE', 'NCBI_PROTEIN', 'EMBL', 'COMPOUND', 'PUBCHEM_COMPOUND']}
(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']}
(string, query, optional)
list of species to filter the result (accepts taxonomy ids, species names and dbId)
Examples (1)
| Title | Type | URL | Action |
|---|---|---|---|
| Analyse the identifier over the different species in the database | openapi-spec |
https://reactome.org/AnalysisService/identifier/{id}?interactors=False&pageSize=20&page=1&sortBy=ENTITIES_PVALUE&order=ASC&resource=TOTAL&pValue=1&includeDisease=True |
No probe data for this endpoint yet.