OpenMS
MRMFeatureQC.h File Reference
Include dependency graph for MRMFeatureQC.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MRMFeatureQC
 The MRMFeatureQC is a class to handle the parameters and options for MRMFeatureFilter. More...
 
struct  MRMFeatureQC::ComponentQCs
 Quality Controls (QCs) for individual components. More...
 
struct  MRMFeatureQC::ComponentGroupQCs
 Quality Controls (QCs) within a component group. More...
 
struct  MRMFeatureQC::ComponentGroupPairQCs
 Quality Controls (QCs) for multiple components (between or within component_groups) More...
 

Namespaces

 OpenMS
 Main OpenMS namespace.
 

Class Documentation

◆ OpenMS::MRMFeatureQC::ComponentGroupPairQCs

struct OpenMS::MRMFeatureQC::ComponentGroupPairQCs

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.

Collaboration diagram for MRMFeatureQC::ComponentGroupPairQCs:
[legend]
Class Members
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