We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3bc4cac + a6b53e8 commit 9090c17Copy full SHA for 9090c17
manifest.json
@@ -15,5 +15,6 @@
15
"connectivityTerms": "connectivity_terms.json",
16
"neuronConnectivity": [
17
"NPO"
18
- ]
+ ],
19
+ "proxyFeatures": "proxy_features.json"
20
}
proxy_features.json
@@ -0,0 +1,9 @@
1
+[
2
+ {
3
+ "feature": "UBERON:0000044",
4
+ "name": "dorsal root ganglion",
5
+ "proxies": [
6
+ "UBERON:0003943"
7
+ ]
8
+ }
9
+]
0 commit comments