Uses of Class
com.compomics.util.experiment.identification.spectrum_annotation.IonMatchKeysCache
Packages that use IonMatchKeysCache
Package
Description
Experiment classes related to matches.
Classes used for ms2 spectrum annotation.
-
Uses of IonMatchKeysCache in com.compomics.util.experiment.identification.matches
Methods in com.compomics.util.experiment.identification.matches with parameters of type IonMatchKeysCacheModifier and TypeMethodDescriptionstatic StringIonMatch.getMatchKey(Ion ion, int charge, IonMatchKeysCache ionMatchKeysCache) Returns the key for the ion match uniquely representing a peak annotation. -
Uses of IonMatchKeysCache in com.compomics.util.experiment.identification.spectrum_annotation
Fields in com.compomics.util.experiment.identification.spectrum_annotation declared as IonMatchKeysCacheModifier and TypeFieldDescriptionprotected IonMatchKeysCacheSpectrumAnnotator.ionMatchKeysCacheThe cache to use for the ion match keys.