Uses of Class
com.compomics.util.experiment.identification.spectrum_annotation.IonMatchKeysCache
Package | Description |
---|---|
com.compomics.util.experiment.identification.matches |
Experiment classes related to matches.
|
com.compomics.util.experiment.identification.spectrum_annotation |
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 IonMatchKeysCache Modifier and Type Method Description static String
IonMatch. 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 IonMatchKeysCache Modifier and Type Field Description protected IonMatchKeysCache
SpectrumAnnotator. ionMatchKeysCache
The cache to use for the ion match keys.