Last updated on January 11, 2025 pm
CellChat
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 conda create -n mamba conda-forge::mambasource activate mamba mamba create -n cellchat conda-forge::r-irkernel conda-forge::r-tidyverse conda-forge::r-devtools conda-forge::r-circlize conda run -n cellchat Rscript -e "IRkernel::installspec(name='r-cellchat', displayname='r-cellchat')" mamba install -n cellchat bioconda::bioconductor-biobase \ bioconda::bioconductor-complexheatmap bioconda::bioconductor-biocneighbors mamba install -n cellchat conda-forge::r-ggpubr conda-forge::r-ggnetwork conda-forge::r-rstatix \ conda-forge::r-car conda-forge::r-pbkrtest conda-forge::r-lme4 \ conda-forge::r-igraph conda-forge::r-nloptr conda-forge::r-svglitecd /tmp/ wget https://github.com/jinworks/CellChat/archive/refs/heads/main.zip -O CellChat-master.zip unzip CellChat-master.zipcd CellChat-main/src/rm *.so *.ocd /tmp/source activate cellchat proxychains R install.packages('NMF' ) devtools::install_local('CellChat-main' ) packageVersion("CellChat" )
【记录】通过conda安装一些常用包
https://hexo.limour.top/install-common-packages-with-conda