Package | Description |
---|---|
com.compomics.util.experiment.identification.spectrum_annotation |
Classes used for ms2 spectrum annotation.
|
Modifier and Type | Field and Description |
---|---|
protected SpectrumAnnotator.TiesResolution |
SpectrumAnnotator.tiesResolution
The methods to use to select the best peak when multiple are possible.
|
Modifier and Type | Method and Description |
---|---|
SpectrumAnnotator.TiesResolution |
AnnotationSettings.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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SpectrumAnnotator.setMassTolerance(double mzTolerance,
boolean isPpm,
SpectrumAnnotator.TiesResolution tiesResolution)
Sets a new m/z tolerance for peak matching.
|
void |
AnnotationSettings.setTiesResolution(SpectrumAnnotator.TiesResolution tiesResolution)
Sets the ties resolution method to use when multiple peaks can be
assigned to an ion.
|
Copyright © 2018. All rights reserved.