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

Go to the source code of this file.

Classes

class  MetaboTargetedAssay
 This class provides methods for the extraction of targeted assays for metabolomics. More...
 
class  MetaboTargetedAssay::CompoundTargetDecoyPair
 CompoundTargetDecoyPair stores a pair of CompoundInfo and MSSpectrum (target, decoy) More...
 
class  MetaboTargetedAssay::CompoundSpectrumPair
 CompoundTargetDecoyPair stores a pair of CompoundInfo and MSSpectrum. More...
 
struct  MetaboTargetedAssay::TargetDecoyGroup
 TargetDecoyGroup stores the mz, rt and file number in correspondence to the index of a MetaboTargetedAssay vector. More...
 

Namespaces

namespace  OpenMS
 Main OpenMS namespace.
 

Class Documentation

◆ OpenMS::MetaboTargetedAssay::TargetDecoyGroup

struct OpenMS::MetaboTargetedAssay::TargetDecoyGroup

TargetDecoyGroup stores the mz, rt and file number in correspondence to the index of a MetaboTargetedAssay vector.

Collaboration diagram for MetaboTargetedAssay::TargetDecoyGroup:
[legend]
Class Members
int decoy_file_number = 0
int decoy_index = -1
double decoy_mz = 0.0
double decoy_rt = 0.0
int target_file_number = 0
int target_index = -1
double target_mz = 0.0
double target_rt = 0.0