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

bio-single-cell-cell-communication

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

bio-single-cell-cell-communication:推断 cell-cell communication networks ,面向 scRNA-seq data ,使用 CellChat,NicheNet,、 LIANA ,用于 ligand-receptor interaction analysis。 适合在inferring ligand-receptor interactions between cell types时使用。

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

原始来源

FreedomIntelligence/OpenClaw-Medical-Skills

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

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

技能摘要

来自 SKILL.md 的关键信息

2 min

核心说明

  • R:CellChat::createCellChat() → computeCommunProb() → netAnalysis()。
  • Python:liana.method.cellchat() (LIANA 框架)。
  • 推断 cell-cell communication ,面向 my scRNA-seq data" → Predict ligand-receptor interactions between cell types 、 visualize intercellular signaling networks. R:CellChat::createCellChat() → computeCommunProb() → netAnalysis() Python:liana.method.cellchat() (LIANA 框架)。
  • cellchat <- createCellChat(object = seurat_obj,group.by = 'cell_type')。

原始文档

SKILL.md 摘录

CellChat (R)

Goal: Infer and quantify intercellular communication networks from scRNA-seq data using curated ligand-receptor databases.

Approach: Create a CellChat object from a Seurat object with cell type labels, select a signaling database subset, identify overexpressed ligands/receptors, compute communication probabilities using the trimean method, then aggregate into pathway-level networks.

library(CellChat)
library(Seurat)

## Set ligand-receptor database

CellChatDB <- CellChatDB.human  # or CellChatDB.mouse
cellchat@DB <- CellChatDB

## Subset to secreted signaling (optional)

CellChatDB.use <- subsetDB(CellChatDB, search = 'Secreted Signaling')
cellchat@DB <- CellChatDB.use

适用场景

  • 适合在inferring ligand-receptor interactions between cell types时使用。

不适用场景

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

上游相关技能

  • single-cell/clustering - Define cell types first
  • single-cell/trajectory-inference - Communication along trajectory
  • spatial-transcriptomics/spatial-communication - Spatial context
  • pathway-analysis/go-enrichment - Pathway enrichment of targets

相关技能

相关技能

返回目录
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查看