-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathproperties.json
More file actions
113 lines (113 loc) · 2.98 KB
/
properties.json
File metadata and controls
113 lines (113 loc) · 2.98 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"classes": {
"body_1": {
"tooltip": false
}
},
"features": {
"ganglion_1-1": {
"models": "UBERON:0016508",
"name": "pelvic ganglion",
"type": "ganglion",
"class": "auto-hide"
},
"pelvic_splanchnic": {
"class": "keast_5",
"type": "nerve",
"models": "UBERON:0018675"
},
"S50_S1": {
"class": "spinal_50"
},
"S43_S1": {
"models": "ILX:0792853",
"name": "Anterior root of first sacral nerve"
},
"S50_L6": {
"class": "spinal_50"
},
"S43_L6": {
"models": "ILX:0793615",
"name": "Sixth lumbar ventral root"
},
"spinal_27-1": {
"class": "spinal_27"
},
"spinal_28-1": {
"class": "spinal_28"
},
"S39_L6": {
"class": "spinal_39"
},
"S39_S1": {
"class": "spinal_39"
},
"body_1-1": {
"class": "body_1"
},
"ganglion_25-1": {
"models": "ILX:0794910",
"name": "Ovarian ganglion"
},
"reproductive_4-1": {
"models": "UBERON:0000992",
"name": "ovary"
},
"plexus_19-1": {
"models": "ILX:0793832",
"name": "Ovarian nerve plexus"
}
},
"networks": [
{
"id": "neural",
"type": "nerve",
"no-centrelines": [
{
"id": "pelvic_splanchnic_n",
"models": "UBERON:0018675",
"connects": [
"pelvic_branching_point",
"ganglion_1-1"
]
},
{
"id": "L6_pelvic",
"connects": [
"L6_spinal",
"pelvic_branching_point"
]
},
{
"id": "S1_pelvic",
"connects": [
"S1_spinal",
"pelvic_branching_point"
]
},
{
"id": "S1_ventral_root",
"connects": [
"S1_spinal",
"spinal_28-1/S1_ventral_root_end"
],
"contained-in": [
"S43_S1",
"S50_S1"
]
},
{
"id": "L6_ventral_root",
"connects": [
"L6_spinal",
"spinal_27-1/L6_ventral_root_end"
],
"contained-in": [
"S43_L6",
"S50_L6"
]
}
]
}
]
}