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

Packages that use ModificationMatch
com.compomics.util.experiment.biology This package contains experiement classes related to biological entities. 
 

Uses of ModificationMatch in com.compomics.util.experiment.biology
 

Methods in com.compomics.util.experiment.biology that return types with arguments of type ModificationMatch
 ArrayList<ModificationMatch> Peptide.getModificationMatches()
          getter for the modifications carried by this peptide
 

Methods in com.compomics.util.experiment.biology with parameters of type ModificationMatch
 void Peptide.addModificationMatch(ModificationMatch modificationMatch)
          Adds a modification match
 

Constructor parameters in com.compomics.util.experiment.biology with type arguments of type ModificationMatch
Peptide(String aSequence, Double mass, ArrayList<Protein> parentProteins, ArrayList<ModificationMatch> modifications)
          Constructor for the peptide
 



Copyright © 2011. All Rights Reserved.