JonathanShor / DoubletDetection

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

v1.3 Voting Classification #63

Closed JonathanShor closed 6 years ago

JonathanShor commented 6 years ago

A cell is called 'doublet' when the cell's p-value exceeds parameter p-thresh (default 0.99) on at least voter_thresh (default 90%) of the runs (when n_iters > 1).

Also handles cells assigned to -1 "not a cluster" cluster by Phenograph: they are excluded from score and p-value calculations. Raises a warning if a cell is assigned -1 on all runs.

JonathanShor commented 6 years ago

Resolves #48