get_pathway_participants
Retrieve all molecules (proteins, genes, compounds) involved in a specific Reactome pathway using its stable identifier. Enables analysis of pathway participants for biological insights.
Instructions
Get all molecules (proteins, genes, compounds) participating in 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"
}