-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathaddmodificationcounts.qmd
56 lines (43 loc) · 1.46 KB
/
addmodificationcounts.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
---
title: "Add modification counts"
author: "Cox Lab"
format:
html:
toc: true
toc-depth: 4
toc-expand: false
number-sections: true
number-depth: 4
editor: source
date: today
bibliography: references.bib
---
# General
- **Type:** - Matrix Processing
- **Heading:** - Modifications
- **Source code:** [AddModificationCounts.cs](https://github.com/JurgenCox/perseus-plugins/blob/master/PerseusPluginLib/Mods/AddModificationCounts.cs)
# Brief description
Count how many modifications are known in PSP for the specified modification type(s).
Output: A numerical column is added containing the number of modifications for the given protein.
```{=html}
<!-- This comment and the line above it must be preserved when editing this file!
The recommended sections are these, but they may be changed on a case by case basis.
===== Detailed description =====
===== Parameters =====
===== Theoretical background =====
===== Examples =====
Make changes only below this line! -->
```
# Parameters
## Modifications
Selected modifications for which the corresponding sites are counted (default: all modifications are selected). The list of modifications includes:
- Acetylation
- Methylation
- O-GlcNAc
- Phosphorylation
- Sumoyalation
- Ubiquitination
## Uniprot column
Selected text column that contains the Uniprot identifiers (default: first text column in the matrix).
# Parameter window
![](images/modifications-add_modification_counts-edited.png)