seurat-disk
seurat-disk copied to clipboard
how to convert h5Seurat to h5ad for large object
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.