bio-workflows-scrnaseq-pipeline

Process 10X Genomics single-cell RNA-seq data into annotated cell types with Seurat.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/stellaromics/fast-bioinfo --skill bio-workflows-scrnaseq-pipeline-stellaromics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bio-workflows-scrnaseq-pipeline
Source: https://github.com/stellaromics/fast-bioinfo/tree/main/.claude/agents/spatial-analysis/skills/bio-workflows-scrnaseq-pipeline
Command: npx skills add https://github.com/stellaromics/fast-bioinfo --skill bio-workflows-scrnaseq-pipeline-stellaromics

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Single-cell RNA-seq analysis is complex, requiring QC, normalization, clustering, and cell-type annotation from 10X Genomics outputs; this skill provides an end-to-end blueprint to streamline that workflow.

Core Features & Use Cases

  • End-to-end scRNA-seq workflow: from Cell Ranger outputs to annotated cell types.
  • Step-by-step guidance for QC, normalization, doublet detection, clustering, marker detection, and annotation.
  • Use Case: Process a PBMC dataset to identify major cell types and characterize clusters.

Quick Start

Run the scRNA-seq pipeline on your Cell Ranger output to generate an annotated Seurat object and a summary report.

Frequently Asked Questions about bio-workflows-scrnaseq-pipeline

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I process 10X Genomics Cell Ranger output for scRNA-seq cell-type annotation?

To process 10X Genomics scRNA-seq data for cell-type annotation, you run an end-to-end pipeline that handles QC, normalization, doublet detection, clustering, and marker detection to generate an annotated Seurat object.

What is the best way to perform clustering and marker detection in Seurat for scRNA-seq data?

The best way to perform scRNA-seq clustering and marker detection in Seurat involves following a structured workflow that guides you through preprocessing, QC, normalization, and doublet detection before identifying markers for cell-type annotation.

Do I need Seurat to run this scRNA-seq pipeline and annotate cell types?

Yes, you need Seurat to run this scRNA-seq pipeline, as the workflow is specifically applicable to Seurat (R) environments and requires its associated functions for preprocessing, clustering, and cell-type annotation.

Can I use this workflow to identify major cell types in a PBMC dataset from 10X outputs?

Yes, you can use this workflow to identify major cell types in a PBMC dataset by processing your 10X Genomics Cell Ranger outputs through QC, doublet detection, clustering, and marker discovery to characterize clusters.

Why does scRNA-seq analysis require doublet detection before cell-type annotation?

scRNA-seq analysis requires doublet detection before cell-type annotation because doublets can artificially create false clusters and distort marker detection, leading to inaccurate identification of true cell populations.

What are the limitations of using a Seurat R workflow for single-cell RNA-seq clustering?

A limitation of using a Seurat R workflow for scRNA-seq clustering is that it requires navigating multiple sequential steps—QC, normalization, and doublet detection—where errors in early preprocessing can propagate to final cell-type annotation.