single2spatial-spatial-mapping

Align single-cell references with spatial transcriptomics to reconstruct tissue architecture.

32|5|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/omicverse/omicclaw --skill single2spatial-spatial-mapping-omicverse
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: single2spatial-spatial-mapping
Source: https://github.com/omicverse/omicclaw/tree/main/src/omicverse_skills/skills/single-to-spatial-mapping
Command: npx skills add https://github.com/omicverse/omicclaw --skill single2spatial-spatial-mapping-omicverse

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Align single-cell references with spatial transcriptomics to reconstruct tissue architecture and spatial cell-type distributions.

Core Features & Use Cases

  • Train a deep-forest-based mapper to translate scRNA-seq cell-type compositions into spatially resolved maps.
  • Visualize spot-level cell-type proportions and marker expression on tissue coordinates.
  • Export generated AnnData objects and summary reports for downstream analysis.

Quick Start

Provide your processed scRNA-seq and spatial data to train the model and generate spatial cell-type maps.

Frequently Asked Questions about single2spatial-spatial-mapping

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

FAQPage Schema
How do I map scRNA-seq references to spatial transcriptomics data?

To map scRNA-seq references to spatial transcriptomics, this Skill trains a deep-forest-based Single2Spatial model to align preprocessed, log-normalized scRNA-seq data with spatial coordinates, enabling spot-level cell-type proportion inference across tissues.

What data formats do I need for spatial mapping of single-cell references?

Spatial mapping requires preprocessed, log-normalized scRNA-seq data and spatial transcriptomics data with spatial coordinates stored in the spatial_data.obs attribute, typically structured within AnnData objects.

Can I use GPU acceleration for scRNA-seq to spatial transcriptomics alignment?

Yes, you can use optional GPU acceleration when training the deep-forest-based Single2Spatial model to align scRNA-seq references with spatial transcriptomics profiles for reconstructing tissue architecture.

How does Single2Spatial infer spot-level cell-type proportions in Visium data?

Single2Spatial infers spot-level cell-type proportions by training a deep-forest mapper to translate scRNA-seq cell-type compositions into spatially resolved maps, visualizing marker expression on tissue coordinates.

What is the best way to reconstruct tissue architecture from matched scRNA-seq and spatial data?

The best way to reconstruct tissue architecture is training a deep-forest-based mapper on matched scRNA-seq and spatial transcriptomics data, exporting generated AnnData objects and summary reports for downstream analysis.

Why do I need log-normalized scRNA-seq data for spatial cell-type mapping?

Log-normalized scRNA-seq data is required for spatial cell-type mapping because the deep-forest model relies on normalized gene expression to accurately translate single-cell references into spatially resolved cell-type distributions.