JonathanShor / DoubletDetection

Doublet detection in single-cell RNA-seq data.
https://doubletdetection.readthedocs.io/en/stable/
MIT License
87 stars 23 forks source link

Fast(er) Normalize #96

Closed JonathanShor closed 6 years ago

JonathanShor commented 6 years ago

Optimizes the default normalization method by memoizing the normalized raw_counts.

Also improves the install process robustness, and ensures consistent labeling of cells that join no cluster when n_iters == 1.