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
Copy file name to clipboardExpand all lines: docs/source/user_guide/adduct_detection.rst
+3-2
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,10 @@ Adduct Detection
3
3
4
4
In mass spectrometry it is crucial to ionize analytes prior to detection, because they are accelerated and manipulated in electric fields, allowing their separation based on mass-to-charge ratio.
5
5
This happens by addition of protons in positive mode or loss of protons in negative mode. Other ions present in the buffer solution can ionize the analyte as well, e.g. sodium, potassium or formic acid.
6
-
Depending on the size and chemical compsition, multiple adducts can bind leading to multiple charges on the analyte. In metabolomics with smaller analytes the number of charges is typically low with one or two, whereas in proteomics the number of charges is much higher.
6
+
Depending on the size and chemical compsition, multiple adducts can bind leading to multiple charges on the analyte. In metabolomics with smaller analytes the number of charges is typically low with one or two, whereas in proteomics the number of charges is potentially higher.
7
+
7
8
Furthermore, analytes can loose functional groups during ionization, e.g. a neutral water loss.
8
-
Since the ionization happens after liquid chromatography, different adducts for an analyte have similar retention times.
9
+
Since the ionization happens after liquid chromatography, different adducts for an analyte have almost identical retention times.
After centroiding, a single m/z value for every isotopic peak is retained. By plotting the centroided data as stem plot
62
-
we discover that (in addition to the isotopic peaks) some low intensity peaks (intensity at approx. 4k) were present in the profile data.
70
+
we discover that (in addition to the isotopic peaks) some low intensity peaks (intensity at approx. 4k units on the y-axis) were present in the profile data.
Note that the algorithm presented here as some heuristics built into it, such
51
84
as assuming that the isotopic peaks will decrease after the first isotopic
52
-
peak. This heuristic can be tuned by changing the parameter
53
-
``use_decreasing_model`` and ``start_intensity_check``. In this case, the
54
-
second isotopic peak is the highest in intensity and the
55
-
``start_intensity_check`` parameter needs to be set to 3.
85
+
peak. This heuristic can be tuned by setting the parameter
86
+
``use_decreasing_model`` to ``False``.
87
+
For more fine-grained control use ``start_intensity_check`` and leave ``use_decreasing_model = True`` (see :py:class:`~.Deisotoper` --> C++ documentation).
88
+
Let's look at a very heavy peptide, whose isotopic distribution is dominated by the first and second isotopic peak.
0 commit comments