tooluniverse.tools.Reactome_get_pathway_reactions moduleΒΆ

Reactome_get_pathway_reactions

Query all reactions and subpathways contained under a Pathway using Pathway Stable ID. Returns li…

tooluniverse.tools.Reactome_get_pathway_reactions.Reactome_get_pathway_reactions(stId, *, stream_callback=None, use_cache=False, validate=True)[source]ΒΆ

Query all reactions and subpathways contained under a Pathway using Pathway Stable ID. Returns li…

Parameters:
  • stId (str) – Pathway Stable ID (e.g., β€˜R-HSA-73817’). To find pathway IDs, use Reactome_li…

  • stream_callback (Callable, optional) – Callback for streaming output

  • use_cache (bool, default False) – Enable caching

  • validate (bool, default True) – Validate parameters

Return type:

list[Any]