get_analysis_results
Retrieve paginated, sortable results of a prior Reactome pathway analysis using its token, with optional species and p-value filters.
Instructions
Retrieve (page/sort/filter) the results of a prior analysis by token.
Args:
token: The `token` returned by `analyze_identifiers`.
species: Optional species filter.
sort_by: Sort key (e.g. ENTITIES_PVALUE, ENTITIES_FDR).
p_value: Keep pathways with entity p-value <= this.
page: 1-based page number.
page_size: Pathways per page.
resource: Identifier resource to score against (default "TOTAL").
Returns:
Same shape as `analyze_identifiers`.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| token | Yes | ||
| p_value | No | ||
| sort_by | No | ENTITIES_PVALUE | |
| species | No | ||
| resource | No | TOTAL | |
| page_size | No |