get_pathway_hierarchy
Retrieve hierarchical structure and parent-child relationships of a pathway in Reactome using its stable identifier to analyze pathway organization and dependencies.
Instructions
Get hierarchical structure and parent/child relationships for a pathway
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | Reactome pathway stable identifier |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "Reactome pathway stable identifier",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}