Uses of Class
com.compomics.util.experiment.identification.matches.PeptideMatch

Packages that use PeptideMatch
com.compomics.util.experiment.identification This package contains experiment classes related to identifications. 
 

Uses of PeptideMatch in com.compomics.util.experiment.identification
 

Methods in com.compomics.util.experiment.identification that return PeptideMatch
 PeptideMatch Identification.getPeptideMatch(String peptideKey)
          Returns a peptide match.
 PeptideMatch IdentificationDB.getPeptideMatch(String key, boolean useDB)
          Returns the desired peptide match.
 PeptideMatch Identification.getPeptideMatch(String peptideKey, boolean useDB)
          Returns a peptide match.
 

Methods in com.compomics.util.experiment.identification with parameters of type PeptideMatch
 void IdentificationDB.addPeptideMatch(PeptideMatch peptideMatch)
          Adds a peptide match to the database
 void IdentificationDB.updatePeptideMatch(PeptideMatch peptideMatch)
          Updates a peptide match.
 void Identification.updatePeptideMatch(PeptideMatch peptideMatch)
          Updates a peptide match in the database.
 



Copyright © 2013. All Rights Reserved.