bio-chipseq-visualization:可视化 ChIP-seq data ,使用 deepTools,Gviz,、 ChIPseeker。 创建 heatmaps,profile plots,、 genome browser…
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时使用。
原始来源
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 的关键信息
核心说明
- 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:
- Predicting metabolite secretion from enzyme expression
- Identifying metabolite-sensing receptors
- 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
相关技能
相关技能
bio-consensus-sequences:生成 consensus FASTA sequences by applying VCF variants to reference ,使用 bcftools consensus。 适合在cr…
bio-copy-number-cnv-visualization:可视化 copy number profiles,segments,、 compare across samples。 创建 publication-quality plo…
bio-data-visualization-circos-plots:Circular genome visualization ,支持 Circos 或 pycirclize。