![]() |
OpenMS
|
data structure storing all peaks (and optionally their raw data points) of an experiment corresponding to one specific peak pattern More...
#include <OpenMS/FEATUREFINDER/MultiplexFilteredMSExperiment.h>
Public Member Functions | |
| MultiplexFilteredMSExperiment () | |
| constructor More... | |
| void | addPeak (const MultiplexFilteredPeak &peak) |
| adds a single peak to the results More... | |
| MultiplexFilteredPeak | getPeak (size_t i) const |
| returns a single peak from the results More... | |
| double | getMZ (size_t i) const |
| returns m/z of a single peak More... | |
| std::vector< double > | getMZ () const |
| returns m/z positions of all peaks More... | |
| double | getRT (size_t i) const |
| returns RT of a single peak More... | |
| std::vector< double > | getRT () const |
| returns RT of all peaks More... | |
| size_t | size () const |
| returns number of peaks in the result More... | |
| void | writeDebugOutput (const MSExperiment &exp_picked, const String &debug_out) const |
| write all peaks to a consensusXML file More... | |
Private Attributes | |
| std::vector< MultiplexFilteredPeak > | result_ |
| peaks which passed the peak pattern filter More... | |
data structure storing all peaks (and optionally their raw data points) of an experiment corresponding to one specific peak pattern
constructor
| void addPeak | ( | const MultiplexFilteredPeak & | peak | ) |
adds a single peak to the results
| std::vector<double> getMZ | ( | ) | const |
returns m/z positions of all peaks
| double getMZ | ( | size_t | i | ) | const |
returns m/z of a single peak
| MultiplexFilteredPeak getPeak | ( | size_t | i | ) | const |
returns a single peak from the results
| std::vector<double> getRT | ( | ) | const |
returns RT of all peaks
| double getRT | ( | size_t | i | ) | const |
returns RT of a single peak
| size_t size | ( | ) | const |
returns number of peaks in the result
| void writeDebugOutput | ( | const MSExperiment & | exp_picked, |
| const String & | debug_out | ||
| ) | const |
write all peaks to a consensusXML file
| exp_picked | original (i.e. not white) centroided experimental data |
| debug_out | file name of the debug output |
|
private |
peaks which passed the peak pattern filter