LikelihoodMethod.__init__#
missionbio.demultiplex.protein.pace.likelihood.LikelihoodMethod.__init__
- LikelihoodMethod.__init__(protein: Assay, truth: Truth, min_distance_for_doublet: int = 3, **kwargs: Any)#
- Parameters:
protein – The protein assay
truth – A Truth object
min_distance_for_doublet – The minimum number of antibodies that must be different between two clones for their doublet to be considered.
kwargs – The other parameters passed to PACEModel.
< Class LikelihoodMethod