What problem does it solve?
This Skill addresses the complexities of single-cell RNA-seq data analysis, allowing users to integrate batches, perform cell embedding for clustering, and assess differentially expressed genes per cluster.
Core Features & Use Cases
- scVI / scANVI: Utilizes deep generative models for unsupervised batch-corrected latent embeddings and semi-supervised cell-type label transfer.
- Batch Integration: Seamlessly integrates scRNA-seq batches for uniform analysis.
- Cell Embedding: Embeds cells for clustering, providing a foundation for downstream analysis.
- DE Scoring: Scores differentially expressed genes per cluster to gain insights into biological processes.
- Use Case: A researcher can use this Skill to analyze scRNA-seq data, identify cell types, and understand gene expression changes in a biological context.
Quick Start
Train scVI on your single-cell RNA-seq data with the command 'scvi.model.SCVI(adata, n_latent=30).train(max_epochs=200, early_stopping=True, accelerator="gpu", devices=1)'.