find_pathways_for_entity
Find pathways in Reactome that contain a given physical entity. Optionally filter by species or expand to all forms of the entity.
Instructions
Find the lower-level pathways that contain a given physical entity.
The inverse of `list_pathway_events`: given a molecule/complex, which
pathways involve it?
Args:
stable_id: PhysicalEntity stable id, e.g. "R-HSA-199420".
species: Optional species name/taxId filter.
all_forms: If True, also match every other form of the entity (e.g.
phosphorylated/cleaved variants sharing a ReferenceEntity).
Returns:
Dict `{count, pathways}` of Pathway records that contain the entity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| species | No | ||
| all_forms | No | ||
| stable_id | Yes |