get_pathway_reactions
Retrieve detailed biochemical reactions for a specific pathway using the pathway stable identifier from Reactome's systems biology data.
Instructions
Get all biochemical reactions within 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"
}