bio-workflows-imc-pipeline
Imaging mass cytometry: segmentation → phenotyping → 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.
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.
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…
Hypogenic provides automated hypothesis generation and testing using large language models to accelerate scientific discovery. The framework…
Map materials science terms, crystal structures, and sample descriptions to ontology classes and properties. Supports any ontology registere…