OpenMS  2.4.0
Public Attributes | List of all members
MRMFeatureQC::ComponentGroupPairQCs Struct Reference

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...
 

Detailed Description

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.

Member Data Documentation

◆ component_group_name

String component_group_name

name of the component

◆ resolution_l

double resolution_l

resolution lower bound

◆ resolution_pair_name

String resolution_pair_name

name of the component to calculate the resolution or retention time

◆ resolution_u

double resolution_u

resolution upper bound

◆ rt_diff_l

double rt_diff_l

retention time lower bound

◆ rt_diff_u

double rt_diff_u

retention time upper bound