数据与复现科研绘图与可视化FreedomIntelligence/OpenClaw-Medical-Skills数据与复现
BI

bio-spatial-transcriptomics-spatial-communication

维护者 FreedomIntelligence · 最近更新 2026年4月1日

bio-spatial-transcriptomics-spatial-communication:分析 cell-cell communication in spatial transcriptomics data ,使用 ligand-receptor analysis ,支持 Squidpy。 推断 intercellular signaling,identify communication pathways,、 visualize interaction networks。 适合在analyzing cell-cell communication in spatial context时使用。

OpenClawNanoClaw分析处理写作整理bio-spatial-transcriptomics-spatial-communication🧬 bioinformatics (gptomics bio-* suite)bioinformatics — single-cell & spatial omicsanalyze

原始来源

FreedomIntelligence/OpenClaw-Medical-Skills

https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-spatial-transcriptomics-spatial-communication

维护者
FreedomIntelligence
许可
MIT
最近更新
2026年4月1日

技能摘要

来自 SKILL.md 的关键信息

2 min

核心说明

  • 分析 ligand-receptor interactions 、 cell-cell communication in spatial data。
  • adata = sc.read_h5ad('clustered_spatial.h5ad')。

原始文档

SKILL.md 摘录

Ligand-Receptor Analysis with Squidpy

Goal: Identify significant ligand-receptor interactions between spatially proximal cell types.

Approach: Build a spatial neighbor graph, then run permutation-based ligand-receptor analysis using Squidpy's built-in database.

"Find cell-cell communication in my spatial data" -> Test ligand-receptor co-expression between neighboring cell types with permutation-based significance.


## Build spatial neighbors if not already done

sq.gr.spatial_neighbors(adata, coord_type='generic', n_neighs=6)

## Run ligand-receptor analysis

sq.gr.ligrec(
    adata,
    cluster_key='cell_type',  # Column with cell type annotations
    n_perms=100,  # Permutations for significance testing
    threshold=0.01,  # P-value threshold
    copy=False,
)

适用场景

  • 适合在analyzing cell-cell communication in spatial context时使用。

不适用场景

  • Do not rely on this catalog entry alone ,用于 installation 或 maintenance details。

上游相关技能

  • spatial-neighbors - Build spatial graphs (prerequisite)
  • spatial-domains - Identify cell types for communication analysis
  • pathway-analysis - Enrich communication genes for pathways
  • single-cell/markers-annotation - Annotate cell types

相关技能

相关技能

返回目录
BG
数据与复现科研绘图与可视化

bgpt-paper-search

bgpt-paper-search:BGPT是一个remote MCP server that searches curated database of scientific papers built ,面向 raw experimenta…

Claude CodeOpenClaw分析处理
K-Dense-AI/claude-scientific-skills查看
BI
数据与复现科研绘图与可视化

bio-chipseq-visualization

bio-chipseq-visualization:可视化 ChIP-seq data ,使用 deepTools,Gviz,、 ChIPseeker。 创建 heatmaps,profile plots,、 genome browser…

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看
BI
数据与复现科研绘图与可视化

bio-consensus-sequences

bio-consensus-sequences:生成 consensus FASTA sequences by applying VCF variants to reference ,使用 bcftools consensus。 适合在cr…

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看
BI
数据与复现科研绘图与可视化

bio-copy-number-cnv-visualization

bio-copy-number-cnv-visualization:可视化 copy number profiles,segments,、 compare across samples。 创建 publication-quality plo…

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看