Modifier and Type | Method and Description |
---|---|
static SpectrumFilter |
SpectrumFilter.getFilter(JFrame parentFrame,
Double mzTolerance,
Double intensityQuantile,
Double intensityTolerance,
Boolean isPpm)
Allows the user to design basic filters via a GUI.
|
Modifier and Type | Class and Description |
---|---|
class |
And
filter consisting of several filters.
|
class |
CombFilter
This filter looks for a specific m/z comb in the spectrum.
|
class |
FingerprintPattern
Filters according to an m/z - intensity fingerprint.
|
class |
MzFilter
This class checks whether a peak is present in a spectrum among the most
intense peaks.
|
class |
Or
Filter consisting of several filters.
|
class |
PeakFilter
A peak filter.
|
Modifier and Type | Method and Description |
---|---|
void |
Or.addFilter(SpectrumFilter spectrumFilter)
Adds a filter to the or Filters will be tested iteratively so put the
fast/discriminative first.
|
void |
And.addFilter(SpectrumFilter spectrumFilter)
Adds a filter to the and Filters will be tested iteratively so put the
fast/discriminative first.
|
Modifier and Type | Method and Description |
---|---|
SpectrumFilter |
PeakDialog.getFilter()
Returns the filter created.
|
SpectrumFilter |
MzDialog.getFilter()
Returns the filter created.
|
SpectrumFilter |
FingerprintDialog.getFilter()
Returns the filter created.
|
SpectrumFilter |
CombDialog.getFilter()
Returns the filter created.
|
Copyright © 2013. All Rights Reserved.