bio-workflows-imc-pipeline
Imaging mass cytometry: segmentation → phenotyping → spatial analysis.
Maintainer FreedomIntelligence · Last updated April 1, 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.
Original source
https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-imaging-mass-cytometry-spatial-analysis
Skill Snapshot
Source Doc
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')
Related skills
Imaging mass cytometry: segmentation → phenotyping → spatial analysis.
Comprehensive geospatial science skill covering GIS, remote sensing, spatial analysis, and ML for Earth observation across 70+ topics with 5…
GeoPandas extends pandas to enable spatial operations on geometric types. It combines the capabilities of pandas and shapely for geospatial…
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…