JonathanShor / DoubletDetection

Doublet detection in single-cell RNA-seq data.

Home Page:https://doubletdetection.readthedocs.io/en/stable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plug-in normalization method

adamgayoso opened this issue · comments

We've come to understand normalization as an important factor in the success of the classifier. While we would have no guarantees for performance of the classifier with a different normalization method, we should allow users to use whatever normalization method they want.

It would be fairly easy for someone to edit the normalize_counts function, but I think it would be nice to allow slightly more control.