Agent skill

clustermarkers

Finds differentially expressed genes (markers) for clusters of T/B cells using Seurat's FindMarkers function. Performs statistical testing between clusters, identifies cluster-defining genes, and automatically runs pathway enrichment analysis (via Enrichr) on significant markers. Generates publication-ready visualizations including volcano plots, dot plots, heatmaps, and enrichment plots.

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

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

Facts
Files in the skill folder: 2
SKILL.md size: 15 KB
Bundled scripts: none
Path: skills/ai-ml/clustermarkers-pwwang-immunopipe/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

# ClusterMarkers Process Configuration ## Purpose Finds differentially expressed genes (markers) for clusters of T/B cells using Seurat's FindMarkers function. Performs statistical testing between clusters, identifies cluster-defining genes, and automatically runs pathway enrichment analysis (via Enrichr) on significant markers. Generates publication-ready visualizations including volcano plots, dot plots, heatmaps, and enrichment plots. ## When to Use - **After SeuratClustering**: Essential for cluster interpretation and annotation - **Cluster annotation**: Identify marker genes to assign biological meaning to clusters - **Publication preparation**: Generate marker tables, volcano plots, and enrichment figures - **Cell type characterization**: Understand functional differences between cell populations - **Comparative analysis**: Compare clusters to find unique gene expression signatures ## Configuration Structure ### Process Enablement ```toml [ClusterMarkers] cache = true # Cache results for faster re-runs with different visualizations ``` ### Input Specification ```toml [ClusterMarkers.in] srtobj = ["SeuratClustering"] # Seurat object with cluster assignments ``` ### Environment

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. External References
  8. Seurat FindMarkers
  9. Enrichr Databases
  10. biopipen MarkersFinder
  11. Configuration Examples
  12. Minimal Configuration
  13. Standard Marker Finding (Wilcoxon)
  14. Publication-Ready MAST Analysis
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the clustermarkers skill do?

Finds differentially expressed genes (markers) for clusters of T/B cells using Seurat's FindMarkers function. Performs statistical testing between clusters, identifies cluster-defining genes, and automatically runs pathway enrichment analysis (via Enrichr) on significant markers. Generates publication-ready visualizations including volcano plots, dot plots, heatmaps, and enrichment plots.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill clustermarkers-pwwang-immunopipe --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