コード例 #1
0
 @Override
 public boolean isValidated(
     String itemName,
     FilterItemComparator filterItemComparator,
     Object value,
     String spectrumKey,
     Identification identification,
     GeneMaps geneMaps,
     IdentificationFeaturesGenerator identificationFeaturesGenerator,
     IdentificationParameters identificationParameters,
     PeptideSpectrumAnnotator peptideSpectrumAnnotator)
     throws IOException, InterruptedException, ClassNotFoundException, SQLException,
         MzMLUnmarshallerException, MathException {
   SpectrumMatch spectrumMatch = identification.getSpectrumMatch(spectrumKey);
   PeptideAssumption peptideAssumption = spectrumMatch.getBestPeptideAssumption();
   return isValidated(
       itemName,
       filterItemComparator,
       value,
       spectrumKey,
       peptideAssumption,
       identification,
       identificationFeaturesGenerator,
       identificationParameters,
       peptideSpectrumAnnotator);
 }