Babysitter gsea-pathway-analyzer
Gene Set Enrichment Analysis skill for functional annotation and pathway interpretation
install
source · Clone the upstream repo
git clone https://github.com/a5c-ai/babysitter
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/a5c-ai/babysitter "$T" && mkdir -p ~/.claude/skills && cp -r "$T/library/specializations/domains/science/bioinformatics/skills/gsea-pathway-analyzer" ~/.claude/skills/a5c-ai-babysitter-gsea-pathway-analyzer && rm -rf "$T"
manifest:
library/specializations/domains/science/bioinformatics/skills/gsea-pathway-analyzer/SKILL.mdsource content
GSEA Pathway Analyzer Skill
Purpose
Enable Gene Set Enrichment Analysis for functional annotation and pathway interpretation.
Capabilities
- Preranked GSEA execution
- Gene ontology enrichment
- KEGG/Reactome pathway analysis
- Custom gene set support
- Leading edge analysis
- Publication-ready visualizations
Usage Guidelines
- Rank genes appropriately for analysis type
- Select relevant gene set collections
- Apply multiple testing correction
- Identify leading edge genes for interpretation
- Generate clear visualizations
- Document gene set versions
Dependencies
- GSEA
- clusterProfiler
- g:Profiler
- Enrichr
Process Integration
- RNA-seq Differential Expression Analysis (rnaseq-differential-expression)
- Single-Cell RNA-seq Analysis (scrnaseq-analysis)
- Multi-Omics Data Integration (multi-omics-integration)