OpenMS
Loading...
Searching...
No Matches
PeakMapExtractor.h File Reference
Include dependency graph for PeakMapExtractor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PeakMapExtractor
 Extract raw mz/RT/IM peak clouds for targeted OpenSWATH coordinates. More...
 
struct  PeakMapExtractor::ExtractedPeakMap
 One extracted targeted peak map. More...
 

Namespaces

namespace  OpenMS
 Main OpenMS namespace.
 

Class Documentation

◆ OpenMS::PeakMapExtractor::ExtractedPeakMap

struct OpenMS::PeakMapExtractor::ExtractedPeakMap

One extracted targeted peak map.

Collaboration diagram for PeakMapExtractor::ExtractedPeakMap:
[legend]
Class Members
vector< double > intensity
vector< double > ion_mobility
vector< double > mz
string native_id
vector< double > rt
double rt_end {-1.0}
double rt_start {0.0}
double target_ion_mobility {-1.0}
double target_mz {0.0}
double target_rt {std::numeric_limits<double>::quiet_NaN()}