数据与复现单细胞与空间组学FreedomIntelligence/OpenClaw-Medical-Skills数据与复现
BU

bulk-rna-seq-deconvolution-with-bulk2single

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

Use this skill when a user wants to reconstruct single-cell profiles from bulk RNA-seq together with a matched reference scRNA-seq atlas. It follows [`t_bulk2single.ipynb`](../../omicverse_guide/docs/Tutorials-bulk2single/t_bulk2single.ipynb), which demonstrates how to harmonise PDAC bulk replicates, train the beta-VAE generator, and benchmark the output cells against dentate gyrus scRNA-seq.

OpenClawNanoClaw分析处理复现实验bulk-to-single-deconvolution🔬 omics & computational biologysingle-cell & spatial omicsturn

原始来源

FreedomIntelligence/OpenClaw-Medical-Skills

https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bulk-to-single-deconvolution

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

技能摘要

来自 SKILL.md 的关键信息

2 min

核心说明

  • Use this skill when user wants to reconstruct single-cell profiles ,面向 bulk RNA-seq together ,支持 matched reference scRNA-seq atlas. It follows t_bulk2single.ipynb,which demonstrates how to harmonise PDAC bulk replicates,train beta-VAE generator,、 benchmark output cells against dentate gyrus scRNA-seq。
  • Import omicverse as ov,scanpy as sc,scvelo as scv,anndata,、 matplotlib.pyplot as plt,then call ov.plot_set() to match omicverse styling。
  • Read bulk counts table ,支持 ov.read(...)/ov.utils.read(...) 、 harmonise gene identifiers ,通过 ov.bulk.Matrix_ID_mapping(<df>,'genesets/pair_GRCm39.tsv')。
  • Load reference scRNA-seq AnnData (e.g.,scv.数据集s.dentategyrus()) 、 confirm cluster labels (stored in adata.obs['clusters'])。
  • Instantiate ov.bulk2single.Bulk2Single(bulk_data=bulk_df,single_data=adata,celltype_key='clusters',bulk_group=['dg_d_1','dg_d_2','dg_d_3'],top_marker_num=200,ratio_num=1,gpu=0)。

原始文档

SKILL.md 摘录

Examples

  • "Estimate cell fractions for PDAC bulk replicates and generate synthetic scRNA-seq using Bulk2Single."
  • "Load a pre-trained Bulk2Single model, regenerate cells, and compare cluster proportions to the dentate gyrus atlas."
  • "Plot correlation heatmaps between generated cells and reference clusters after filtering noisy synthetic cells."

适用场景

  • Use bulk-rna-seq-deconvolution-,支持-bulk2single ,用于 single-cell 或 spatial omics analysis。
  • Apply bulk-rna-seq-deconvolution-,支持-bulk2single to 聚类,integration,或 trajectory workflows。

不适用场景

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

相关技能

相关技能

返回目录
AN
数据与复现单细胞与空间组学

AnnData

AnnData is a Python package for handling annotated data matrices, storing experimental measurements (X) alongside observ…

Claude CodeOpenClaw分析处理
K-Dense-AI/claude-scientific-skills查看
AR
数据与复现单细胞与空间组学

Arboreto

Arboreto is a computational library for inferring gene regulatory networks (GRNs) from gene expression data using parall…

Claude CodeOpenClaw分析处理
K-Dense-AI/claude-scientific-skills查看
BI
数据与复现单细胞与空间组学

bio-imaging-mass-cytometry-cell-segmentation

Cell segmentation from multiplexed tissue images. Covers deep learning (Cellpose, Mesmer) and classical approaches for n…

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看
BI
数据与复现单细胞与空间组学

bio-read-qc-umi-processing

Extract, process, and deduplicate reads using Unique Molecular Identifiers (UMIs) with umi_tools. Use when library prep…

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