OpenMS
MRMFeatureQC::ComponentQCs Struct Reference

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

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

Collaboration diagram for MRMFeatureQC::ComponentQCs:
[legend]

Public Member Functions

bool operator== (const ComponentQCs &other) const
 
bool operator!= (const ComponentQCs &other) const
 

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 Function Documentation

◆ operator!=()

bool operator!= ( const ComponentQCs other) const
inline

◆ operator==()

Member Data Documentation

◆ component_name

String component_name

name of the component

Referenced by MRMFeatureQC::ComponentQCs::operator==().

◆ intensity_l

double intensity_l { 0.0 }

intensity lower bound

Referenced by MRMFeatureQC::ComponentQCs::operator==().

◆ intensity_u

double intensity_u { 1e12 }

intensity upper bound

Referenced by MRMFeatureQC::ComponentQCs::operator==().

◆ meta_value_qc

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

◆ overall_quality_l

double overall_quality_l { 0.0 }

overall quality lower bound

Referenced by MRMFeatureQC::ComponentQCs::operator==().

◆ overall_quality_u

double overall_quality_u { 1e12 }

overall quality upper bound

Referenced by MRMFeatureQC::ComponentQCs::operator==().

◆ retention_time_l

double retention_time_l { 0.0 }

retention time lower bound

Referenced by MRMFeatureQC::ComponentQCs::operator==().

◆ retention_time_u

double retention_time_u { 1e12 }

retention time upper bound

Referenced by MRMFeatureQC::ComponentQCs::operator==().