forked from cox-labs/coxdocs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddlinearmotifs.qmd
45 lines (35 loc) · 1.28 KB
/
addlinearmotifs.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
---
title: "Add linear motifs"
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:** not public.
# Brief description
Given a column containing the sequence window centered around modification sites, linear motifs are matched to these sequences and a potential kinase or binding partner is suggested. The motifs are defined in the File `conf\motifs.txt`
Output: Same matrix with a categorical column added which contains the kinases or binding partners which are recognized based on the linear sequence motif.
```{=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
## Sequence window
Selected text column that contains the sequence windows around the sites (default: first text column in the matrix).
# Parameter window
![](images/modifications-add_linear_motifs-edited.png)