|  | OpenMS
    2.6.0
    | 
#include <OpenMS/KERNEL/MRMFeature.h>#include <OpenMS/KERNEL/Feature.h>#include <OpenMS/KERNEL/FeatureMap.h>#include <OpenMS/FORMAT/QcMLFile.h>#include <OpenMS/DATASTRUCTURES/String.h>#include <OpenMS/CONCEPT/LogStream.h>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. | |
| 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.
| 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 | 
 1.8.16
 1.8.16