通过conda安装纯净环境的Seurat

  • conda create -n seurat -c conda-forge r-base=4.1.2
  • conda activate seurat
  • conda install -c conda-forge r-seurat=4.1.0 -y
  • conda install -c conda-forge r-tidyverse=1.3.1 -y
  • conda install -c conda-forge r-irkernel -y
  • R
  • IRkernel::installspec(name=’seurat’, displayname=’r-seurat’)
  • q()

通过conda安装纯净环境的Seurat
https://occdn.limour.top/1534.html
Author
Limour
Posted on
February 22, 2022
Licensed under