Uses of Class
com.compomics.util.experiment.identification.matches.ProteinMatch
Package | Description |
---|---|
com.compomics.util.experiment.identification |
Experiment classes related to identifications.
|
com.compomics.util.experiment.identification.matches_iterators |
Identification match iterators.
|
com.compomics.util.gui.genes |
Dialogs for the handling of genes.
|
-
Uses of ProteinMatch in com.compomics.util.experiment.identification
Methods in com.compomics.util.experiment.identification that return ProteinMatch Modifier and Type Method Description ProteinMatch
Identification. getProteinMatch(long key)
Returns the protein match with the given key.Methods in com.compomics.util.experiment.identification with parameters of type ProteinMatch Modifier and Type Method Description void
Identification. 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 ProteinMatch Modifier and Type Method Description ProteinMatch
ProteinMatchesIterator. 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 ProteinMatch Constructor Description GeneDetailsDialog(Frame parent, ProteinMatch proteinMatch, GeneMaps geneMaps, ProteinDetailsProvider proteinDetailsProvider)
Creates a new GeneDetailsDialog.