![]() |
OpenMS
|
Quality Controls (QCs) for individual components. More...
#include <OpenMS/ANALYSIS/OPENSWATH/MRMFeatureQC.h>
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... | |
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
|
inline |
|
inline |
References MRMFeatureQC::ComponentQCs::component_name, MRMFeatureQC::ComponentQCs::intensity_l, MRMFeatureQC::ComponentQCs::intensity_u, MRMFeatureQC::ComponentQCs::meta_value_qc, MRMFeatureQC::ComponentQCs::overall_quality_l, MRMFeatureQC::ComponentQCs::overall_quality_u, MRMFeatureQC::ComponentQCs::retention_time_l, and MRMFeatureQC::ComponentQCs::retention_time_u.
| String component_name |
name of the component
Referenced by MRMFeatureQC::ComponentQCs::operator==().
| double intensity_l { 0.0 } |
intensity lower bound
Referenced by MRMFeatureQC::ComponentQCs::operator==().
| double intensity_u { 1e12 } |
intensity upper bound
Referenced by MRMFeatureQC::ComponentQCs::operator==().
| std::map<String,std::pair<double,double> > meta_value_qc |
Feature MetaValues.
Referenced by MRMFeatureQC::ComponentQCs::operator==().
| double overall_quality_l { 0.0 } |
overall quality lower bound
Referenced by MRMFeatureQC::ComponentQCs::operator==().
| double overall_quality_u { 1e12 } |
overall quality upper bound
Referenced by MRMFeatureQC::ComponentQCs::operator==().
| double retention_time_l { 0.0 } |
retention time lower bound
Referenced by MRMFeatureQC::ComponentQCs::operator==().
| double retention_time_u { 1e12 } |
retention time upper bound
Referenced by MRMFeatureQC::ComponentQCs::operator==().