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

bio-single-cell-metabolite-communication

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

bio-single-cell-metabolite-communication:分析 metabolite-mediated cell-cell communication ,使用 MeboCost ,用于 metabolic signaling inference between cell types。 预测 metabolite secretion 、 sensing patterns ,面向 scRNA-seq data。 适合在studying metabolic crosstalk between cell populations 或 metabolite-receptor interactions时使用。

OpenClawNanoClaw分析处理写作整理bio-single-cell-metabolite-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-single-cell-metabolite-communication

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

技能摘要

来自 SKILL.md 的关键信息

2 min

核心说明

  • Python:mebocost.MeboCost(adata,groupby='cell_type') → run_mebocost()。
  • 分析 metabolic crosstalk between cell types" → Predict metabolite secretion-sensing interactions between cell populations based on enzyme 、 transporter expression patterns. Python:mebocost.MeboCost(adata,groupby='cell_type') → run_mebocost()。
  • adata = sc.read_h5ad('adata.h5ad')。

原始文档

SKILL.md 摘录

MeboCost Overview

MeboCost infers metabolite-mediated communication by:

  1. Predicting metabolite secretion from enzyme expression
  2. Identifying metabolite-sensing receptors
  3. Computing communication scores between cell types

Basic Workflow

Goal: Infer metabolite-mediated cell-cell communication from scRNA-seq data by predicting which cell types secrete and sense specific metabolites.

Approach: Initialize a MeboCost object from an AnnData with cell type annotations, run permutation-based communication inference to score metabolite secretion-sensing interactions, then filter for statistically significant pairs.

import mebocost as mbc
import scanpy as sc

## Initialize MeboCost

mebo = mbc.create_obj(
    adata=adata,
    group_col='cell_type',  # Cell type annotation column
    species='human'  # 'human' or 'mouse'
)

适用场景

  • 适合在studying metabolic crosstalk between cell populations 或 metabolite-receptor interactions时使用。

不适用场景

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

上游相关技能

  • single-cell/cell-communication - Ligand-receptor communication analysis
  • metabolomics/pathway-mapping - Metabolic pathway context
  • systems-biology/flux-balance-analysis - Metabolic flux predictions

相关技能

相关技能

返回目录
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查看
BI
数据与复现科研绘图与可视化

bio-data-visualization-circos-plots

bio-data-visualization-circos-plots:Circular genome visualization ,支持 Circos 或 pycirclize。

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