What problem does it solve?
Single-cell RNA-seq datasets often contain low-quality cells and noisy genes that can derail downstream analyses. This Skill automates robust QC and filtering so you can retain high-quality cells while minimizing arbitrary thresholds.
Core Features & Use Cases
- MAD-based cell QC: Uses Median Absolute Deviation (MAD) outlier detection for total counts, detected genes, and mitochondrial percentage, optionally combined with a hard mitochondrial cutoff.
- scverse/scanpy-aligned metrics & visuals: Generates comprehensive before/after plots and metric summaries following scverse best practices.
- AnnData-ready outputs: Produces filtered
.h5ad datasets plus QC-annotated .h5ad files for traceability and review.
- Use cases: When preparing data for normalization, clustering, and cell type annotation; when you need to remove stressed/low-quality cells; and when you want scverse/scanpy-style QC diagnostics.
Quick Start
Tell the AI: "Run single-cell RNA-seq QC on my file dataset.h5ad and use the default scverse/scanpy pipeline, saving the results to a QC results folder."