Uses of Enum
com.compomics.util.experiment.identification.spectrum_annotation.AnnotationParameters.IntensityThresholdType
Packages that use AnnotationParameters.IntensityThresholdType
Package
Description
Classes used for ms2 spectrum annotation.
Experiment classes related to spectra.
-
Uses of AnnotationParameters.IntensityThresholdType in com.compomics.util.experiment.identification.spectrum_annotation
Methods in com.compomics.util.experiment.identification.spectrum_annotation that return AnnotationParameters.IntensityThresholdTypeModifier and TypeMethodDescriptionAnnotationParameters.getIntensityThresholdType()Returns the intensity threshold type.Returns the enum constant of this type with the specified name.AnnotationParameters.IntensityThresholdType.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 AnnotationParameters.IntensityThresholdTypeModifier and TypeMethodDescriptionvoidAnnotationParameters.setIntensityThresholdType(AnnotationParameters.IntensityThresholdType intensityThresholdType) Sets the intensity threshold type. -
Uses of AnnotationParameters.IntensityThresholdType in com.compomics.util.experiment.mass_spectrometry.spectra
Methods in com.compomics.util.experiment.mass_spectrometry.spectra with parameters of type AnnotationParameters.IntensityThresholdTypeModifier and TypeMethodDescriptionstatic doubleSpectrumUtil.getIntensityLimit(Spectrum spectrum, AnnotationParameters.IntensityThresholdType intensityThresholdType, double thresholdValue) Returns the limit in intensity according to the given threshold.static double[][]SpectrumUtil.getPeaksAboveIntensityThreshold(Spectrum spectrum, AnnotationParameters.IntensityThresholdType intensityThresholdType, double thresholdValue) Returns the peaks above intensity threshold as an array of double (mz, intensity).