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")
報(bào)錯(cuò)enrichplot沒(méi)有安裝近哟,找到一個(gè)新的命令
還是去安裝enrichplot吧
BiocManager::install(“topGO”)
BiocManager::install("enrichplot")
jupyter要用到插件nodejs驮审,嘗試用conda安裝
conda install -c conda-forge/label/cf202003 nodejs