美文网首页
装包记录

装包记录

作者: 小森的生统笔记 | 来源:发表于2024-01-12 18:22 被阅读0次

magick包安装

先用conda

conda install -c conda-forge imagemagick

再install

ComplexHeatmap安装

BiocManager::install("ComplexHeatmap")

ggdendro安装

install.packages("ggdendro")

ggh4x安装

devtools::install_github("teunbrand/ggh4x")

scRNAtoolVis安装

devtools::install_github('junjunlab/scRNAtoolVis')

clusterProfiler安装

devtools::install_github('YuLab-SMU/clusterProfiler')
BiocManager::install("org.Hs.eg.db")

报错enrichplot没有安装,找到一个新的命令
还是去安装enrichplot吧

BiocManager::install(“topGO”)
BiocManager::install("enrichplot")

jupyter要用到插件nodejs,尝试用conda安装

conda install -c conda-forge/label/cf202003 nodejs
Pasted Graphic 2.png

相关文章

网友评论

      本文标题:装包记录

      本文链接:https://www.haomeiwen.com/subject/qowxodtx.html