You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This **ADAP-based method** performs Spectral Deconvolution of detected peaks. It finds components (compounds, analytes, etc.) and determines their model peaks and fragmentation mass spectra.
11
+
This **ADAP-based method** performs Spectral Deconvolution of detected features. It finds components (compounds, analytes, etc.) and determines their model feature and pseudo fragmentation mass spectra.
10
12
11
-
The spectral deconvolution uses both constructed chromatograms and detected peaks. The feature list of constructed chromatograms is specified by selecting Specific peak lists for parameter Chromatograms, clicking on the ellipsis button, and choosing one or more lists with chromatograms in the popup window. The list of detected peaks is specified by selecting Specific peak lists for parameter Peaks, clicking on the ellipsis button, and choosing one or more lists with detected peaks in the popup window.
13
+
The spectral deconvolution uses both constructed chromatograms and detected features. The feature list of constructed chromatograms is specified by selecting specific feature lists for parameter chromatograms and choosing one or more lists with chromatograms in the popup window. The list of detected peaks is specified by selecting Specific peak lists for parameter Peaks, clicking on the ellipsis button, and choosing one or more lists with detected peaks in the popup window.
12
14
13
15
14
16
The Spectral Deconvolution consists of **two steps**:
15
17
16
18
1. Entire retention time interval is split into deconvolution windows so that
17
19
18
-
-Peaks produced by the same component or by coeluting components belong to the same deconvolution window,
19
-
- Number of peaks in deconvolution window is significantly smaller than the total number of peaks.
20
+
-Features produced by the same component or by coeluting components belong to the same deconvolution window,
21
+
- Number of features in deconvolution window is significantly smaller than the total number of features.
20
22
21
-
The deconvolution windows are displayed in the top plot of the preview, where small dash lines denote peaks in the (retention time, m/z)-plane, and peaks belonging to one deconvolution window have the same color. The vertical sequences of peaks usually mark the presence of one or several compounds, so it is important that those peaks are assigned to the same deconvolution window, i.e. they have the same color on the plot. The deconvolution windows are controlled by the **Deconvolution window width** parameter.
23
+
The deconvolution windows are displayed in the top plot of the preview, where small dash lines denote features in the (retention time, m/z)-plane, and features belonging to one deconvolution window have the same color. The vertical sequences of features usually mark the presence of one or several compounds, so it is important that those features are assigned to the same deconvolution window, i.e. they have the same color on the plot. The deconvolution windows are controlled by the **Deconvolution window width** parameter.
22
24
23
-
:warning: If deconvolution windows contain too many peaks, it will significantly slow down the spectral deconvolution computations, so the deconvolution windows should be as short (in the retention time domain) as possible.
24
-
2. The algorithm infers the number of components in each deconvolution window and construct their model peaks and fragmentation spectra. The inferred number of components is controlled by three parameters: **Retention time tolerance (min)**, **Minimum Number of Peaks**, and **Adjust Apex Ret Times**.
25
+
:warning: If deconvolution windows contain too many features, it will significantly slow down the spectral deconvolution computations, so the deconvolution windows should be as short (in the retention time domain) as possible.
26
+
2. The algorithm infers the number of components in each deconvolution window and construct their model feature and pseudo fragmentation spectra. The inferred number of components is controlled by three parameters: **Retention time tolerance (min)**, **Minimum Number of Peaks**, and **Adjust Apex Ret Times**.
25
27
26
28
## **References**
27
29
28
-
!!! quote " "
30
+
!!! info
29
31
30
-
1. Pluskal, T., Castillo, S., Villar-Briones, A. & Oresic, M. MZmine 2: Modular framework for processing, visualizing, and analyzing mass spectrometry-based molecular profile data. _BMC Bioinformatics_ (2010). DOI: <a>10.1186/1471-2105-11-395</a>
32
+
1. Robin Schmid, Steffen Heuckeroth, Ansgar Korf et al. Integrative analysis of multimodal mass spectrometry data in MZmine 3. Nature Biotechnology (2023), doi:10.1038/s41587-023-01690-2
31
33
32
34
2. Smirnov A, Jia W, Walker D, Jones D, Du X: ADAP-GC 3.2: Graphical Software Tool for Efficient Spectral Deconvolution of Gas Cromatography—High-Resolution Mass Spectrometry Metabolomics Data. J. Proteome Res 2017, DOI: <a>10.1021/acs.jproteome.7b00633</a>
33
35
@@ -43,9 +45,9 @@ The algorithm will produce deconvolution windows so that their width (in retenti
43
45
44
46
The smallest time-gap between any two components.
45
47
46
-
#### **Minimum Number of Peaks**
48
+
#### **Minimum number of features**
47
49
48
-
The smallest number of detected peaks to form a component.
50
+
The smallest number of detected features to form a component.
0 commit comments