What problem does it solve?
This Skill streamlines the complex process of analyzing single-cell RNA-seq data, enabling researchers to derive meaningful biological insights from high-throughput experiments.
Core Features & Use Cases
- Comprehensive Analysis: Handles the entire scRNA-seq workflow from data loading and quality control to normalization, dimensionality reduction, clustering, and marker gene identification.
- Visualization: Generates publication-quality plots for QC, embeddings (UMAP, PCA), and gene expression.
- Use Case: A biologist has a new scRNA-seq dataset and needs to identify distinct cell populations, characterize their marker genes, and visualize their relationships. This Skill can perform all these steps automatically.
Quick Start
Use the scanpy skill to load the data from 'path/to/data.h5ad', perform quality control, normalize, identify highly variable genes, run PCA and UMAP, cluster cells using Leiden, and find marker genes for each cluster.