Sorena_199x的博客R中install.packages("SeuratData")显示无法使用 Warning in install.packages :package ‘SeuratData’ is not available for this version of R 我的R是4.1.1。以下方法可以解决: install.packages("remotes...
Cindy has a Way的博客 Save Data rds save(sce.big,file = 'sce.big.merge.Rdata') OR h5ad library(SeuratData) library(SeuratDisk) writeH5AD(sce.big, "./sce.h5ad", X_name = NULL, skip_assays = FALSE) The following is ...