GET AnalysisService/species/homoSapiens/{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)
(boolean, query, optional, default: False)
Filters resources to only includes importable ones
(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']}
(integer, path, required)
The dbId of the species to compare to
Examples (1)
| Title | Type | URL | Action |
|---|---|---|---|
| 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.