![]()  | 
  
    OpenMS
    2.4.0
    
   | 
 
Quality Controls (QCs) for multiple components (between or within component_groups) More...
#include <OpenMS/ANALYSIS/OPENSWATH/MRMFeatureQC.h>
Public Attributes | |
| String | component_group_name | 
| name of the component  More... | |
| String | resolution_pair_name | 
| name of the component to calculate the resolution or retention time  More... | |
| double | resolution_l | 
| resolution lower bound  More... | |
| double | resolution_u | 
| resolution upper bound  More... | |
| double | rt_diff_l | 
| retention time lower bound  More... | |
| double | rt_diff_u | 
| retention time upper bound  More... | |
Quality Controls (QCs) for multiple components (between or within component_groups)
This structure contains upper and lower bounds for parameters that involve two or more component groups. For example, a quality control that is based on a minimum retention time difference between two components would be suitable for this struct.
| String component_group_name | 
name of the component
| double resolution_l | 
resolution lower bound
| String resolution_pair_name | 
name of the component to calculate the resolution or retention time
| double resolution_u | 
resolution upper bound
| double rt_diff_l | 
retention time lower bound
| double rt_diff_u | 
retention time upper bound
 1.8.14