CE
Automation
cellular-senescence-agent
Cellular senescence analysis: marker scoring, SASP profiling, tissue aging assessment.
FreedomIntelligence/OpenClaw-Medical-SkillsView
Maintainer FreedomIntelligence · Last updated April 1, 2026
spatial-neighbors.
Original source
https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/spatial-neighbors
Skill Snapshot
Source Doc
print(f"Connectivities shape: {adata.obsp['spatial_connectivities'].shape}") print(f"Distances shape: {adata.obsp['spatial_distances'].shape}")
## Delaunay triangulation (natural neighbors)
sq.gr.spatial_neighbors(adata, delaunay=True, coord_type='generic')
sq.gr.spatial_neighbors(adata, radius=100, coord_type='generic')
Related skills
Cellular senescence analysis: marker scoring, SASP profiling, tissue aging assessment.
consensus-sequences.
A user may ask you to create, edit, or analy.
filtering-best-practices.