What problem does it solve?
Single-cell and single-nucleus RNA-seq datasets require dataset-specific quality control, doublet detection, cell annotation, and visualization, but copying fixed thresholds across tissues and species produces unreliable results. This Skill guides the construction of an auditable scRNA-seq QC pipeline that derives thresholds from observed data and preserves provenance at every step.
Core Features & Use Cases
- Data-Driven QC Filtering: Choose thresholds for detected genes, total UMIs, and mitochondrial fraction from observed distributions, with required scDblFinder doublet detection and ambient-RNA filtering per batch.
- Reference-Based Cell Annotation: Annotate cells using matched references such as the Allen Brain Cell Atlas via MapMyCells, or fall back to conservative marker-based labeling when no reference exists.
- Scalable UMAP Visualization: Generate global and per-group UMAPs from scVI latent spaces or batch-aware marker panels, with memory-safe practices for large AnnData objects.
- Use Case: Given a 10x Genomics output bundle for a multi-batch brain tissue dataset, build a complete QC pipeline that filters low-quality barcodes, calls doublets per capture channel, annotates cell types against a matched atlas, and produces legible UMAP figures plus a full parameter manifest.
Quick Start
Ask the AI to build a scRNA-seq QC pipeline for your dataset, specifying the organism, tissue, and whether the data are whole-cell or single-nucleus.