Uses of Class
com.compomics.util.experiment.identification.matches.ProteinMatch
Packages that use ProteinMatch
Package
Description
Experiment classes related to identifications.
Identification match iterators.
Dialogs for the handling of genes.
-
Uses of ProteinMatch in com.compomics.util.experiment.identification
Methods in com.compomics.util.experiment.identification that return ProteinMatchModifier and TypeMethodDescriptionIdentification.getProteinMatch(long key) Returns the protein match with the given key.Methods in com.compomics.util.experiment.identification with parameters of type ProteinMatchModifier and TypeMethodDescriptionvoidIdentification.addProteinMatch(long key, ProteinMatch proteinMatch) Adds a protein match. -
Uses of ProteinMatch in com.compomics.util.experiment.identification.matches_iterators
Methods in com.compomics.util.experiment.identification.matches_iterators that return ProteinMatchModifier and TypeMethodDescriptionProteinMatchesIterator.next()Returns the next match and updates the buffer. -
Uses of ProteinMatch in com.compomics.util.gui.genes
Constructors in com.compomics.util.gui.genes with parameters of type ProteinMatchModifierConstructorDescriptionGeneDetailsDialog(Frame parent, ProteinMatch proteinMatch, GeneMaps geneMaps, ProteinDetailsProvider proteinDetailsProvider) Creates a new GeneDetailsDialog.