OpenMS
PeakPickerMaxima.h File Reference
#include <OpenMS/config.h>
#include <vector>
Include dependency graph for PeakPickerMaxima.h:

Go to the source code of this file.

Classes

class  PeakPickerMaxima
 This class implements a fast peak-picking algorithm best suited for high resolution MS data (FT-ICR-MS, Orbitrap). In high resolution data, the signals of ions with similar mass-to-charge ratios (m/z) exhibit little or no overlapping and therefore allow for a clear separation. Furthermore, ion signals tend to show well-defined peak shapes with narrow peak width. More...
 
struct  PeakPickerMaxima::PeakCandidate
 The PeakCandidate describes the output of the peak picker. More...
 

Namespaces

 OpenMS
 Main OpenMS namespace.
 

Class Documentation

◆ OpenMS::PeakPickerMaxima::PeakCandidate

struct OpenMS::PeakPickerMaxima::PeakCandidate

The PeakCandidate describes the output of the peak picker.

It contains the m/z and intensity value of the peak candidate.

It also contains the original index in the m/z axis where the peak was found as well as an estimate of its right and left boundary.

Collaboration diagram for PeakPickerMaxima::PeakCandidate:
[legend]
Class Members
double int_max intensity value of the peak apex
int left_boundary index of the left boundary (relative to the input data)
double mz_max m/z value of the peak apex
int pos index of the peak apex (relative to the input data)
int right_boundary index of the right boundary (relative to the input data)