Open FADHLyemen opened 2 years ago
Hi, I am trying to convet large h5Seurat file into h5ad, BUT can not allocate the memory for this big file. Any help?
library(Seurat) library(SeuratDisk) library(SeuratData) kpmp_blue=hfile <- Connect("xx.h5Seurat") kpmp_blue_Seurat=as.Seurat(kpmp_blue,slot = "counts", assay = "RNA")
every time it killed in HPC with 200 GB ram, any suggestions, my h5Seurat file is 11 GB.
Hi, I am trying to convet large h5Seurat file into h5ad, BUT can not allocate the memory for this big file. Any help?
every time it killed in HPC with 200 GB ram, any suggestions, my h5Seurat file is 11 GB.