Uses of Enum
com.compomics.util.experiment.identification.spectrum_annotation.SpectrumAnnotator.TiesResolution
Packages that use SpectrumAnnotator.TiesResolution
Package
Description
Classes used for ms2 spectrum annotation.
-
Uses of SpectrumAnnotator.TiesResolution in com.compomics.util.experiment.identification.spectrum_annotation
Fields in com.compomics.util.experiment.identification.spectrum_annotation declared as SpectrumAnnotator.TiesResolutionModifier and TypeFieldDescriptionprotected SpectrumAnnotator.TiesResolutionSpectrumAnnotator.tiesResolutionThe methods to use to select the best peak when multiple are possible.Methods in com.compomics.util.experiment.identification.spectrum_annotation that return SpectrumAnnotator.TiesResolutionModifier and TypeMethodDescriptionAnnotationParameters.getTiesResolution()Returns the ties resolution method to use when multiple peaks can be assigned to an ion.Returns the enum constant of this type with the specified name.static SpectrumAnnotator.TiesResolution[]SpectrumAnnotator.TiesResolution.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.compomics.util.experiment.identification.spectrum_annotation with parameters of type SpectrumAnnotator.TiesResolutionModifier and TypeMethodDescriptionprotected voidSpectrumAnnotator.setMassTolerance(double mzTolerance, boolean isPpm, SpectrumAnnotator.TiesResolution tiesResolution) Sets a new m/z tolerance for peak matching.voidAnnotationParameters.setTiesResolution(SpectrumAnnotator.TiesResolution tiesResolution) Sets the ties resolution method to use when multiple peaks can be assigned to an ion.