omics-multiome

Integrate paired single-cell RNA and ATAC-seq data into a unified MuData object.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Minions-Land/AutOmicScience --skill omics-multiome
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: omics-multiome
Source: https://github.com/Minions-Land/AutOmicScience/tree/main/skills/omics/multiome
Command: npx skills add https://github.com/Minions-Land/AutOmicScience --skill omics-multiome

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires muon, scanpy, scvi-tools, multivelo, snapatac2, and includes references (resource) components.

What problem does it solve?

This skill addresses the complexity of analyzing paired single-cell RNA and ATAC-seq data by providing a unified framework for joint embedding, clustering, and regulatory interpretation.

Core Features & Use Cases

  • Joint Multi-modal Analysis: Performs WNN or MultiVI joint embedding to fuse RNA and chromatin accessibility signals.
  • Regulatory Inference: Supports SCENIC+ pipelines for enhancer-driven gene regulatory network (eGRN) discovery.
  • Use Case: Researchers can use this to identify cell-type-specific regulatory programs by linking chromatin accessibility peaks to gene expression in the same nuclei.

Quick Start

Use the omics-multiome skill to assemble and analyze a paired RNA and ATAC dataset from the provided h5ad files.

Frequently Asked Questions about omics-multiome

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

FAQPage Schema
How do I integrate paired single-cell RNA and ATAC-seq data for joint embedding?

Integrate paired single-cell RNA and ATAC-seq data into a unified MuData object to perform joint embedding using WNN or MultiVI latent representation. This fuses RNA and chromatin accessibility signals for unified multi-modal analysis.

What is the best way to infer gene regulatory networks from paired multiome data?

Infer gene regulatory networks from paired multiome data by supporting SCENIC+ pipelines for enhancer-driven gene regulatory network (eGRN) discovery. This links chromatin accessibility peaks to gene expression within the same nuclei.

Do I need a specific environment to run multiome analysis with MultiVI and WNN clustering?

You need a pinned scverse environment and external pipeline support to run multiome analysis with MultiVI and WNN clustering. Heavy computational tasks like motif enrichment and topic modeling require these external dependencies.

Can I use h5ad files to assemble a paired RNA and ATAC dataset in MuData?

You can use h5ad files to assemble a paired RNA and ATAC dataset into a MuData object. The framework processes these input files to facilitate downstream multi-modal bioinformatics workflows.

What are the limitations of running SCENIC+ and topic modeling for multiome analysis?

Limitations of running SCENIC+ and topic modeling include the requirement for external pipeline support for heavy computational tasks. The skill handles joint embedding but relies on external dependencies for motif enrichment.

How does MultiVI compare to WNN for single-cell multiome joint embedding?

MultiVI provides a latent representation for single-cell multiome joint embedding, whereas WNN performs weighted fused clustering. Both methods integrate RNA and chromatin accessibility signals into a unified MuData object.