JonathanShor / DoubletDetection

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

Voting scheme #62

Closed JonathanShor closed 6 years ago

JonathanShor commented 6 years ago

Updates classification methodology: cells with p-value > 0.99 on at least 90% of iterations are called doublets. Both thresholds are parameters to .fit (these are the default values).

Updates n_iters, n_top_var_genes, and phenograph_parameters defaults to be in line with updated methodology.