AnnData
AnnData is a Python package for handling annotated data matrices, storing experimental measurements (X) alongside observ…
维护者 FreedomIntelligence · 最近更新 2026年4月1日
Identify spatial domains and tissue regions in spatial transcriptomics data using Squidpy and Scanpy. Cluster spots considering both expression and spatial context to define anatomical regions. Use when identifying tissue domains or spatial regions.
原始来源
https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-spatial-transcriptomics-spatial-domains
技能摘要
原始文档
Goal: Cluster spots based purely on gene expression, ignoring spatial location.
Approach: Build an expression-based neighbor graph, then apply Leiden community detection.
## Visualize on tissue
sq.pl.spatial_scatter(adata, color='leiden', size=1.3)
Goal: Cluster spots using only spatial proximity to identify contiguous tissue regions.
Approach: Build a spatial neighbor graph, then run Leiden clustering on the spatial graph.
相关技能
AnnData is a Python package for handling annotated data matrices, storing experimental measurements (X) alongside observ…
Arboreto is a computational library for inferring gene regulatory networks (GRNs) from gene expression data using parall…
Cell segmentation from multiplexed tissue images. Covers deep learning (Cellpose, Mesmer) and classical approaches for n…
Extract, process, and deduplicate reads using Unique Molecular Identifiers (UMIs) with umi_tools. Use when library prep…