Agent skill · Data & Analytics

scfgsea

Performs fast Gene Set Enrichment Analysis (GSEA) on single-cell data using fgsea R package. Identifies enriched biological pathways by ranking genes based on differential expression between cell groups. Generates enrichment scores, significance metrics, and publication-ready visualizations.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill scfgsea-pwwang-immunopipe-2 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Path: skills/ai-ml/scfgsea-pwwang-immunopipe-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# ScFGSEA Process Configuration ## Purpose Performs fast Gene Set Enrichment Analysis (GSEA) on single-cell data using fgsea R package. Identifies enriched biological pathways by ranking genes based on differential expression between cell groups. Generates enrichment scores, significance metrics, and publication-ready visualizations. ## When to Use - After clustering: Functional interpretation of cluster differences - Pathway analysis: Identify biological processes driving cell type differentiation - Comparative analysis: Compare gene expression patterns between groups (e.g., disease vs control) - Subgroup analysis: Run GSEA on metadata subsets (diagnosis, treatment, etc.) - TCR integration: Analyze pathway enrichment in TCR-selected clones/clusters ## Configuration Structure ### Process Enablement ```toml [ScFGSEA] cache = true ``` ### Input Specification ```toml [ScFGSEA.in] srtobj = ["SeuratClustering"] # or "ScRepCombiningExpression" ``` ### Environment Variables ```toml [ScFGSEA.envs] # Core parameters ncores = 1 # Parallel cores assay = "RNA" # Assay to use subset = "seurat_clusters %in% c('c1', 'c2')" # Subset cells # Grouping parameters group_by = "seurat_clusters" # Column

What's inside
Steps it walks through
  1. Purpose
  2. When to Use
  3. Configuration Structure
  4. Process Enablement
  5. Input Specification
  6. Environment Variables
  7. Gene Set Databases
  8. MSigDB Collections
  9. Custom GMT Files
  10. Ranking Methods
  11. Configuration Examples
  12. Minimal Configuration
  13. Standard Hallmark Analysis
  14. KEGG Pathways with Custom Thresholds
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the scfgsea skill do?

Performs fast Gene Set Enrichment Analysis (GSEA) on single-cell data using fgsea R package. Identifies enriched biological pathways by ranking genes based on differential expression between cell groups. Generates enrichment scores, significance metrics, and publication-ready visualizations.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill scfgsea-pwwang-immunopipe-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going