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-domains.
Original source
https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/spatial-domains
Skill Snapshot
Source Doc
sq.pl.spatial_scatter(adata, color='leiden', size=1.3)
## Build spatial neighbors
sq.gr.spatial_neighbors(adata, coord_type='generic', n_neighs=6)
## Run Leiden on spatial graph
sc.tl.leiden(adata, resolution=0.5, key_added='spatial_leiden', neighbors_key='spatial_neighbors')
sq.pl.spatial_scatter(adata, color='spatial_leiden', size=1.3)
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.