Pre-processing Seurat object is faster when FindVariableFeatures runs before NormalizeData and ScaleData
MahdiMoradiMarjaneh opened this issue · 1 comments
MahdiMoradiMarjaneh commented
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``
MahdiMoradiMarjaneh commented
also running run_doubletfinder()
rather than find_singlets()
speeds the scaling process up.