-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hi there,
Thank you for releasing the code for your algorithm. I have a question regarding the memory-efficiency.
My cell-gene matrix is approximately 600,000 cells x 6,000 genes. Assuming 32-bit floats, this should be around 15gb.
Despite this, I am running out of memory despite having 128gb RAM. How can I run this algorithm memory-efficient?
The command i'm using so far is:
res <- newWave(sce,X = "~site.Site", K=10, verbose = FALSE, children=6, n_gene_disp = 100, n_gene_par = 100, n_cell_par = 100)
Many thanks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels