-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.json
executable file
·53 lines (53 loc) · 1.12 KB
/
config.json
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
{
"type": "network",
"version": "1.0",
"data": "data.json",
"logo": {
"file": "",
"link": "",
"text": "Vivek Sriram"
},
"text": {
"more": "",
"intro": "",
"title": "Disease-Disease Network"
},
"legend": {
"edgeLabel": "Shared SNP(s)",
"colorLabel": "Category",
"nodeLabel": "Phenotype"
},
"features": {
"search": true,
"groupSelectorAttribute": "category",
"hoverBehavior": "dim"
},
"informationPanel": {
"groupByEdgeDirection": false,
"imageAttribute": false
},
"sigma": {
"drawingProperties": {
"defaultEdgeType": "curve",
"defaultHoverLabelBGColor": "#002147",
"defaultLabelBGColor": "#ddd",
"activeFontStyle": "bold",
"defaultLabelColor": "#000",
"labelThreshold": 7.5,
"defaultLabelHoverColor": "#fff",
"fontStyle": "bold",
"hoverFontStyle": "bold",
"defaultLabelSize": 14
},
"graphProperties": {
"maxEdgeSize": 12,
"minEdgeSize": 2,
"minNodeSize": 2,
"maxNodeSize": 9
},
"mouseProperties": {
"maxRatio": 20,
"minRatio": 0.75
}
}
}