matchesValidator.attachPeptideProbabilities(identification, waitingHandler);
matchesValidator.fillProteinMap(identification, waitingHandler);
proteinMap.estimateProbabilities(waitingHandler);
matchesValidator.attachProteinProbabilities(identification, metrics, waitingHandler, processingPreferences);
ProteinInference proteinInference = new ProteinInference();
proteinInference.retainBestScoringGroups(identification, metrics, proteinMap, searchParameters, sequenceMatchingPreferences, waitingHandler);
}
/**
* Processes the identifications if a change occurred in the peptide map.
*