arxiv-database
arxiv-database:This skill provides Python tools ,用于 searching 、 retrieving preprints ,面向 arXiv.org ,通过 its public Atom A…
维护者 FreedomIntelligence · 最近更新 2026年4月1日
bio-spatial-transcriptomics-spatial-statistics:Compute spatial statistics ,用于 spatial transcriptomics data ,使用 Squidpy。 Calculate Moran's I,Geary's C,spatial autocorrelation,co-occurrence analysis,、 neighborhood enrichment。 适合在computing spatial autocorrelation 或 co-occurrence statistics时使用。
原始来源
https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-spatial-transcriptomics-spatial-statistics
技能摘要
原始文档
Goal: Identify genes whose expression is spatially autocorrelated across tissue.
Approach: Build a spatial neighbor graph, then compute Moran's I statistic per gene to measure clustering of similar values.
"Find spatially variable genes" -> Compute Moran's I autocorrelation on the spatial neighbor graph to rank genes by spatial patterning.
## Compute Moran's I for all genes (can be slow)
sq.gr.spatial_autocorr(adata, mode='moran')
## Or for specific genes
sq.gr.spatial_autocorr(adata, mode='moran', genes=['GENE1', 'GENE2', 'GENE3'])
相关技能
arxiv-database:This skill provides Python tools ,用于 searching 、 retrieving preprints ,面向 arXiv.org ,通过 its public Atom A…
bayesian-optimizer:Bayesian optimization ,用于 experimental design 、 hyperparameter tuning in biomedical research。
bio-alignment-files-bam-statistics:Compute alignment statistics:flagstat,idxstats,coverage depth。
bio-alignment-msa-statistics:Calculate alignment statistics ,涵盖 sequence identity,conservation scores,substitution matri…