Data & ReproScientific VisualizationFreedomIntelligence/OpenClaw-Medical-SkillsData & Reproduction
BI

bio-spatial-transcriptomics-spatial-communication

Maintainer FreedomIntelligence · Last updated April 1, 2026

Analyze cell-cell communication in spatial transcriptomics data using ligand-receptor analysis with Squidpy. Infer intercellular signaling, identify communication pathways, and visualize interaction networks. Use when analyzing cell-cell communication in spatial context.

OpenClawNanoClawAnalysisWritingbio-spatial-transcriptomics-spatial-communication🧬 bioinformatics (gptomics bio-* suite)bioinformatics — single-cell & spatial omicsanalyze

Original source

FreedomIntelligence/OpenClaw-Medical-Skills

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

Maintainer
FreedomIntelligence
License
MIT
Last updated
April 1, 2026

Skill Snapshot

Key Details From SKILL.md

2 min

Key Notes

  • Analyze ligand-receptor interactions and cell-cell communication in spatial data.
  • adata = sc.read_h5ad('clustered_spatial.h5ad').

Source Doc

Excerpt From 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,
)

Use cases

  • Use when analyzing cell-cell communication in spatial context.

Not for

  • Do not rely on this catalog entry alone for installation or maintenance details.

Upstream Related Skills

  • 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

Related skills

Related skills

Back to directory
BG
Data & ReproScientific Visualization

bgpt-paper-search

BGPT is a remote MCP server that searches a curated database of scientific papers built from raw experimental data extracted from full-text…

Claude CodeOpenClawAnalysis
K-Dense-AI/claude-scientific-skillsView
BI
Data & ReproScientific Visualization

bio-chipseq-visualization

Visualize ChIP-seq data using deepTools, Gviz, and ChIPseeker. Create heatmaps, profile plots, and genome browser tracks. Visualize signal a…

OpenClawNanoClawAnalysis
FreedomIntelligence/OpenClaw-Medical-SkillsView
BI
Data & ReproScientific Visualization

bio-consensus-sequences

Generate consensus FASTA sequences by applying VCF variants to a reference using bcftools consensus. Use when creating sample-specific refer…

OpenClawNanoClawAnalysis
FreedomIntelligence/OpenClaw-Medical-SkillsView
BI
Data & ReproScientific Visualization

bio-copy-number-cnv-visualization

Visualize copy number profiles, segments, and compare across samples. Create publication-quality plots of CNV data from CNVkit, GATK, or oth…

OpenClawNanoClawAnalysis
FreedomIntelligence/OpenClaw-Medical-SkillsView