Agent skill · Workflow & Productivity

seuratsubclustering

Performs fine-grained re-clustering on specific subsets of cells (e.g., individual clusters, cell types, or custom subsets). Unlike `Seurat::FindSubCluster` which only finds subclusters within a single cluster, this process performs the complete clustering workflow (PCA, UMAP, FindNeighbors, FindClusters) on any subset of cells defined by metadata filters or cell barcode lists.

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

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

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

# SeuratSubClustering Process Configuration ## Purpose Performs fine-grained re-clustering on specific subsets of cells (e.g., individual clusters, cell types, or custom subsets). Unlike `Seurat::FindSubCluster` which only finds subclusters within a single cluster, this process performs the complete clustering workflow (PCA, UMAP, FindNeighbors, FindClusters) on any subset of cells defined by metadata filters or cell barcode lists. ## When to Use - **Cluster heterogeneity analysis**: When initial clustering identifies mixed cell populations within a cluster - **Cell type sub-clustering**: To resolve heterogeneity within annotated cell types (e.g., T cell subsets: CD4+, CD8+, naive, memory, effector) - **Lineage-specific analysis**: To examine substructure within major cell lineages - **Differential sub-populations**: When a cluster contains multiple biologically distinct populations (e.g., NK cells + CD4 T cells) - **Multi-resolution exploration**: To test different clustering granularities on specific cell subsets - **Downstream marker discovery**: When you need markers for sub-populations within larger clusters ## Configuration Structure ### Process Enablement ```toml [SeuratSubC

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 Functions
  9. tidyseurat::filter()
  10. Configuration Examples
  11. Minimal Configuration (Default Case)
  12. Single Cluster Sub-clustering
  13. Metadata-Based Sub-clustering (Cell Type)
  14. Multiple Sub-clustering Cases
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the seuratsubclustering skill do?

Performs fine-grained re-clustering on specific subsets of cells (e.g., individual clusters, cell types, or custom subsets). Unlike `Seurat::FindSubCluster` which only finds subclusters within a single cluster, this process performs the complete clustering workflow (PCA, UMAP, FindNeighbors, FindClusters) on any subset of cells defined by metadata filters or cell barcode lists.

How do I install it?

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