Skip to content

Commit 0a2212e

Browse files
authored
Merge pull request #4 from carolinelennartsson/main
PTMs
2 parents bb28f9c + 303dae4 commit 0a2212e

205 files changed

Lines changed: 8470 additions & 44382 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

MaxSBM.qmd

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
title: "MaxSBM"
3+
author: "Cox Lab"
4+
format:
5+
html:
6+
toc: true
7+
toc-depth: 4
8+
toc-expand: false
9+
number-sections: true
10+
number-depth: 4
11+
editor: source
12+
date: today
13+
bibliography: references.bib
14+
csl: nature.csl
15+
---
16+
17+
18+
# Sequence based modifications - MaxSBM
19+
20+
To enable the detection of peptides containing sequenced based modifications (SBMs), like SUMOylation and ubiquitination, we configured the software to support sequence-based modifications (SBMs) via the “MaxSBM” module. SBMs are only supported for DDA searches. The module enables identification of PTMs based on multiple fragmentation points.
21+
22+
The module is described in detail in Lennartsson et al., 2025 [@Lennartsson2025-ip].
23+
24+
## Configuration
25+
The configuration of MaxSBM was implemented through the graphical user interface (GUI). The modification configurations are found in the modification list, under the ‘configuration’ tab (Figure 1.).
26+
27+
The MaxSBM module can be activated in MaxQuant and Andromeda by incorporating a variable modification in a search with the modification type ‘sequence based modifier’. For SBMs, fragmentation masses are calculated automatically when prompted a sequence input in the ‘sequence’ box, under “Composition” box (Figure 1.).
28+
29+
30+
![](images/MaxSBM.png)
31+
Figure 1. The configurations for including a SBM in a search is done by adding a variable modification with the type “Sequence based modifier” and defining a set of neutral losses and diagnostic ions.
32+
33+
The PTM remainder masses are defined in the list of neutral losses, which the user can remove add to optimize the search. The ions are denoted p-ions, based on their remaining PTM fragment. The mass is defined based on the fragmentation points neutral mass loss. The ions are numbered based on the p-ion numbering, which is defined in the short name. Here the user can modify and add numbering of the ions. The field can also be left blank, where the ions will be numbered iteratively.
34+
35+
SBMs generate in general many diagnostic ions. In MaxQuant, adding these will increase the annotation and peak coverage of the data.
36+
37+
## Search space size
38+
Since the number of added p-ions in the neutral loss list increases the search space substantially, we recommend the addition of these to be limited for increased identification rates.
39+
40+
## Result
41+
After the search is finished, the identified p-ions are shown in the MaxQuant spectral viewer. The identified p-ions are reported with annotation and mass in the ‘msms.txt’ search output table. The MaxSBM output with the complete set of modification identifications are found in the modification output table ’sites.txt’. We recommend analysis with the downstream proteomics analysis platform Perseus.
42+
43+
44+
![](images/SUMO_spectra.png)
45+
Figure 2. An example of identified SUMOylated peptide in the MaxQuant viewer.
46+
47+

PTMs.qmd

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
---
2+
title: "PTMs - Post Translational Modifications"
3+
author: "Cox Lab"
4+
format:
5+
html:
6+
toc: true
7+
toc-depth: 4
8+
toc-expand: false
9+
number-sections: true
10+
number-depth: 4
11+
editor: source
12+
date: today
13+
bibliography: references.bib
14+
csl: nature.csl
15+
---
16+
17+
This page presents an analysis of modifications in MaxQuant, highlighting how they are detected, quantified, and interpreted in proteomic datasets.
18+
19+
20+
# Documentation outline
21+
22+
- PTMs (On this page)
23+
- Sequence Based Modifiers in [MaxSBM](MaxSBM.html)
24+
- [Analysis with Perseus](modifications.html)
25+
26+
# PTM analysis in MaxQuant
27+
As a first step towards understanding the complex circuitry of signalling processes, the post-translational modifications (PTMs) should be identified and quantified in an unbiased and global manner. For this purpose, modern quantitative mass spectrometry has proved to be an ideal platform because it is a highly precise yet generic method for detecting PTMs. Despite the impressive progress in MS-based PTM proteomics, exhaustive mapping of protein modifications is challenging for a number of reasons:
28+
29+
(i) Modified peptides are present in sub-stoichiometric amounts in complex mixtures.
30+
(ii) Peptides carrying certain PTMs display more complicated MS/MS fragmentation patterns that can be difficult to interpret.
31+
(iii) The effective database search space explodes when the search program is allowed to consider potential PTMs at each modifiable amino acid residue.
32+
(iv) In addition to identifying the modified peptide, the PTM needs to be placed (localized) with single amino acid accuracy in the sequence.
33+
34+
The talks below will provide an overview of the whole computational PTM proteomics workflow concerned with the identification of modified peptides, localization and occupancy of the identified modifications and generation of quantitative values for modified sites and peptides from the raw data.
35+
36+
# Lectures and tutorials
37+
38+
Lecture - From our 2019 MaxQuant Summer School:
39+
40+
{{< video https://www.youtube.com/watch?v=fdd9MPt2sAU >}}
41+
42+
Lecture - From our 2024 MaxQuant Summer School
43+
44+
{{< video https://www.youtube.com/watch?v=sbhoDTEueUk >}}
45+
46+
Lecture - From our 2024 MaxQuant Summer School
47+
48+
{{< video https://www.youtube.com/watch?v=kuhKel803xk >}}
49+
50+
Tutorial - From our 2024 MaxQuant Summer School
51+
52+
{{< video https://www.youtube.com/watch?v=SXfYl6lh324 >}}
53+
54+
Lecture -From our 2025 MaxQuant Summer School
55+
56+
{{< video https://www.youtube.com/watch?v=QWF4afyPv-o >}}
57+
58+
59+
60+
61+

0 commit comments

Comments
 (0)