combiz/scFlow

Pre-processing Seurat object is faster when FindVariableFeatures runs before NormalizeData and ScaleData

MahdiMoradiMarjaneh opened this issue · 1 comments

Currently ScaleData in doubletfinder function takes too long for medium to large datasets. The run time would be significantly shorter if FindVariableFeatures runs before NormalizeData and ScaleData.
https://satijalab.org/seurat/v3.0/mca.html``

also running run_doubletfinder() rather than find_singlets() speeds the scaling process up.