data structure storing a single raw data point that passed all filters More...
#include <OpenMS/TRANSFORMATIONS/FEATUREFINDER/MultiplexFilterResultRaw.h>
Public Member Functions | |
MultiplexFilterResultRaw (double mz, std::vector< double > mz_shifts, std::vector< double > intensities) | |
constructor More... | |
double | getMZ () const |
returns m/z position More... | |
std::vector< double > | getMZShifts () const |
returns m/z shifts More... | |
std::vector< double > | getIntensities () const |
returns intensities More... | |
Private Attributes | |
double | mz_ |
m/z of the raw data point (RT stored in MultiplexFilterResultPeak) More... | |
std::vector< double > | mz_shifts_ |
m/z shifts at which the filtering found corresponding intensities More... | |
std::vector< double > | intensities_ |
intensities at mz_ + mzShifts_ More... | |
data structure storing a single raw data point that passed all filters
Each raw filter result corresponds to a successful search for a particular peak pattern in the spline interpolated raw data. The actual m/z shifts seen in the filter result might differ from the theoretical shifts listed in the peak pattern.
MultiplexFilterResultRaw | ( | double | mz, |
std::vector< double > | mz_shifts, | ||
std::vector< double > | intensities | ||
) |
constructor
std::vector<double> getIntensities | ( | ) | const |
returns intensities
double getMZ | ( | ) | const |
returns m/z position
std::vector<double> getMZShifts | ( | ) | const |
returns m/z shifts
|
private |
intensities at mz_ + mzShifts_
|
private |
m/z of the raw data point (RT stored in MultiplexFilterResultPeak)
|
private |
m/z shifts at which the filtering found corresponding intensities
OpenMS / TOPP release 2.3.0 | Documentation generated on Tue Jan 9 2018 18:22:11 using doxygen 1.8.13 |