LikelihoodMethod.af_to_row_index

LikelihoodMethod.af_to_row_index#

missionbio.demultiplex.dna.likelihood.LikelihoodMethod.af_to_row_index

classmethod LikelihoodMethod.af_to_row_index(af: ndarray) ndarray#

Convert the AF values to the row indices in the likelihoods DataFrame.

Returns:

np.ndarray with the same shape as af but with the row indices instead of AF values.


< Class LikelihoodMethod