Uses of Class
com.compomics.util.experiment.identification.spectrum_annotation.SpectrumAnnotator.TiesResolution
Package | Description |
---|---|
com.compomics.util.experiment.identification.spectrum_annotation |
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.TiesResolution Modifier and Type Field Description protected SpectrumAnnotator.TiesResolution
SpectrumAnnotator. tiesResolution
The methods to use to select the best peak when multiple are possible.Methods in com.compomics.util.experiment.identification.spectrum_annotation that return SpectrumAnnotator.TiesResolution Modifier and Type Method Description SpectrumAnnotator.TiesResolution
AnnotationParameters. getTiesResolution()
Returns the ties resolution method to use when multiple peaks can be assigned to an ion.static SpectrumAnnotator.TiesResolution
SpectrumAnnotator.TiesResolution. valueOf(String name)
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.TiesResolution Modifier and Type Method Description protected void
SpectrumAnnotator. setMassTolerance(double mzTolerance, boolean isPpm, SpectrumAnnotator.TiesResolution tiesResolution)
Sets a new m/z tolerance for peak matching.void
AnnotationParameters. setTiesResolution(SpectrumAnnotator.TiesResolution tiesResolution)
Sets the ties resolution method to use when multiple peaks can be assigned to an ion.