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-data-io.
Original source
https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/spatial-data-io
Skill Snapshot
Source Doc
print(f"Spatial coords shape: {adata.obsm['spatial'].shape}")
library_id = list(adata.uns['spatial'].keys())[0] print(f'Library ID: {library_id}')
## Alternative using Scanpy directly
adata = sc.read_visium('path/to/spaceranger/output/')
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.