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

Packages that use ProteinMatch
com.compomics.util.experiment.identification This package contains experiment classes related to identifications. 
com.compomics.util.experiment.identification.matches This package contains experiment classes releated to matches. e.g., pepties, proteins, modifications and spectra. 
 

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

Methods in com.compomics.util.experiment.identification that return ProteinMatch
 ProteinMatch IdentificationDB.getProteinMatch(String key)
          Returns the desired protein match
 ProteinMatch Identification.getProteinMatch(String proteinKey)
          Returns a protein match.
 

Methods in com.compomics.util.experiment.identification with parameters of type ProteinMatch
 void IdentificationDB.addProteinMatch(ProteinMatch proteinMatch)
          Adds a protein match to the database
 void IdentificationDB.updateProteinMatch(ProteinMatch proteinMatch)
          updates a protein match
 

Uses of ProteinMatch in com.compomics.util.experiment.identification.matches
 

Methods in com.compomics.util.experiment.identification.matches with parameters of type ProteinMatch
 boolean ProteinMatch.contains(ProteinMatch proteinMatch)
          Returns a boolean indicating whether the protein match contains another set of theoretic proteins.
 



Copyright © 2012. All Rights Reserved.