What problem does it solve?
This Skill streamlines exploratory single-cell RNA-seq analysis by replacing manual, error-prone steps with a consistent scanpy workflow from raw counts to embeddings, clusters, markers, and plots.
Core Features & Use Cases
- End-to-end scRNA-seq workflow: QC, normalization, highly variable gene selection, scaling/regression, and dimensionality reduction.
- Discovery for biology: clustering with Leiden, marker-gene ranking, and optional trajectory and pseudotime inference.
- Visualization-ready outputs: publication-style UMAP/t-SNE plots, QC plots, heatmaps/dotplots for markers, and cell-type annotation visuals.
- Use Case: When you have an .h5ad or 10X dataset, you can generate QC metrics, produce UMAP embeddings colored by clusters, identify marker genes per cluster, and annotate cell types using marker gene expression.
Quick Start
Run the Skill on your dataset file by loading your input .h5ad (or 10X matrix) and following the standard steps to produce filtered data, UMAP embeddings, Leiden clusters, and ranked marker genes.