seurat-disk icon indicating copy to clipboard operation
seurat-disk copied to clipboard

how to convert h5Seurat to h5ad for large object

Open FADHLyemen opened this issue 3 years ago • 0 comments

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.

FADHLyemen avatar Dec 07 '21 20:12 FADHLyemen