JonathanShor / DoubletDetection

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

Adds normalizer parameter. #80

Closed JonathanShor closed 6 years ago

JonathanShor commented 6 years ago

Allows specifying the normalizing function to use on raw_counts. Defaults to included normalize_counts, the previously always-used function.