Hi all,
I am processing a scRNA-seq dataset of 200k cells, and am at the stage of finding clusters with a resolution of 2. The FindClusters
function from Seurat seems to take a long time to run. Wondering if anyone have any ideas how to speed up the execution, and which method is most efficient (with less tradeoff in the clustering quality). Currently, I have three alternatives in mind:
1) Decreasing the resolution from 2 to 0.8 or even lower
2) Use sparse matrix with do.sparse = TRUE
(but this is no longer available in Seurat V5, is there a workaround?)
3) Process it on HPC (my computer is quite powerful (64Gb RAM) and the HPC queueing usually takes a long time if a lot of resources are demanded, also prone to error hence re-queueing).
Thanks for the help.
I overcame this by running it on HPC