LikelihoodMethod.classify_mixed_clusters

LikelihoodMethod.classify_mixed_clusters#

missionbio.demultiplex.protein.pace.likelihood.LikelihoodMethod.classify_mixed_clusters

LikelihoodMethod.classify_mixed_clusters(labs: ndarray) None#

Assigns the doublets as “Mixed” if they have an adjusted mixing rate lower than the max_adjusted_mixing or “Mixed like” for higher adjusted mixing rates.

The doublets are identified using “:” in the cluster name.

Parameters:

labs – The labels of all the cells


< Class LikelihoodMethod