Open vijithaduke opened 2 months ago
This is memory issue. Try to decrease the processors by
library(future.apply)
plan(multisession, workers=1)
seu <- fitMM(seu)
If it does not work, share me the seurat object. I will try to decrease the memory cost by playing the big data.
Got it. Thank you!
fitGMM isn't working and I'm getting this error: seu <- fitGMM(seu)
Please help me to resolve this. Thank you!