You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Further accommodations for changes from DropletUtils::emptyDrops()
- Details of changes: MarioniLab/DropletUtils#118
- For this chunk, the new default of `alpha=Inf` gives poor results. Some quick comparisons given below
- BioC 3.21
- 39,028 non-empty droplets with `emptyDrops(counts(hto.sce), by.rank=40000)`
- 21,374 non-empty droplets with `emptyDrops(counts(hto.sce), by.rank=40000, alpha=NULL)
- 29,673 non-empty droplets with `emptyDrops(counts(hto.sce), by.rank=30000)`
- BioC 3.20
- 21780 on-empty droplets with `emptyDrops(counts(hto.sce), by.rank=40000) (i.e. former default of `alpha = NULL`)
- Added some explanation/justification cribbed from that removed in 76a88c5
0 commit comments