As a user with a large number of cells to which I want to apply QUMI normalization, I can run quminorm with parallel processing, so I can get a result in a reasonable amount of time.
implement parallel processing that only loads the nonzero values
verify it gives the same result as serial processing
As a user with a large number of cells to which I want to apply QUMI normalization, I can run quminorm with parallel processing, so I can get a result in a reasonable amount of time.