OpenMS
|
Quality Controls (QCs) within a component group. More...
#include <OpenMS/ANALYSIS/OPENSWATH/MRMFeatureQC.h>
Public Member Functions | |
bool | operator== (const ComponentGroupQCs &other) const |
bool | operator!= (const ComponentGroupQCs &other) const |
Public Attributes | |
String | component_group_name |
name of the component group 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... | |
Int | n_heavy_l { 0 } |
number of heavy ion lower bound More... | |
Int | n_heavy_u { 100 } |
number of heavy ion upper bound More... | |
Int | n_light_l { 0 } |
Int | n_light_u { 100 } |
Int | n_detecting_l { 0 } |
Int | n_detecting_u { 100 } |
Int | n_quantifying_l { 0 } |
Int | n_quantifying_u { 100 } |
Int | n_identifying_l { 0 } |
Int | n_identifying_u { 100 } |
Int | n_transitions_l { 0 } |
Int | n_transitions_u { 100 } |
String | ion_ratio_pair_name_1 |
String | ion_ratio_pair_name_2 |
double | ion_ratio_l { 0.0 } |
double | ion_ratio_u { 1e12 } |
String | ion_ratio_feature_name |
std::map< String, std::pair< double, double > > | meta_value_qc |
Quality Controls (QCs) within a component group.
A component group is analogous to a transition group or feature. A component group includes all transitions that correspond to a given component (i.e., peptide or metabolite)
|
inline |
|
inline |
References MRMFeatureQC::ComponentGroupQCs::component_group_name, MRMFeatureQC::ComponentGroupQCs::intensity_l, MRMFeatureQC::ComponentGroupQCs::intensity_u, MRMFeatureQC::ComponentGroupQCs::ion_ratio_feature_name, MRMFeatureQC::ComponentGroupQCs::ion_ratio_l, MRMFeatureQC::ComponentGroupQCs::ion_ratio_pair_name_1, MRMFeatureQC::ComponentGroupQCs::ion_ratio_pair_name_2, MRMFeatureQC::ComponentGroupQCs::ion_ratio_u, MRMFeatureQC::ComponentGroupQCs::meta_value_qc, MRMFeatureQC::ComponentGroupQCs::n_detecting_l, MRMFeatureQC::ComponentGroupQCs::n_detecting_u, MRMFeatureQC::ComponentGroupQCs::n_heavy_l, MRMFeatureQC::ComponentGroupQCs::n_heavy_u, MRMFeatureQC::ComponentGroupQCs::n_identifying_l, MRMFeatureQC::ComponentGroupQCs::n_identifying_u, MRMFeatureQC::ComponentGroupQCs::n_light_l, MRMFeatureQC::ComponentGroupQCs::n_light_u, MRMFeatureQC::ComponentGroupQCs::n_quantifying_l, MRMFeatureQC::ComponentGroupQCs::n_quantifying_u, MRMFeatureQC::ComponentGroupQCs::n_transitions_l, MRMFeatureQC::ComponentGroupQCs::n_transitions_u, MRMFeatureQC::ComponentGroupQCs::overall_quality_l, MRMFeatureQC::ComponentGroupQCs::overall_quality_u, MRMFeatureQC::ComponentGroupQCs::retention_time_l, and MRMFeatureQC::ComponentGroupQCs::retention_time_u.
String component_group_name |
name of the component group
Referenced by MRMFeatureQC::ComponentGroupQCs::operator==().
double intensity_l { 0.0 } |
intensity lower bound
Referenced by MRMFeatureQC::ComponentGroupQCs::operator==().
double intensity_u { 1e12 } |
intensity upper bound
Referenced by MRMFeatureQC::ComponentGroupQCs::operator==().
String ion_ratio_feature_name |
Referenced by MRMFeatureQC::ComponentGroupQCs::operator==().
double ion_ratio_l { 0.0 } |
Referenced by MRMFeatureQC::ComponentGroupQCs::operator==().
String ion_ratio_pair_name_1 |
Referenced by MRMFeatureQC::ComponentGroupQCs::operator==().
String ion_ratio_pair_name_2 |
Referenced by MRMFeatureQC::ComponentGroupQCs::operator==().
double ion_ratio_u { 1e12 } |
Referenced by MRMFeatureQC::ComponentGroupQCs::operator==().
std::map<String,std::pair<double,double> > meta_value_qc |
Referenced by MRMFeatureQC::ComponentGroupQCs::operator==().
Int n_detecting_l { 0 } |
Referenced by MRMFeatureQC::ComponentGroupQCs::operator==().
Int n_detecting_u { 100 } |
Referenced by MRMFeatureQC::ComponentGroupQCs::operator==().
Int n_heavy_l { 0 } |
number of heavy ion lower bound
Referenced by MRMFeatureQC::ComponentGroupQCs::operator==().
Int n_heavy_u { 100 } |
number of heavy ion upper bound
Referenced by MRMFeatureQC::ComponentGroupQCs::operator==().
Int n_identifying_l { 0 } |
Referenced by MRMFeatureQC::ComponentGroupQCs::operator==().
Int n_identifying_u { 100 } |
Referenced by MRMFeatureQC::ComponentGroupQCs::operator==().
Int n_light_l { 0 } |
Referenced by MRMFeatureQC::ComponentGroupQCs::operator==().
Int n_light_u { 100 } |
Referenced by MRMFeatureQC::ComponentGroupQCs::operator==().
Int n_quantifying_l { 0 } |
Referenced by MRMFeatureQC::ComponentGroupQCs::operator==().
Int n_quantifying_u { 100 } |
Referenced by MRMFeatureQC::ComponentGroupQCs::operator==().
Int n_transitions_l { 0 } |
Referenced by MRMFeatureQC::ComponentGroupQCs::operator==().
Int n_transitions_u { 100 } |
Referenced by MRMFeatureQC::ComponentGroupQCs::operator==().
double overall_quality_l { 0.0 } |
overall quality lower bound
Referenced by MRMFeatureQC::ComponentGroupQCs::operator==().
double overall_quality_u { 1e12 } |
overall quality upper bound
Referenced by MRMFeatureQC::ComponentGroupQCs::operator==().
double retention_time_l { 0.0 } |
retention time lower bound
Referenced by MRMFeatureQC::ComponentGroupQCs::operator==().
double retention_time_u { 1e12 } |
retention time upper bound
Referenced by MRMFeatureQC::ComponentGroupQCs::operator==().