throws SQLException, IOException, ClassNotFoundException, InterruptedException, MzMLUnmarshallerException {
SequenceFactory sequenceFactory = SequenceFactory.getInstance();
PSParameter psParameter = new PSParameter();
psParameter = (PSParameter) identification.getPeptideMatchParameter(peptideKey, psParameter);
psParameter.resetQcResults();
if (sequenceFactory.concatenatedTargetDecoy()) {
TargetDecoyMap targetDecoyMap = peptideMap.getTargetDecoyMap(peptideMap.getCorrectedKey(psParameter.getSpecificMapKey()));
TargetDecoyResults targetDecoyResults = targetDecoyMap.getTargetDecoyResults();
double peptideThreshold = targetDecoyResults.getScoreLimit();