Data & ReproGIS & Remote SensingFreedomIntelligence/OpenClaw-Medical-SkillsData & Reproduction
BI

bio-imaging-mass-cytometry-spatial-analysis

Maintainer FreedomIntelligence · Last updated March 31, 2026

Spatial analysis of cell neighborhoods and interactions in IMC data. Covers neighbor graphs, spatial statistics, and interaction testing. Use when analyzing spatial relationships between cell types, testing for neighborhood enrichment, or identifying cell-cell interaction patterns in imaging mass cytometry data.

OpenClawNanoClawAnalysisReproductionbio-imaging-mass-cytometry-spatial-analysis🧬 bioinformatics (gptomics bio-* suite)bioinformatics — immunoinformatics & flow cytometryspatial

Original source

FreedomIntelligence/OpenClaw-Medical-Skills

https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-imaging-mass-cytometry-spatial-analysis

Maintainer
FreedomIntelligence
License
MIT
Last updated
March 31, 2026

Skill Snapshot

Key Details From SKILL.md

2 min

Key Notes

  • Python: squidpy.gr.spatial_neighbors(), squidpy.gr.nhood_enrichment().
  • Analyze spatial cell interactions in my IMC data" → Build spatial neighborhood graphs, test for cell-cell interaction enrichment, and identify spatial domains from multiplexed imaging data. Python: squidpy.gr.spatial_neighbors(), squidpy.gr.nhood_enrichment().
  • adata = ad.read_h5ad('imc_phenotyped.h5ad').

Source Doc

Excerpt From SKILL.md

Build Spatial Graph

import squidpy as sq
import anndata as ad

## Build spatial neighbor graph

sq.gr.spatial_neighbors(adata, coord_type='generic', delaunay=True)

## Or by distance

sq.gr.spatial_neighbors(adata, coord_type='generic', radius=50)  # 50 pixels

print(f'Built graph with {adata.obsp["spatial_connectivities"].nnz} edges')

Use cases

  • Use when analyzing spatial relationships between cell types, testing for neighborhood enrichment, or identifying cell-cell interaction patterns in imaging mass cytometry data.

Not for

  • Do not rely on this catalog entry alone for installation or maintenance details.

Upstream Related Skills

  • phenotyping - Assign cell types first
  • spatial-transcriptomics/spatial-statistics - Similar spatial methods
  • single-cell/cell-communication - Interaction concepts

Related skills

Related skills

Back to directory
BI
Data & ReproGIS & Remote Sensing

bio-workflows-imc-pipeline

Imaging mass cytometry: segmentation → phenotyping → spatial analysis.

OpenClawNanoClawAnalysis
FreedomIntelligence/OpenClaw-Medical-SkillsView
HE
Data & ReproGIS & Remote Sensing

hedgefundmonitor

Free, open REST API from the U.S. Office of Financial Research (OFR) providing aggregated hedge fund time series data. No API key or registr…

Claude CodeAnalysis
K-Dense-AI/claude-scientific-skillsView
HY
Data & ReproGIS & Remote Sensing

HypoGeniC

Hypogenic provides automated hypothesis generation and testing using large language models to accelerate scientific discovery. The framework…

Claude CodeOpenClawAnalysis
K-Dense-AI/claude-scientific-skillsView
ON
Data & ReproGIS & Remote Sensing

ontology-mapper

Map materials science terms, crystal structures, and sample descriptions to ontology classes and properties. Supports any ontology registere…

OpenClawNanoClawAnalysis
FreedomIntelligence/OpenClaw-Medical-SkillsView