OpenMS
Loading...
Searching...
No Matches
FeatureOverlapFilter.h File Reference
Include dependency graph for FeatureOverlapFilter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  CentroidTolerances
 Structure to hold centroid-based overlap tolerances. More...
 
class  FeatureOverlapFilter
 

Namespaces

namespace  OpenMS
 Main OpenMS namespace.
 

Enumerations

enum class  FeatureOverlapMode { CONVEX_HULL , TRACE_LEVEL , CENTROID_BASED }
 Enum to specify the overlap detection mode. More...
 
enum class  MergeIntensityMode { SUM , MAX }
 Enum to specify how intensities are combined when merging features. More...
 

Class Documentation

◆ OpenMS::CentroidTolerances

struct OpenMS::CentroidTolerances

Structure to hold centroid-based overlap tolerances.

Collaboration diagram for CentroidTolerances:
[legend]
Class Members
double mz_tolerance = 0.05 Maximum m/z difference in Da.
bool require_same_charge = true Whether to require identical charge states.
bool require_same_im = false Whether to require identical FAIMS CV (or both missing)
double rt_tolerance = 5.0 Maximum RT difference in seconds.