biotender-max/pathway-analysis
Workflow for enrichment testing, ranked-gene analysis, pathway scoring, and pathway-focused visualization across omics outputs.
npx skills add https://github.com/BioTender-max/awesome-bio-agent-skills --skill pathway-analysis
Reference examples assume recent stable releases of the preferred tools, especially Reactome and the other tools listed below.
Before using code or command patterns, verify installed versions match the environment:
python -c "import <module>; print(<module>.__version__)"<tool> --versionWorkflow for enrichment testing, ranked-gene analysis, pathway scoring, and pathway-focused visualization across omics outputs.
references/technical_reference.md when you need deeper tool-selection rules, environment adaptation notes, or extra validation guidance.SKILL.md as the main execution path and load the reference file only when the task or failure mode needs the extra detail.Preferred starting point: Reactome
Inputs: gene lists or ranked statistics, pathway databases, optional sample-level matrices
Outputs: enriched pathway tables, pathway plots, pathway interpretation summaries
Use over-representation for filtered gene lists and ranked methods for full signed statistics.
Standardize gene IDs to the pathway database before testing.
Report effect direction, significance, and pathway sizes.
Use dot plots, bar plots, or network summaries without overwhelming the reader.
Save standardized pathway identifiers, scores, and member genes.
results/ for final tables and serialized objectsfigures/ for plots and static visual exportsqc/ for checks that justify downstream interpretationenriched pathway tablespathway plotspathway interpretation summariesMulti-Omics IntegrationSystems BiologyCausal GenomicsMachine Learning For Omicsreactome-databasestring-databaseTake biotender-max/pathway-analysis from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.