NeutralLossMarker marks peak pairs which could represent an ion an its neutral loss (water, ammonia). More...
#include <OpenMS/FILTERING/TRANSFORMERS/NeutralLossMarker.h>
Public Member Functions | |
| NeutralLossMarker () | |
| default constructor | |
| NeutralLossMarker (const NeutralLossMarker &source) | |
| copy constructor | |
| virtual | ~NeutralLossMarker () |
| destructor | |
| NeutralLossMarker & | operator= (const NeutralLossMarker &source) |
| assignment operator | |
|
| |
| template<typename SpectrumType > | |
| void | apply (std::map< double, bool > &marked, SpectrumType &spectrum) |
| method to mark peaks | |
| static PeakMarker * | create () |
| static const String | getProductName () |
NeutralLossMarker marks peak pairs which could represent an ion an its neutral loss (water, ammonia).
Parameters of this class are:| Name | Type | Default | Restrictions | Description |
|---|---|---|---|---|
| marks | int | 1 | How often a peak must be marked to be reported | |
| tolerance | float | 0.2 | Tolerance in m/z direction |
default constructor
| NeutralLossMarker | ( | const NeutralLossMarker & | source | ) |
copy constructor
| virtual ~NeutralLossMarker | ( | ) | [virtual] |
destructor
| void apply | ( | std::map< double, bool > & | , | |
| SpectrumType & | ||||
| ) | [inline] |
method to mark peaks
Reimplemented from PeakMarker.
| static PeakMarker* create | ( | ) | [inline, static] |
| static const String getProductName | ( | ) | [inline, static] |
Reimplemented from PeakMarker.
| NeutralLossMarker& operator= | ( | const NeutralLossMarker & | source | ) |
assignment operator
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:53 using doxygen 1.7.1 |