Single-Cell Analysis Skills Index

Combine single-cell RNA-seq workflows for QC, annotation, and trajectory inference.

478|62|Updated Jul 30, 2025
One-click install
npx skills add https://github.com/aristoteleo/PantheonOS --skill single-cell-analysis-skills-index
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Single-Cell Analysis Skills Index
Source: https://github.com/aristoteleo/PantheonOS/tree/main/pantheon/factory/templates/skills/omics/single_cell
Command: npx skills add https://github.com/aristoteleo/PantheonOS --skill single-cell-analysis-skills-index

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This index aggregates core single-cell RNA-seq workflows—quality control, cell type annotation, and trajectory inference—so researchers can load and bootstrap analyses quickly on common scRNA-seq tasks.

Core Features & Use Cases

  • Quality Control: QC, filtering, normalization, and QC metric visualization for scRNA-seq data.
  • Cell Type Annotation: Marker-based and reference-based approaches for labeling cell types in clusters.
  • Trajectory Inference: Pseudotime and trajectory analysis to study differentiation and developmental processes.
  • Use Case: Start with QC to ensure data quality, then annotate major cell types, and finally infer developmental trajectories across samples.

Quick Start

Load the Single-Cell Analysis Skills Index and begin with QC, annotation, and trajectory inference workflows.

Frequently Asked Questions about Single-Cell Analysis Skills Index

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

FAQPage Schema
How do I bootstrap a complete scRNA-seq analysis workflow from raw data to trajectory inference?

To bootstrap scRNA-seq analysis, start with quality control to filter and normalize data, then use cell type annotation to label clusters, and finally apply trajectory inference to map pseudotime and developmental processes.

What is the best way to perform quality control and normalization for scRNA-seq data using Scanpy?

Quality control for scRNA-seq data involves filtering low-quality cells, normalizing counts, and visualizing QC metrics. This workflow uses Scanpy to process data, ensuring standardized and reliable downstream cell type annotation.

Can I use CellTypist for reference-based cell type annotation in my scRNA-seq clusters?

Yes, cell type annotation supports both marker-based and reference-based approaches. You can use CellTypist to label major cell types in clusters, integrating seamlessly with the preceding quality control workflow.

How does trajectory inference and pseudotime analysis work for studying cellular differentiation?

Trajectory inference maps cellular differentiation processes by calculating pseudotime. Using scvelo, this workflow orders cells along developmental trajectories to study dynamic transitions across diverse scRNA-seq samples.

Do I need to run quality control before cell type annotation and trajectory inference?

Yes, running quality control first is required to ensure data quality. Filtering and normalizing raw scRNA-seq data before cell type annotation and trajectory inference prevents noisy data from skewing downstream biological results.

What limitations exist when combining multiple single-cell RNA-seq skills for diverse datasets?

This index links standardized workflows for QC, annotation, and trajectory inference. Limitations depend on the underlying tools like Scanpy and scvelo, meaning highly customized scRNA-seq processing logic outside these core tasks is not covered.