bio-single-cell-multimodal-integration

Integrate RNA with protein or chromatin data for joint single-cell clustering.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/stellaromics/fast-bioinfo --skill bio-single-cell-multimodal-integration-stellaromics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bio-single-cell-multimodal-integration
Source: https://github.com/stellaromics/fast-bioinfo/tree/main/.claude/agents/spatial-analysis/skills/bio-single-cell-multimodal-integration
Command: npx skills add https://github.com/stellaromics/fast-bioinfo --skill bio-single-cell-multimodal-integration-stellaromics

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Multi-modal single-cell data (RNA + protein, RNA + ATAC, or spatial modalities) pose challenges for integrated analysis and coherent cell-state discovery; this skill provides a structured workflow to combine modalities, align signals, and infer joint cell states.

Core Features & Use Cases

  • Load and preprocess RNA data alongside protein (ADT) or chromatin (ATAC) data, creating cohesive multi-omics objects.
  • Compute weighted nearest-neighbor graphs to perform joint clustering and integrated visualization, with modality contributions tracked.
  • Compare modality weights, generate cross-modal markers, and enable end-to-end workflows for CITE-seq, Multiome, SHARE-seq, and spatial multimodal datasets.

Quick Start

Load my CITE-seq data (RNA + ADT) and run the joint multimodal integration workflow to identify cell types.

Frequently Asked Questions about bio-single-cell-multimodal-integration

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

FAQPage Schema
How do I integrate multi-modal single-cell data for joint clustering?

Multi-modal single-cell integration uses weighted nearest-neighbor graphs to jointly analyze RNA with protein or chromatin data. This approach builds a unified embedding to improve cell-state discovery across modalities like CITE-seq and Multiome.

What normalization is needed before running multi-modal single-cell integration?

Per-modality preprocessing and normalization are required before multi-modal integration: standard normalization for RNA, CLR transformation for protein (ADT) data, and TF-IDF for ATAC chromatin data to ensure accurate modality alignment.

Does this multi-modal integration workflow support spatial multimodal datasets?

Yes, multi-modal single-cell integration supports spatial multimodal datasets alongside CITE-seq, Multiome, and SHARE-seq. It aligns spatial modalities with RNA data to infer joint cell states and generate integrated visualizations.

How do I compare modality weights and find cross-modal markers in single-cell data?

After building a unified embedding, you can compare modality weights to track modality contributions and perform cross-modality marker discovery. This helps identify cell types and states defined by both RNA and protein or chromatin signals.

What is the best way to analyze CITE-seq data to identify cell types?

The best way to analyze CITE-seq data is loading the RNA and ADT data, applying per-modality normalization, and running a joint multimodal integration workflow. This builds a unified embedding for joint clustering and cell type identification.

When should I use weighted nearest-neighbor graphs for single-cell analysis?

Weighted nearest-neighbor graphs are used when you need to jointly analyze multi-modal single-cell data, such as RNA combined with protein or chromatin. They enable coherent cell-state discovery by integrating signals across distinct modalities into one graph.