Back to catalog
Cortexa research tool·genomics·reactome_analysis
ReactomeAnalysis Species Comparison
Perform Reactome pathway analysis with cross-species projection. Submit protein/gene identifiers from any supported species and Reactome will project them to human pathways, enabling comparison of pathway enrichment across species. This uses the same overrepresentation analysis but ensures identifiers are mapped via orthology to human pathways. Example: submitting mouse protein IDs returns enriched human Reactome pathways with mapping statistics.
Livelast probed 2026-04-30 23:07Z· 114msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 114ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"identifiers": {
"description": "Newline-separated list of gene/protein identifiers from any species. Supports UniProt, Ensembl, or gene symbols. Example: 'Trp53\\nBrca1\\nCdh1' (mouse gene symbols).",
"type": "string"
},
"page_size": {
"description": "Number of pathways to return (default 20, max 50).",
"type": [
"integer",
"null"
]
},
"species": {
"description": "NCBI taxonomy ID of the source species (default 9606 for human). Examples: 10090 (mouse), 7955 (zebrafish), 7227 (fly).",
"type": [
"integer",
"null"
]
}
},
"required": [
"identifiers"
],
"type": "object"
}Examples (1)
Default ReactomeAnalysis Species Comparison call
public-safeinput
{
"identifiers": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_ReactomeAnalysis_species_comparison
- Tool name
- ReactomeAnalysis_species_comparison
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse