single-cell-multi-omics-analysis-scvi

Apply scvi-tools probabilistic models to single-cell multi-omics data.

1.1k|132|Updated Apr 13, 2023
One-click install
npx skills add https://github.com/PharMolix/OpenBioMed --skill single-cell-multi-omics-analysis-scvi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: single-cell-multi-omics-analysis-scvi
Source: https://github.com/PharMolix/OpenBioMed/tree/main/skills/single-cell-multi-omics-analysis-scvi
Command: npx skills add https://github.com/PharMolix/OpenBioMed --skill single-cell-multi-omics-analysis-scvi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

scvi-tools provides probabilistic models for integrated single-cell multi-omics data, enabling robust joint analysis of RNA, chromatin accessibility, and protein measurements while simplifying batch correction and data integration.

Core Features & Use Cases

  • Supports single-cell RNA-seq, ATAC-seq, and multimodal data (CITE-seq, multi-omics) with unified APIs for setup, training, and extraction.
  • Enables end-to-end workflows for batch correction, data integration across experiments, and cell-type annotation in multi-modal datasets.
  • Supports spatial transcriptomics analysis and specialized modalities via structured model families like scVI, scANVI, totalVI, and MultiVI.

Quick Start

Load your AnnData object with raw counts and follow the standard scvi-tools workflow to obtain a batch-corrected latent representation.

Frequently Asked Questions about single-cell-multi-omics-analysis-scvi

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate and batch correct single-cell multi-omics data across different experiments?

Batch correction for single-cell multi-omics data is performed using probabilistic models from scvi-tools, which take raw counts in an AnnData object and produce a batch-corrected latent representation for joint analysis.

Can I analyze spatial transcriptomics and CITE-seq data within a unified workflow?

Spatial transcriptomics and CITE-seq analysis are supported through specialized model families like totalVI, enabling integrated processing of RNA, chromatin accessibility, and protein measurements within a unified API workflow.

What is the best way to perform cell type annotation on multimodal single-cell datasets?

Cell type annotation in multimodal single-cell datasets is handled by the scANVI probabilistic model, which enables semi-supervised classification by leveraging labeled data during the integration workflow.

Do I need GPU acceleration for scalable probabilistic modeling of scRNA-seq data?

GPU acceleration for scalable probabilistic modeling of scRNA-seq data is supported via PyTorch Lightning, enabling faster training of scvi-tools models on large-scale multi-omics datasets.

How much preprocessing is required before applying probabilistic models to single-cell ATAC-seq data?

Minimal preprocessing is required for single-cell ATAC-seq data because the AnnData-centric workflow accepts raw counts directly, allowing probabilistic models to perform integration and batch correction without extensive prior normalization.