Package | Description |
---|---|
com.compomics.util.experiment.identification.spectrum_annotation |
Classes used for ms2 spectrum annotation.
|
com.compomics.util.experiment.mass_spectrometry.spectra |
Experiment classes related to spectra.
|
com.compomics.util.gui.spectrum |
Spectrum and Chromatogram visualization GUI classes.
|
Modifier and Type | Method and Description |
---|---|
AnnotationParameters.IntensityThresholdType |
AnnotationParameters.getIntensityThresholdType()
Returns the intensity threshold type.
|
static AnnotationParameters.IntensityThresholdType |
AnnotationParameters.IntensityThresholdType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnnotationParameters.IntensityThresholdType[] |
AnnotationParameters.IntensityThresholdType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AnnotationParameters.setIntensityThresholdType(AnnotationParameters.IntensityThresholdType intensityThresholdType)
Sets the intensity threshold type.
|
Modifier and Type | Method and Description |
---|---|
double |
Spectrum.getIntensityLimit(AnnotationParameters.IntensityThresholdType intensityThresholdType,
double intensityFraction)
Returns the limit in intensity according to the given threshold.
|
Constructor and Description |
---|
IntensityHistogram(ArrayList<IonMatch> annotations,
Spectrum currentSpectrum,
AnnotationParameters.IntensityThresholdType intensityThresholdType,
double intensityThreshold)
Creates an IntensityHistogram plot
|
Copyright © 2018. All rights reserved.