OpenMS  2.4.0
Public Attributes | List of all members
MRMFeatureQC::ComponentQCs Struct Reference

Quality Controls (QCs) for individual components. More...

#include <OpenMS/ANALYSIS/OPENSWATH/MRMFeatureQC.h>

Public Attributes

String component_name
 name of the component More...
 
double retention_time_l { 0.0 }
 retention time lower bound More...
 
double retention_time_u { 1e12 }
 retention time upper bound More...
 
double intensity_l { 0.0 }
 intensity lower bound More...
 
double intensity_u { 1e12 }
 intensity upper bound More...
 
double overall_quality_l { 0.0 }
 overall quality lower bound More...
 
double overall_quality_u { 1e12 }
 overall quality upper bound More...
 
std::map< String, std::pair< double, double > > meta_value_qc
 Feature MetaValues. More...
 

Detailed Description

Quality Controls (QCs) for individual components.

A component is analogous to a transition or subfeature. A component is a transition that corresponds to a single peptide or metabolite

Member Data Documentation

◆ component_name

String component_name

name of the component

◆ intensity_l

double intensity_l { 0.0 }

intensity lower bound

◆ intensity_u

double intensity_u { 1e12 }

intensity upper bound

◆ meta_value_qc

std::map<String,std::pair<double,double> > meta_value_qc

Feature MetaValues.

◆ overall_quality_l

double overall_quality_l { 0.0 }

overall quality lower bound

◆ overall_quality_u

double overall_quality_u { 1e12 }

overall quality upper bound

◆ retention_time_l

double retention_time_l { 0.0 }

retention time lower bound

◆ retention_time_u

double retention_time_u { 1e12 }

retention time upper bound