Raw data filtering - Scan filters

Description

This module comprises various filters that can be applied to the raw data scan by scan.

The preview shows the superposed spectra of the scan before and after the filter is applied.

Mean filter

For each data point, the filter assigns to it the intensity average of all the datapoints inside the user defined window, which is centered in the mass value of this data point.

Raw data file before and after the filter was applied.

Method parameters

Window length
One-sided length of the m/z smoothing window.

Savitzky Golay filter

The Savitzky–Golay smoothing filter is a type of filter first described in 1964 by Abraham Savitzky and Marcel J. E. Golay.[1]

The Savitzky–Golay method essentially performs a local polynomial regression (of degree k) on a series of values (of at least k+1 points which are treated as being equally spaced in the series) to determine the smoothed value for each point. http://en.wikipedia.org/wiki/Savitzky-Golay_smoothing_filter

Raw data file before and after the filter was applied.

Method parameters

Number of datapoints
This number can be 5, 7, 9, 11, 13 or 15.

Crop filter

The scans out of the retention time range defined by the user are deleted by using this filter. Also, the data points of the remaining scans that are out of the m/z window defined by the user are deleted.

Method parameters

m/z range
m/z boundary of the cropped region.
Retention time range
Retention time boundary of the cropped region.

m/z resample filter

Each scan is divide in m/z bins whose length is defined by the user in the parameters. The mass of the new data point will be in the middle of each m/z bin's space. Its intensity is the average of the intensity of all the data points inside the bin.

Raw data file before and after the filter was applied.

Method parameters

m/z bin length
The length of m/z bin.