-
Notifications
You must be signed in to change notification settings - Fork 0
/
ubergraph-style.json
88 lines (88 loc) · 2.25 KB
/
ubergraph-style.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"styles": ["filled", "rounded"],
"types": ["class"],
"fillcolor": "cornsilk",
"highlightIds": [],
"relationProperties": {
"http://www.w3.org/2000/01/rdf-schema#": {
"color": "azure4"
},
"http://purl.obolibrary.org/obo/BFO_0000051": {
"color": "deepskyblue3"
},
"http://purl.obolibrary.org/obo/RO_0002551": {
"color": "deepskyblue4"
},
"http://purl.obolibrary.org/obo/BFO_0000050": {
"color": "dodgerblue3"
},
"http://purl.obolibrary.org/obo/RO_0002576": {
"color": "dodgerblue4"
},
"http://purl.obolibrary.org/obo/BSPO_0001113": {
"color": "dodgerblue4"
},
"http://purl.obolibrary.org/obo/RO_0002131": {
"color": "cadetblue"
},
"http://purl.obolibrary.org/obo/RO_0002202": {
"color": "aquamarine4"
},
"http://purl.obolibrary.org/obo/RO_0002387": {
"color": "aquamarine3"
}
},
"prefixProperties": {
"http://purl.obolibrary.org/obo/UBERON_": {
"fillcolor": "cornsilk"
},
"http://purl.obolibrary.org/obo/RO_": {
"fillcolor": "pink"
},
"http://purl.obolibrary.org/obo/BFO_": {
"fillcolor": "cyan"
}
},
"conditionalProperties": [
{
"conditions": {
"type":"PROPERTY"
},
"properties": {
"shape": "ellipse"
}
},
{
"conditions": {
"subset":"non_informative"
},
"properties": {
"style": "invisible"
}
},
{
"conditions": {
"subset":"pheno_slim"
},
"properties": {
"fillcolor": "pink"
}
},
{
"conditions": {
"subset":"efo_slim"
},
"properties": {
"fillcolor": "blue"
}
},
{
"conditions": {
"subset":"human_reference_atlas"
},
"properties": {
"fillcolor": "green"
}
}
]
}