1.在 Ubuntu 18.04 上安装Seurat v4,使用国内源
# 设置CRAN镜像为清华大学源并安装Seurat v4
options(repos = c(CRAN = "https://mirrors.tuna.tsinghua.edu.cn/CRAN/"))
install.packages("remotes")
install.packages("https://mirrors.tuna.tsinghua.edu.cn/CRAN/src/contrib/Archive/Matrix/Matrix_1.6-1.tar.gz", repos=NULL, type="source")
remotes::install_version("SeuratObject", "4.1.4")
remotes::install_version("Seurat", "4.4.0", upgrade = FALSE)


4868

被折叠的 条评论
为什么被折叠?



