Uses of Class
com.compomics.util.experiment.identification.matches.PeptideMatch
Packages that use PeptideMatch
Package
Description
Experiment classes related to identifications.
Identification match iterators.
PTM GUI dialogs.
-
Uses of PeptideMatch in com.compomics.util.experiment.identification
Methods in com.compomics.util.experiment.identification that return PeptideMatchModifier and TypeMethodDescriptionIdentification.getPeptideMatch(long key) Returns the peptide match with the given key.Methods in com.compomics.util.experiment.identification with parameters of type PeptideMatchModifier and TypeMethodDescriptionvoidIdentification.addPeptideMatch(long key, PeptideMatch peptideMatch) Adds a peptide match. -
Uses of PeptideMatch in com.compomics.util.experiment.identification.matches_iterators
Methods in com.compomics.util.experiment.identification.matches_iterators that return PeptideMatchModifier and TypeMethodDescriptionPeptideMatchesIterator.next()Returns the next match and updates the buffer. -
Uses of PeptideMatch in com.compomics.util.gui.modification
Constructors in com.compomics.util.gui.modification with parameters of type PeptideMatchModifierConstructorDescriptionModificationTable(Identification identification, AnnotationParameters annotationParameters, PeptideMatch peptideMatch, Modification modification, boolean areaChart, ModificationParameters modificationParameters, SequenceProvider sequenceProvider, SpectrumProvider spectrumProvider, SequenceMatchingParameters modificationSequenceMatchingParameters) Constructor.