get_complex_subunits
Recursively lists the subunits that make up a Reactome complex using its stable ID, with an option to exclude structural sub-complexes.
Instructions
List the subunits that constitute a complex (recursively).
Args:
stable_id: Complex stable id, e.g. "R-HSA-83538".
exclude_structures: If True, omit structural sub-complexes.
Returns:
Dict `{count, subunits}` of the constituent PhysicalEntities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stable_id | Yes | ||
| exclude_structures | No |