What problem does it solve?
An end-to-end solution for analyzing single-cell RNA-seq data that consolidates quality control, normalization, feature selection, dimensionality reduction, clustering, and cell type annotation into a reproducible workflow.
Core Features & Use Cases
- QC metrics calculation and filtering to remove low-quality cells and genes.
- Normalization, log transformation, HVG selection, and scaling to prepare data for downstream analyses.
- Dimensionality reduction (PCA, UMAP, t-SNE) and neighborhood graph construction for robust clustering.
- Leiden/Louvain clustering, marker gene identification, and manual or automated cell type annotation.
- Trajectory inference, differential expression analyses, and flexible plotting for publication-ready figures.
- Outputs include processed AnnData, cell/gene metadata, and figures suitable for reports.
Quick Start
Load your scRNA-seq dataset and run the standard Scanpy workflow to obtain QC metrics, embeddings, clusters, and marker genes.