ARTICLE DETAIL

建站实战干货

来自一线的建站与推广经验沉淀,每一条都经过真实交付验证。

cellchat安装

2026/9/15 6:43:48 拓冰建站 浏览量
cellchat安装

官方安装文档:

GitHub - jinworks/CellChat: R toolkit for inference, visualization and analysis of cell-cell communication from single-cell and spatially resolved transcriptomics

我安装过的命令:

install.packages('NMF')
devtools::install_github("jokergoo/circlize")
devtools::install_github("jokergoo/ComplexHeatmap")
devtools::install_github("immunogenomics/presto")
BiocManager::install("BiocNeighbors")
devtools::install_github("jinworks/CellChat")

参考的链接:(很详细)

CellChat三部曲1:使用CellChat对单个数据集进行细胞间通讯分析-腾讯云开发者社区-腾讯云 (tencent.com)