willtownes / quminorm

Turning the quasi-UMI method into a bioconductor package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parallel processing of cells

willtownes opened this issue · comments

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
  • verify it runs faster than serial processing

parallel processing is now enabled.