Use this skill to submit a short identifier list to the official Reactome Analysis Service and return a compact ranked pathway table.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add ma-compbio-lab/SkillFoundry --skill reactome-pathway-analysis-starter --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Reactome Pathway Analysis Starter?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/ma-compbio-lab-reactome-pathway-analysis-starter)More formats (shields.io, HTML) on the badges page.
# Reactome Pathway Analysis Starter
Use this skill to submit a short identifier list to the official Reactome Analysis Service and return a compact ranked pathway table.
## What it does
- Sends a small gene or protein identifier list to Reactome's official analysis endpoint.
- Summarizes the top enriched pathways, the best FDR observed, and the number of pathways under a chosen threshold.
- Emits deterministic JSON that is easier to route into reports or downstream agent workflows than the full raw service payload.
## When to use it
- You need a verified starter for `pathway analysis`.
- You want a lightweight ranked pathway summary rather than a full enrichment payload dump.
## Example
```bash
python3 skills/systems-biology/reactome-pathway-analysis-starter/scripts/run_reactome_pathway_analysis.py \
--identifiers BRCA1,TP53,EGFR \
--top-n 5 \
--out scratch/reactome-pathway-analysis/top_pathways.json
```
## Verification
- Skill-local tests: `python3 -m unittest discover -s skills/systems-biology/reactome-pathway-analysis-starter/tests -p 'test_*.py'`
- Repository smoke target: `make smoke-reactome-pathway-analysis`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!