Skip to content

Local Minimum Resolver

Description

Feature detection → Chromatogram resolving → Local minimum resolver

During the EICs building, overlapping and partially co-eluting features are retained as single features in the feature list (see, for example, ADAP chromatogram builder). As a local minimum in the EIC trace might correspond to the valley between two adjacent, partially-resolved peaks, the Local minimum resolver (LMR) utilizes such minima to split "shoulder" LC peaks into individual features (i.e. chromatographic resolving).

The algorithm examines all the data points in the EIC trace starting from the earliest RT. A scan window is set (see Minimum search range RT/Mobility parameter) and centered around the examined data point.

A data point is considered a local minimum if it is the lowest intense point within the scan window. When a local minumum is found, a set of user-defined intensity and feature duration requirements is checked. If they are fulfilled, the original overlapping peaks are split into new, distinct features.

The LMR is particularly suitable for LC-MS data with little noise and nice peak shapes.

With the implementation of ion mobility (IM) support in MZmine 3, this module was expanded and can now be applied over both the RT and IM dimensions (see Resolving the ion mobility dimension).

Resolving the ion mobility dimension

This same module can be used to resolve features co-eluting in the RT dimension, based on their ion mobility. The same concepts apply as in the resolution of the RT dimension.

However, mobilograms are examined instead of EIC traces and the same settings used for the RT dimension might not be optimal when resolving IM data. In particular, the following aspects should be born in mind:

  1. While frame scans are examined over the RT dimension, mobility scans are considered over the IM dimension.

As explained here, frame scans are essentially obtained by merging the mobility scans acquired over an IM accumulation. Therefore, it might be necessary to adjust parameters like Minimum absolute height or Min ratio of peak top/edge to account for the lower signal intensity of mobility scans.

  1. Mobilograms are recalculated from raw data, even though a smoothing step was previously applied. Non-smoothed mobiligrams tend to be more jagged than regular EIC traces (see Figure). Therefore, some parameters (e.g. Min search range and Min ratio of peak top/edge) should be adjusted accordingly.

Mobility resolving

  1. Mobilograms contain fewer scans (e.g. ≈400-1000 per frame, depending on instrument type and acquisition settings), compared to regular EICs (e.g. ≈4500 scans for 15 minutes LC run and scan rate of 0.2 seconds). Therefore, a lower chromatographic threshold (e.g. 80%) is recommended to avoid relevant data points in the mobilogram being discarded.

On the other hand, a single feature in the IM dimension is normally made up of more data points than regular LC peaks, due to the different timescale the IM separation is performed on (see here for more details).

Therefore, a higher Min # of data points can be set when resolving the ion mobility dimension to filter out noisy features.

  1. Different vendors use different units of mobility. For instance, TIMS express ions' mobility as Vs/cm2, whereas time dispersive IM devices (DTIMS and TWIMS) use the ions' drift time (expressed in milliseconds). TIMS values are numerically smaller than DTIMS or TWIMS; therefore, the minimum search range parameter should be adjusted accordingly.

Parameters

Suffix

String added as suffix to when creating the new feature list(s).

Original feature list

Defines the processing.

Standard is to KEEP the original feature list and create a new processed list.

REMOVE saves memory.

PROCESS IN PLACE is an advanced option to process directly in the feature list and reduce memory consumption more - this might come with side effects, apply with caution.

MS/MS scan pairing

Pair MS/MS fragmentation spectra collected in DDA mode to the resolved features. This is optional at this stage as the same can be done later in the pipeline using a separate module. See MS2 scan pairing documentation for more details.

Dimension

Dimension to be resolved. Select Retention time or Mobility to run the module over the RT or IM dimension, respectively.

Chromatographic threshold

Percentage of data points in the EIC removed before local minima search. This represents an important filter for noisy chromatogram and significantly reduces the processing time. The algorithm finds the intensity value (threshold) that leaves the specified percentage of data points in the EIC trace below the given value. All such data points are removed.

