Agent skill · Data & Analytics

bio-workflows-scrnaseq-pipeline

End-to-end single-cell RNA-seq workflow from 10X Genomics data to annotated cell types. Covers QC, normalization, clustering, marker detection, and cell type annotation. Use when analyzing single-cell RNA-seq data.

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeships scriptsNOASSERTION
Install
npx skills add BioTender-max/awesome-bio-agent-skills --skill scrnaseq-pipeline --agent claude-code

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

Facts
Files in the skill folder: 4
SKILL.md size: 10 KB
Bundled scripts: yes
Path: skills/bioskills/scrnaseq-pipeline/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 135
Language: Python

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

From the SKILL.md

## Version Compatibility Reference examples tested with: Cell Ranger 8.0+, ggplot2 3.5+, numpy 1.26+, scanpy 1.10+ Before using code patterns, verify installed versions match. If versions differ: - Python: `pip show <package>` then `help(module.function)` to check signatures - R: `packageVersion('<pkg>')` then `?function_name` to verify parameters If code throws ImportError, AttributeError, or TypeError, introspect the installed package and adapt the example to match the actual API rather than retrying. # Single-Cell RNA-seq Pipeline **"Analyze my single-cell RNA-seq data from counts to cell types"** → Orchestrate QC filtering, normalization (scanpy/Seurat), batch integration (scVI/Harmony), clustering, marker detection, cell type annotation, and trajectory inference. Complete workflow from 10X Genomics Cell Ranger output to annotated cell types. ## Workflow Overview ``` 10X data (filtered_feature_bc_matrix) | v [1. Load Data] ---------> Read10X / read_10x_h5 | v [2. QC Filtering] ------> nFeature, percent.mt, doublets | v [3. Normalization] -----> SCTransform or LogNormalize | v [4. HVG Selection] -----> FindVariableFeatures | v [5. Dim Reduction] -----> PCA → UMAP | v [6. Cluster

What's inside
Steps it walks through
  1. Version Compatibility
  2. Workflow Overview
  3. Primary Path: Seurat (R)
  4. Step 1: Load 10X Data
  5. Step 2: Quality Control
  6. Step 3: Doublet Detection
  7. Step 4: Normalization with SCTransform
  8. Step 5: Dimensionality Reduction
  9. Step 6: Clustering
  10. Step 7: Find Marker Genes
  11. Step 8: Cell Type Annotation
  12. Alternative Path: Scanpy (Python)
  13. Parameter Recommendations
  14. Troubleshooting
Ships with 3 files
  • examples/scanpy_workflow.py
  • examples/seurat_workflow.R
  • usage-guide.md
More from awesome-bio-agent-skills
All skills →
About this skill
What does the bio-workflows-scrnaseq-pipeline skill do?

End-to-end single-cell RNA-seq workflow from 10X Genomics data to annotated cell types. Covers QC, normalization, clustering, marker detection, and cell type annotation. Use when analyzing single-cell RNA-seq data.

How do I install it?

Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill scrnaseq-pipeline --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 BioTender-max/awesome-bio-agent-skills, a repository with 135 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