|
OpenMS
2.5.0
|
Go to the documentation of this file.
88 double retention_time_l { 0.0 };
90 double retention_time_u { 1e12 };
92 double intensity_l { 0.0 };
94 double intensity_u { 1e12 };
96 double overall_quality_l { 0.0 };
98 double overall_quality_u { 1e12 };
117 double retention_time_l { 0.0 };
119 double retention_time_u { 1e12 };
121 double intensity_l { 0.0 };
123 double intensity_u { 1e12 };
125 double overall_quality_l { 0.0 };
127 double overall_quality_u { 1e12 };
137 Int n_detecting_u { 100 };
138 Int n_quantifying_l { 0 };
139 Int n_quantifying_u { 100 };
140 Int n_identifying_l { 0 };
141 Int n_identifying_u { 100 };
142 Int n_transitions_l { 0 };
143 Int n_transitions_u { 100 };
148 double ion_ratio_l { 0.0 };
149 double ion_ratio_u { 1e12 };
double resolution_l
resolution lower bound
Definition: MRMFeatureQC.h:170
String ion_ratio_feature_name
Definition: MRMFeatureQC.h:150
double resolution_u
resolution upper bound
Definition: MRMFeatureQC.h:172
double rt_diff_u
retention time upper bound
Definition: MRMFeatureQC.h:176
std::vector< ComponentGroupPairQCs > component_group_pair_qcs
list of all component group pair QCs
Definition: MRMFeatureQC.h:185
A more convenient string class.
Definition: String.h:58
std::map< String, std::pair< double, double > > meta_value_qc
Feature MetaValues.
Definition: MRMFeatureQC.h:101
std::vector< ComponentGroupQCs > component_group_qcs
list of all component group QCs
Definition: MRMFeatureQC.h:183
double rt_diff_l
retention time lower bound
Definition: MRMFeatureQC.h:174
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
The MRMFeatureQC is a class to handle the parameters and options for MRMFeatureFilter.
Definition: MRMFeatureQC.h:60
Quality Controls (QCs) for individual components.
Definition: MRMFeatureQC.h:81
String resolution_pair_name
name of the component to calculate the resolution or retention time
Definition: MRMFeatureQC.h:168
std::vector< ComponentQCs > component_qcs
list of all component QCs
Definition: MRMFeatureQC.h:181
String ion_ratio_pair_name_1
Definition: MRMFeatureQC.h:146
Quality Controls (QCs) within a component group.
Definition: MRMFeatureQC.h:111
String component_name
name of the component
Definition: MRMFeatureQC.h:84
Quality Controls (QCs) for multiple components (between or within component_groups)
Definition: MRMFeatureQC.h:162
String ion_ratio_pair_name_2
Definition: MRMFeatureQC.h:147
String component_group_name
name of the component group
Definition: MRMFeatureQC.h:114