For example, a Chromatographic threshold = 50% will discard the lowest-intense 50% data points in the EIC trace.

It must be noted that the algorithm examines the EICs throughout the entire RT range (i.e. also the zero data points are considered). Therefore, we recommend to set this value rather high (e.g. 90-95%) and lower it only if needed.

When resolving the ion mobility dimension, we recommend to lower this settings to no more than 80% since mobilograms contains less data points than regular LC traces.

Minimum search range RT/Mobility (absolute)

Size of the RT, or mobility, window examined for local minimum search. An overly narrow search range can cause peak edges to be cut off, whereas a too wide search ranges might lead to an incomplete resolution of narrowly eluting peaks (see example below).

Minimum search range RT

A shorter Minimum search range is generally needed when resolving the ion mobility dimension.

Minimum search range IM

Minimum relative height

Minimum relative intensity (with respect to the highest data point in the EIC) a peak needs to reach to be retained as a feature. This parameter can be used in combination with the Minimum absolute height setting as to filter the resolved features to be retained.

Many users prefer to rely only on the Minimum absolute height as it is more straightforward to set. To do so, set the Minimum relative height = 0 and the parameter will be ignored.

Modern mass spectrometers provide linear dynamic ranges up to 5 orders of magnitude. If we take an Orbitrap device with a detector saturation around 1.0E10 intensity, a Minimum relative height = 0.001 would correspond to a 1.0E5 minimum intensity.

Minimum absolute height

Minimum absolute intensity a peak needs to reach to be retained as a feature. This parameter is very similar to the Min highest intensity settings in the ADAP chromatogram builder module and the same concepts apply.

When resolving the RT dimension, the same value used as Min highest intensity in the EICs building can normally be used here.

While frame scans are examined over the RT dimension, mobility scans are examined over the IM dimension. Therefore, this parameter might need to be adjested accordingly when resolving the ion mobility dimension.

Min ratio of peak top/edge

Minimum ratio between the intensity of the highest (apex) and side (left and right 'edges') points of a peak, to retain it as a feature. The peak edges have to be X times less intense than the peak apex for the feature to be retained.

The purpose of this parameter is to reduce the detection of false local minima when the examined trace (EIC or mobilogram) is not smooth. In general, this mainly affects low intensity and not-baseline-resolved signals

This parameter can best be optimized using the Show preview option. We recommend values between 1.7 (not baseline separated) and 2 to start the optimisation.

Peak duration range (min/mobility)

Range of acceptable peak length expressed in minutes (RT dimension) or absolute units (mobility dimension). This parameter can be used to filter out noisy features based on their overly short (or long) duration.

Min # of data points

Minimum number of data points a resolved peak needs to have to be considered valid and retained as a feature. This parameter can be used along with the Peak duration range setting as peak duration constraint to filter out noisy features.

This parameter is very similar to the Min group size in # of scans settings in the ADAP chromatogram builder module and the same value can normally be used here (usually, no less than 4-5).

A feature in the IM dimension is normally made up of more data points than regular LC peaks. Therefore, a higher Min # of data points can be set when resolving the ion mobility dimension to filter out noisy features.

Show preview

By checking this box, an interactive visualization panel will open to help the user to adjust the algorithm parameters. Two EIC traces can be displayed simultaneously in two sub-panels to assess the impact of chosen settings on both "good" and "noisy" EIC traces. The feature list and EIC traces to display can be selected from the corresponding drop-down menus. A noisy EIC can generally be found by sorting the feature table by decreasing area, or by looking at the height/area ratio provided for each feature in the top sub-panel (noisy EIC tend to have low height/area ratios). We recommend optimising the parameters on good EICs and checking the results of these parameters with a noisy EIC.

Adriano Rutz, Steffen Heuckeroth, corinnabrungs, omokshyna, tdamiani


Last update: January 19, 2024 13:07:07