-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathinteractions.Rmd
More file actions
71 lines (41 loc) · 2.22 KB
/
interactions.Rmd
File metadata and controls
71 lines (41 loc) · 2.22 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# Interactions
An interaction represents the biological relation between entities.
An Xref can be specified for Interactions (in contrast to GraphicalLines).
```{r fig.align="center", echo=FALSE, out.width="70%", fig.cap = "Object Panel options for Interactions"}
knitr::include_graphics("images/screenshots/interactions.png")
```
## Basic interactions
### Directed {width=100}
### Undirected {width=100}
## Interactions (Recommended)
### Conversion {width=100}
mim-conversion; mim-modification; mim-cleavage; mim-gap; mim-branching-left; mim-branching-right
### Inhibition {width=100}
TBar mim-inhibition
### Catalysis {width=100}
mim-catalysis
### Stimulation {width=100}
mim-stimulation; mim-necessary-stimulation
### Binding {width=100}
mim-binding; mim-covalent-bond
### Translocation {width=100}
mim-translocation
### Transcription-translation {width=100}
mim-transcription-translation
## Adding an Anchor
An anchor is a connection point on a graphical line or an interaction, where another graphical line or interaction can be connected.
To add an anchor:
1. Right-click on the line > Add Anchor
{width=100%}
## Changing ConnectorType
The connector type specifies a set of rules to govern layout of lines, e.g. Straight (default), Elbow...
To change connector type:
1. Right-click on the Line > Connector Type > select a new type
2. Or select the Line, go to Properties Panel and change Connector Type using drop down menu
{width=100%}
## Adding Waypoints (ConnectorType = "Segmented")
Waypoints can be added to a graphical line or an interaction of Segmente ConnectorType.
To add waypoints:
1. Line must have Connector type "Segmented"
2. Right-click on the Line > Add Waypoint
{width=100%}