conda安装纯净环境的clusterprofiler

  • conda create -n clusterprofiler -c conda-forge r-base=4.1.2 -y
  • conda activate clusterprofiler
  • conda install -c conda-forge r-seurat=4.1.0 -y
  • conda install -c conda-forge r-irkernel=1.3 -y
  • conda install -c conda-forge r-biocmanager=1.30.16 -y
  • conda install -c conda-forge r-devtools=2.4.3 -y
  • conda install -c conda-forge r-forcats=0.5.1 -y
  • conda install -c conda-forge r-tidyverse=1.3.1 -y
  • BiocManager::install(“clusterProfiler”)
  • BiocManager::install(“org.Hs.eg.db”)
  • IRkernel::installspec(name=’clusterprofiler’, displayname=’r-clusterprofiler’)

conda安装纯净环境的clusterprofiler
https://occdn.limour.top/1617.html
Author
Limour
Posted on
March 16, 2022
Licensed under