Closed patrickjdanaher closed 2 years ago
Right now it rescales every profile to have the same sum. But this hides profiles that are all low count save for a single gene.
(But then Estep would need to use rowMeans and mean, not rowSums and sum.
Simple implementation: produce unscaled profiles only for the output, not while running iterations.
resolved in PR #108
Right now it rescales every profile to have the same sum. But this hides profiles that are all low count save for a single gene.
(But then Estep would need to use rowMeans and mean, not rowSums and sum.