OpenMS
MRMFeaturePicker Class Reference

MRMFeaturePicker defines the structures containing parameters to be used in MRMTransitionGroupPicker for components and components groups. More...

#include <OpenMS/ANALYSIS/OPENSWATH/MRMFeaturePicker.h>

Classes

struct  ComponentGroupParams
 Structure to contain information about a component group with its parameters. More...
 
struct  ComponentParams
 Structure to contain information about a single component with its parameters. More...
 

Public Member Functions

 MRMFeaturePicker ()=default
 Constructor. More...
 
 ~MRMFeaturePicker ()=default
 Destructor. More...
 

Detailed Description

MRMFeaturePicker defines the structures containing parameters to be used in MRMTransitionGroupPicker for components and components groups.

This data can be loaded from a file with MRMFeaturePickerFile.

Examples of parameters are: "TransitionGroupPicker:compute_peak_quality" "TransitionGroupPicker:stop_after_feature" "TransitionGroupPicker:PeakPickerChromatogram:signal_to_noise" "TransitionGroupPicker:PeakPickerChromatogram:sn_bin_count"


Class Documentation

◆ OpenMS::MRMFeaturePicker::ComponentGroupParams

struct OpenMS::MRMFeaturePicker::ComponentGroupParams

Structure to contain information about a component group with its parameters.

Collaboration diagram for MRMFeaturePicker::ComponentGroupParams:
[legend]
Class Members
String component_group_name The component_group_name can't be an empty string.
Param params The parameters pertaining a component group.

◆ OpenMS::MRMFeaturePicker::ComponentParams

struct OpenMS::MRMFeaturePicker::ComponentParams

Structure to contain information about a single component with its parameters.

Collaboration diagram for MRMFeaturePicker::ComponentParams:
[legend]
Class Members
String component_group_name The component_group_name can't be an empty string.
String component_name The component_name can't be an empty string.
Param params The parameters pertaining a single component.

Constructor & Destructor Documentation

◆ MRMFeaturePicker()

MRMFeaturePicker ( )
default

Constructor.

◆ ~MRMFeaturePicker()

~MRMFeaturePicker ( )
default

Destructor.