scientific-spatial-multiomics

Integrate spatial transcriptomics and proteomics data for alignment, co-detection, and niche discovery.

3|1|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/nahisaho/satori --skill scientific-spatial-multiomics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scientific-spatial-multiomics
Source: https://github.com/nahisaho/satori/tree/main/src/.github/skills/scientific-spatial-multiomics
Command: npx skills add https://github.com/nahisaho/satori --skill scientific-spatial-multiomics

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill orchestrates the integration of spatial transcriptomics and spatial proteomics data to enable alignment, co-detection analysis, and spatial niche discovery.

Core Features & Use Cases

  • Spatial data alignment between modalities (RNA and protein) to enable downstream correlative analyses.
  • Space-aware codetection and neighborhood analysis to identify spatially co-localized features and cellular niches.
  • End-to-end pipeline orchestration including data loading, alignment, codetection, and community detection, adaptable to MERFISH, Visium, CODEX datasets.

Quick Start

Execute the spatial-multiomics pipeline to load spatial RNA and protein modalities, perform alignment, codetection, and spatial community detection.

Frequently Asked Questions about scientific-spatial-multiomics

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

FAQPage Schema
How do I integrate spatial transcriptomics and proteomics data for co-localization analysis?

Integrating spatial transcriptomics and proteomics data for co-localization requires aligning RNA and protein modalities, computing space-aware co-detection, and constructing neighborhood graphs to identify spatial niches.

What is the best way to align MERFISH and CODEX datasets for spatial niche discovery?

Aligning MERFISH and CODEX datasets for spatial niche discovery involves modality alignment, neighborhood graph construction, and Leiden-based clustering to derive spatially co-localized cellular communities.

Can I use Leiden clustering for spatial multiomics neighborhood graph construction?

Yes, Leiden clustering constructs neighborhood graphs from spatial multiomics data to detect community structures and derive spatial niches, requiring optional dependencies on igraph and leidenalg.

Does the spatial multiomics pipeline support Visium data for end-to-end analysis?

The spatial multiomics pipeline supports Visium data for end-to-end analysis, orchestrating data loading, modality alignment, co-detection, and spatial community detection.

Do I need igraph and leidenalg installed to perform spatial community detection?

Yes, performing Leiden-based spatial community detection requires installing the optional dependencies igraph and leidenalg to construct and cluster neighborhood graphs.

Why does spatial multiomics alignment fail without matching RNA and protein modalities?

Spatial multiomics alignment fails without matching RNA and protein modalities because co-detection analysis and neighborhood graph construction depend on both datasets being present and correctly loaded.