vfbquery 0.4.1__tar.gz → 0.5.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- vfbquery-0.5.1/PKG-INFO +2806 -0
- vfbquery-0.5.1/README.md +2786 -0
- {vfbquery-0.4.1 → vfbquery-0.5.1}/setup.py +1 -1
- {vfbquery-0.4.1 → vfbquery-0.5.1}/src/test/readme_parser.py +29 -27
- {vfbquery-0.4.1 → vfbquery-0.5.1}/src/test/term_info_queries_test.py +46 -34
- vfbquery-0.5.1/src/test/test_dataset_template_queries.py +138 -0
- vfbquery-0.5.1/src/test/test_default_caching.py +178 -0
- vfbquery-0.5.1/src/test/test_examples_code.py +7 -0
- vfbquery-0.5.1/src/test/test_examples_diff.py +245 -0
- vfbquery-0.5.1/src/test/test_expression_overlaps.py +183 -0
- vfbquery-0.5.1/src/test/test_expression_pattern_fragments.py +123 -0
- vfbquery-0.5.1/src/test/test_images_neurons.py +152 -0
- vfbquery-0.5.1/src/test/test_images_that_develop_from.py +112 -0
- vfbquery-0.5.1/src/test/test_lineage_clones_in.py +190 -0
- vfbquery-0.5.1/src/test/test_nblast_queries.py +124 -0
- vfbquery-0.5.1/src/test/test_neuron_classes_fasciculating.py +187 -0
- vfbquery-0.5.1/src/test/test_neuron_inputs.py +193 -0
- vfbquery-0.5.1/src/test/test_neuron_neuron_connectivity.py +89 -0
- vfbquery-0.5.1/src/test/test_neuron_region_connectivity.py +117 -0
- vfbquery-0.5.1/src/test/test_neurons_part_here.py +203 -0
- vfbquery-0.5.1/src/test/test_new_owlery_queries.py +282 -0
- vfbquery-0.5.1/src/test/test_publication_transgene_queries.py +101 -0
- vfbquery-0.5.1/src/test/test_query_performance.py +739 -0
- vfbquery-0.5.1/src/test/test_similar_morphology.py +177 -0
- vfbquery-0.5.1/src/test/test_tracts_nerves_innervating.py +188 -0
- vfbquery-0.5.1/src/test/test_transcriptomics.py +223 -0
- vfbquery-0.5.1/src/vfbquery/__init__.py +98 -0
- vfbquery-0.5.1/src/vfbquery/cached_functions.py +868 -0
- vfbquery-0.5.1/src/vfbquery/neo4j_client.py +120 -0
- vfbquery-0.5.1/src/vfbquery/owlery_client.py +463 -0
- {vfbquery-0.4.1 → vfbquery-0.5.1}/src/vfbquery/solr_cache_integration.py +34 -30
- {vfbquery-0.4.1 → vfbquery-0.5.1}/src/vfbquery/solr_fetcher.py +1 -1
- {vfbquery-0.4.1 → vfbquery-0.5.1}/src/vfbquery/solr_result_cache.py +338 -36
- {vfbquery-0.4.1 → vfbquery-0.5.1}/src/vfbquery/term_info_queries.py +1 -1
- vfbquery-0.5.1/src/vfbquery/vfb_queries.py +3960 -0
- vfbquery-0.5.1/src/vfbquery.egg-info/PKG-INFO +2806 -0
- vfbquery-0.5.1/src/vfbquery.egg-info/SOURCES.txt +44 -0
- vfbquery-0.4.1/PKG-INFO +0 -1315
- vfbquery-0.4.1/README.md +0 -1295
- vfbquery-0.4.1/src/test/test_default_caching.py +0 -173
- vfbquery-0.4.1/src/test/test_examples_diff.py +0 -322
- vfbquery-0.4.1/src/vfbquery/__init__.py +0 -86
- vfbquery-0.4.1/src/vfbquery/cached_functions.py +0 -227
- vfbquery-0.4.1/src/vfbquery/vfb_queries.py +0 -1618
- vfbquery-0.4.1/src/vfbquery.egg-info/PKG-INFO +0 -1315
- vfbquery-0.4.1/src/vfbquery.egg-info/SOURCES.txt +0 -23
- {vfbquery-0.4.1 → vfbquery-0.5.1}/LICENSE +0 -0
- {vfbquery-0.4.1 → vfbquery-0.5.1}/pyproject.toml +0 -0
- {vfbquery-0.4.1 → vfbquery-0.5.1}/setup.cfg +0 -0
- {vfbquery-0.4.1 → vfbquery-0.5.1}/src/test/__init__.py +0 -0
- {vfbquery-0.4.1 → vfbquery-0.5.1}/src/vfbquery/cache_enhancements.py +0 -0
- {vfbquery-0.4.1 → vfbquery-0.5.1}/src/vfbquery/test_utils.py +0 -0
- {vfbquery-0.4.1 → vfbquery-0.5.1}/src/vfbquery.egg-info/dependency_links.txt +0 -0
- {vfbquery-0.4.1 → vfbquery-0.5.1}/src/vfbquery.egg-info/requires.txt +0 -0
- {vfbquery-0.4.1 → vfbquery-0.5.1}/src/vfbquery.egg-info/top_level.txt +0 -0
vfbquery-0.5.1/PKG-INFO
ADDED
|
@@ -0,0 +1,2806 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: vfbquery
|
|
3
|
+
Version: 0.5.1
|
|
4
|
+
Summary: Wrapper for querying VirtualFlyBrain knowledge graph.
|
|
5
|
+
Home-page: https://github.com/VirtualFlyBrain/VFBquery
|
|
6
|
+
Author: VirtualFlyBrain
|
|
7
|
+
License: GPL-3.0 License
|
|
8
|
+
Project-URL: Bug Reports, https://github.com/VirtualFlyBrain/VFBquery/issues
|
|
9
|
+
Project-URL: Source, https://github.com/VirtualFlyBrain/VFBquery
|
|
10
|
+
Classifier: Programming Language :: Python :: 3
|
|
11
|
+
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
|
12
|
+
Classifier: Operating System :: OS Independent
|
|
13
|
+
Requires-Python: >=3.7
|
|
14
|
+
Description-Content-Type: text/markdown
|
|
15
|
+
License-File: LICENSE
|
|
16
|
+
Requires-Dist: pysolr
|
|
17
|
+
Requires-Dist: pandas
|
|
18
|
+
Requires-Dist: marshmallow
|
|
19
|
+
Requires-Dist: vfb_connect
|
|
20
|
+
|
|
21
|
+
# VFBquery
|
|
22
|
+
|
|
23
|
+
to setup requirements:
|
|
24
|
+
```bash
|
|
25
|
+
pip install --upgrade vfbquery
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
## 🚀 Performance & Caching
|
|
29
|
+
|
|
30
|
+
VFBquery includes intelligent SOLR-based caching for optimal performance:
|
|
31
|
+
|
|
32
|
+
- **54,000x speedup** for repeated queries
|
|
33
|
+
- **NBLAST similarity queries**: 10+ seconds → <0.1 seconds (cached)
|
|
34
|
+
- **Zero configuration** - works automatically
|
|
35
|
+
- **Persistent cache** survives restarts
|
|
36
|
+
- **3-month TTL** matches VFB_connect behavior
|
|
37
|
+
|
|
38
|
+
```python
|
|
39
|
+
import vfbquery as vfb
|
|
40
|
+
|
|
41
|
+
# First query builds cache (~1-2 seconds)
|
|
42
|
+
result1 = vfb.get_term_info('FBbt_00003748')
|
|
43
|
+
|
|
44
|
+
# Subsequent queries served from cache (<0.1 seconds)
|
|
45
|
+
result2 = vfb.get_term_info('FBbt_00003748') # 54,000x faster!
|
|
46
|
+
|
|
47
|
+
# Similarity queries also cached
|
|
48
|
+
similar = vfb.get_similar_neurons('VFB_jrchk00s') # Fast after first run
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
To get term info for a term:
|
|
52
|
+
get_term_info(ID)
|
|
53
|
+
|
|
54
|
+
e.g.
|
|
55
|
+
```python
|
|
56
|
+
import vfbquery as vfb
|
|
57
|
+
```
|
|
58
|
+
Class example:
|
|
59
|
+
```python
|
|
60
|
+
vfb.get_term_info('FBbt_00003748', force_refresh=True)
|
|
61
|
+
```
|
|
62
|
+
```json
|
|
63
|
+
{
|
|
64
|
+
"Name": "medulla",
|
|
65
|
+
"Id": "FBbt_00003748",
|
|
66
|
+
"SuperTypes": [
|
|
67
|
+
"Entity",
|
|
68
|
+
"Class",
|
|
69
|
+
"Adult",
|
|
70
|
+
"Anatomy",
|
|
71
|
+
"Nervous_system",
|
|
72
|
+
"Synaptic_neuropil",
|
|
73
|
+
"Synaptic_neuropil_domain",
|
|
74
|
+
"Visual_system"
|
|
75
|
+
],
|
|
76
|
+
"Meta": {
|
|
77
|
+
"Name": "[medulla](FBbt_00003748)",
|
|
78
|
+
"Description": "The second optic neuropil, sandwiched between the lamina and the lobula complex. It is divided into 10 layers: 1-6 make up the outer (distal) medulla, the seventh (or serpentine) layer exhibits a distinct architecture and layers 8-10 make up the inner (proximal) medulla (Ito et al., 2014).",
|
|
79
|
+
"Comment": "Nern et al. (2025) - doi:10.1038/s41586-025-08746-0 say distal is M1-5 and M6-7 is central medulla.",
|
|
80
|
+
"Types": "[anterior ectoderm derivative](FBbt_00025991); [synaptic neuropil domain](FBbt_00040007)",
|
|
81
|
+
"Relationships": "[develops from](RO_0002202): [medulla anlage](FBbt_00001935); [is part of](BFO_0000050): [adult optic lobe](FBbt_00003701)"
|
|
82
|
+
},
|
|
83
|
+
"Tags": [
|
|
84
|
+
"Adult",
|
|
85
|
+
"Nervous_system",
|
|
86
|
+
"Synaptic_neuropil_domain",
|
|
87
|
+
"Visual_system"
|
|
88
|
+
],
|
|
89
|
+
"Queries": [
|
|
90
|
+
{
|
|
91
|
+
"query": "ListAllAvailableImages",
|
|
92
|
+
"label": "List all available images of medulla",
|
|
93
|
+
"function": "get_instances",
|
|
94
|
+
"takes": {
|
|
95
|
+
"short_form": {
|
|
96
|
+
"$and": [
|
|
97
|
+
"Class",
|
|
98
|
+
"Anatomy"
|
|
99
|
+
]
|
|
100
|
+
},
|
|
101
|
+
"default": {
|
|
102
|
+
"short_form": "FBbt_00003748"
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
"preview": 5,
|
|
106
|
+
"preview_columns": [
|
|
107
|
+
"id",
|
|
108
|
+
"label",
|
|
109
|
+
"tags",
|
|
110
|
+
"thumbnail"
|
|
111
|
+
],
|
|
112
|
+
"preview_results": {
|
|
113
|
+
"headers": {
|
|
114
|
+
"id": {
|
|
115
|
+
"title": "Add",
|
|
116
|
+
"type": "selection_id",
|
|
117
|
+
"order": -1
|
|
118
|
+
},
|
|
119
|
+
"label": {
|
|
120
|
+
"title": "Name",
|
|
121
|
+
"type": "markdown",
|
|
122
|
+
"order": 0,
|
|
123
|
+
"sort": {
|
|
124
|
+
"0": "Asc"
|
|
125
|
+
}
|
|
126
|
+
},
|
|
127
|
+
"tags": {
|
|
128
|
+
"title": "Gross Types",
|
|
129
|
+
"type": "tags",
|
|
130
|
+
"order": 3
|
|
131
|
+
},
|
|
132
|
+
"thumbnail": {
|
|
133
|
+
"title": "Thumbnail",
|
|
134
|
+
"type": "markdown",
|
|
135
|
+
"order": 9
|
|
136
|
+
}
|
|
137
|
+
},
|
|
138
|
+
"rows": [
|
|
139
|
+
{
|
|
140
|
+
"id": "VFB_00102107",
|
|
141
|
+
"label": "[ME on JRC2018Unisex adult brain](VFB_00102107)",
|
|
142
|
+
"tags": "Nervous_system|Adult|Visual_system|Synaptic_neuropil_domain",
|
|
143
|
+
"thumbnail": "[](VFB_00101567,VFB_00102107)"
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"id": "VFB_00101385",
|
|
147
|
+
"label": "[ME(R) on JRC_FlyEM_Hemibrain](VFB_00101385)",
|
|
148
|
+
"tags": "Nervous_system|Adult|Visual_system|Synaptic_neuropil_domain",
|
|
149
|
+
"thumbnail": "[ on JRC_FlyEM_Hemibrain aligned to JRCFIB2018Fum\")](VFB_00101384,VFB_00101385)"
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"id": "VFB_00030810",
|
|
153
|
+
"label": "[medulla on adult brain template Ito2014](VFB_00030810)",
|
|
154
|
+
"tags": "Nervous_system|Visual_system|Adult|Synaptic_neuropil_domain",
|
|
155
|
+
"thumbnail": "[](VFB_00030786,VFB_00030810)"
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"id": "VFB_00030624",
|
|
159
|
+
"label": "[medulla on adult brain template JFRC2](VFB_00030624)",
|
|
160
|
+
"tags": "Nervous_system|Visual_system|Adult|Synaptic_neuropil_domain",
|
|
161
|
+
"thumbnail": "[](VFB_00017894,VFB_00030624)"
|
|
162
|
+
}
|
|
163
|
+
]
|
|
164
|
+
},
|
|
165
|
+
"output_format": "table",
|
|
166
|
+
"count": 4
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"query": "NeuronsPartHere",
|
|
170
|
+
"label": "Neurons with some part in medulla",
|
|
171
|
+
"function": "get_neurons_with_part_in",
|
|
172
|
+
"takes": {
|
|
173
|
+
"short_form": {
|
|
174
|
+
"$and": [
|
|
175
|
+
"Class",
|
|
176
|
+
"Anatomy"
|
|
177
|
+
]
|
|
178
|
+
},
|
|
179
|
+
"default": {
|
|
180
|
+
"short_form": "FBbt_00003748"
|
|
181
|
+
}
|
|
182
|
+
},
|
|
183
|
+
"preview": 5,
|
|
184
|
+
"preview_columns": [
|
|
185
|
+
"id",
|
|
186
|
+
"label",
|
|
187
|
+
"tags",
|
|
188
|
+
"thumbnail"
|
|
189
|
+
],
|
|
190
|
+
"preview_results": {
|
|
191
|
+
"headers": {
|
|
192
|
+
"id": {
|
|
193
|
+
"title": "Add",
|
|
194
|
+
"type": "selection_id",
|
|
195
|
+
"order": -1
|
|
196
|
+
},
|
|
197
|
+
"label": {
|
|
198
|
+
"title": "Name",
|
|
199
|
+
"type": "markdown",
|
|
200
|
+
"order": 0,
|
|
201
|
+
"sort": {
|
|
202
|
+
"0": "Asc"
|
|
203
|
+
}
|
|
204
|
+
},
|
|
205
|
+
"tags": {
|
|
206
|
+
"title": "Tags",
|
|
207
|
+
"type": "tags",
|
|
208
|
+
"order": 2
|
|
209
|
+
},
|
|
210
|
+
"thumbnail": {
|
|
211
|
+
"title": "Thumbnail",
|
|
212
|
+
"type": "markdown",
|
|
213
|
+
"order": 9
|
|
214
|
+
}
|
|
215
|
+
},
|
|
216
|
+
"rows": [
|
|
217
|
+
{
|
|
218
|
+
"id": "FBbt_20011363",
|
|
219
|
+
"label": "[Cm10](FBbt_20011363)",
|
|
220
|
+
"tags": "Adult|GABAergic|Nervous_system|Visual_system",
|
|
221
|
+
"thumbnail": "[](FBbt_20011363)"
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"id": "FBbt_20011364",
|
|
225
|
+
"label": "[Cm15](FBbt_20011364)",
|
|
226
|
+
"tags": "Adult|GABAergic|Nervous_system|Visual_system",
|
|
227
|
+
"thumbnail": "[](FBbt_20011364)"
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"id": "FBbt_20011365",
|
|
231
|
+
"label": "[Cm16](FBbt_20011365)",
|
|
232
|
+
"tags": "Adult|Glutamatergic|Nervous_system|Visual_system",
|
|
233
|
+
"thumbnail": "[](FBbt_20011365)"
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"id": "FBbt_20011366",
|
|
237
|
+
"label": "[Cm17](FBbt_20011366)",
|
|
238
|
+
"tags": "Adult|GABAergic|Nervous_system|Visual_system",
|
|
239
|
+
"thumbnail": "[](FBbt_20011366)"
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"id": "FBbt_20011362",
|
|
243
|
+
"label": "[Cm1](FBbt_20011362)",
|
|
244
|
+
"tags": "Adult|Cholinergic|Nervous_system|Visual_system",
|
|
245
|
+
"thumbnail": "[](FBbt_20011362)"
|
|
246
|
+
}
|
|
247
|
+
]
|
|
248
|
+
},
|
|
249
|
+
"output_format": "table",
|
|
250
|
+
"count": 472
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"query": "NeuronsSynaptic",
|
|
254
|
+
"label": "Neurons with synaptic terminals in medulla",
|
|
255
|
+
"function": "get_neurons_with_synapses_in",
|
|
256
|
+
"takes": {
|
|
257
|
+
"short_form": {
|
|
258
|
+
"$and": [
|
|
259
|
+
"Class",
|
|
260
|
+
"Anatomy"
|
|
261
|
+
]
|
|
262
|
+
},
|
|
263
|
+
"default": {
|
|
264
|
+
"short_form": "FBbt_00003748"
|
|
265
|
+
}
|
|
266
|
+
},
|
|
267
|
+
"preview": 5,
|
|
268
|
+
"preview_columns": [
|
|
269
|
+
"id",
|
|
270
|
+
"label",
|
|
271
|
+
"tags",
|
|
272
|
+
"thumbnail"
|
|
273
|
+
],
|
|
274
|
+
"preview_results": {
|
|
275
|
+
"headers": {
|
|
276
|
+
"id": {
|
|
277
|
+
"title": "Add",
|
|
278
|
+
"type": "selection_id",
|
|
279
|
+
"order": -1
|
|
280
|
+
},
|
|
281
|
+
"label": {
|
|
282
|
+
"title": "Name",
|
|
283
|
+
"type": "markdown",
|
|
284
|
+
"order": 0,
|
|
285
|
+
"sort": {
|
|
286
|
+
"0": "Asc"
|
|
287
|
+
}
|
|
288
|
+
},
|
|
289
|
+
"tags": {
|
|
290
|
+
"title": "Tags",
|
|
291
|
+
"type": "tags",
|
|
292
|
+
"order": 2
|
|
293
|
+
},
|
|
294
|
+
"thumbnail": {
|
|
295
|
+
"title": "Thumbnail",
|
|
296
|
+
"type": "markdown",
|
|
297
|
+
"order": 9
|
|
298
|
+
}
|
|
299
|
+
},
|
|
300
|
+
"rows": [
|
|
301
|
+
{
|
|
302
|
+
"id": "FBbt_20011363",
|
|
303
|
+
"label": "[Cm10](FBbt_20011363)",
|
|
304
|
+
"tags": "Adult|GABAergic|Nervous_system|Visual_system",
|
|
305
|
+
"thumbnail": "[](FBbt_20011363)"
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"id": "FBbt_20011364",
|
|
309
|
+
"label": "[Cm15](FBbt_20011364)",
|
|
310
|
+
"tags": "Adult|GABAergic|Nervous_system|Visual_system",
|
|
311
|
+
"thumbnail": "[](FBbt_20011364)"
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"id": "FBbt_20011365",
|
|
315
|
+
"label": "[Cm16](FBbt_20011365)",
|
|
316
|
+
"tags": "Adult|Glutamatergic|Nervous_system|Visual_system",
|
|
317
|
+
"thumbnail": "[](FBbt_20011365)"
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
"id": "FBbt_20011366",
|
|
321
|
+
"label": "[Cm17](FBbt_20011366)",
|
|
322
|
+
"tags": "Adult|GABAergic|Nervous_system|Visual_system",
|
|
323
|
+
"thumbnail": "[](FBbt_20011366)"
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"id": "FBbt_20011362",
|
|
327
|
+
"label": "[Cm1](FBbt_20011362)",
|
|
328
|
+
"tags": "Adult|Cholinergic|Nervous_system|Visual_system",
|
|
329
|
+
"thumbnail": "[](FBbt_20011362)"
|
|
330
|
+
}
|
|
331
|
+
]
|
|
332
|
+
},
|
|
333
|
+
"output_format": "table",
|
|
334
|
+
"count": 465
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
"query": "NeuronsPresynapticHere",
|
|
338
|
+
"label": "Neurons with presynaptic terminals in medulla",
|
|
339
|
+
"function": "get_neurons_with_presynaptic_terminals_in",
|
|
340
|
+
"takes": {
|
|
341
|
+
"short_form": {
|
|
342
|
+
"$and": [
|
|
343
|
+
"Class",
|
|
344
|
+
"Anatomy"
|
|
345
|
+
]
|
|
346
|
+
},
|
|
347
|
+
"default": {
|
|
348
|
+
"short_form": "FBbt_00003748"
|
|
349
|
+
}
|
|
350
|
+
},
|
|
351
|
+
"preview": 5,
|
|
352
|
+
"preview_columns": [
|
|
353
|
+
"id",
|
|
354
|
+
"label",
|
|
355
|
+
"tags",
|
|
356
|
+
"thumbnail"
|
|
357
|
+
],
|
|
358
|
+
"preview_results": {
|
|
359
|
+
"headers": {
|
|
360
|
+
"id": {
|
|
361
|
+
"title": "Add",
|
|
362
|
+
"type": "selection_id",
|
|
363
|
+
"order": -1
|
|
364
|
+
},
|
|
365
|
+
"label": {
|
|
366
|
+
"title": "Name",
|
|
367
|
+
"type": "markdown",
|
|
368
|
+
"order": 0,
|
|
369
|
+
"sort": {
|
|
370
|
+
"0": "Asc"
|
|
371
|
+
}
|
|
372
|
+
},
|
|
373
|
+
"tags": {
|
|
374
|
+
"title": "Tags",
|
|
375
|
+
"type": "tags",
|
|
376
|
+
"order": 2
|
|
377
|
+
},
|
|
378
|
+
"thumbnail": {
|
|
379
|
+
"title": "Thumbnail",
|
|
380
|
+
"type": "markdown",
|
|
381
|
+
"order": 9
|
|
382
|
+
}
|
|
383
|
+
},
|
|
384
|
+
"rows": [
|
|
385
|
+
{
|
|
386
|
+
"id": "FBbt_20011363",
|
|
387
|
+
"label": "[Cm10](FBbt_20011363)",
|
|
388
|
+
"tags": "Adult|GABAergic|Nervous_system|Visual_system",
|
|
389
|
+
"thumbnail": "[](FBbt_20011363)"
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
"id": "FBbt_20011364",
|
|
393
|
+
"label": "[Cm15](FBbt_20011364)",
|
|
394
|
+
"tags": "Adult|GABAergic|Nervous_system|Visual_system",
|
|
395
|
+
"thumbnail": "[](FBbt_20011364)"
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"id": "FBbt_20011365",
|
|
399
|
+
"label": "[Cm16](FBbt_20011365)",
|
|
400
|
+
"tags": "Adult|Glutamatergic|Nervous_system|Visual_system",
|
|
401
|
+
"thumbnail": "[](FBbt_20011365)"
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
"id": "FBbt_20011366",
|
|
405
|
+
"label": "[Cm17](FBbt_20011366)",
|
|
406
|
+
"tags": "Adult|GABAergic|Nervous_system|Visual_system",
|
|
407
|
+
"thumbnail": "[](FBbt_20011366)"
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"id": "FBbt_20011362",
|
|
411
|
+
"label": "[Cm1](FBbt_20011362)",
|
|
412
|
+
"tags": "Adult|Cholinergic|Nervous_system|Visual_system",
|
|
413
|
+
"thumbnail": "[](FBbt_20011362)"
|
|
414
|
+
}
|
|
415
|
+
]
|
|
416
|
+
},
|
|
417
|
+
"output_format": "table",
|
|
418
|
+
"count": 253
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"query": "NeuronsPostsynapticHere",
|
|
422
|
+
"label": "Neurons with postsynaptic terminals in medulla",
|
|
423
|
+
"function": "get_neurons_with_postsynaptic_terminals_in",
|
|
424
|
+
"takes": {
|
|
425
|
+
"short_form": {
|
|
426
|
+
"$and": [
|
|
427
|
+
"Class",
|
|
428
|
+
"Anatomy"
|
|
429
|
+
]
|
|
430
|
+
},
|
|
431
|
+
"default": {
|
|
432
|
+
"short_form": "FBbt_00003748"
|
|
433
|
+
}
|
|
434
|
+
},
|
|
435
|
+
"preview": 5,
|
|
436
|
+
"preview_columns": [
|
|
437
|
+
"id",
|
|
438
|
+
"label",
|
|
439
|
+
"tags",
|
|
440
|
+
"thumbnail"
|
|
441
|
+
],
|
|
442
|
+
"preview_results": {
|
|
443
|
+
"headers": {
|
|
444
|
+
"id": {
|
|
445
|
+
"title": "Add",
|
|
446
|
+
"type": "selection_id",
|
|
447
|
+
"order": -1
|
|
448
|
+
},
|
|
449
|
+
"label": {
|
|
450
|
+
"title": "Name",
|
|
451
|
+
"type": "markdown",
|
|
452
|
+
"order": 0,
|
|
453
|
+
"sort": {
|
|
454
|
+
"0": "Asc"
|
|
455
|
+
}
|
|
456
|
+
},
|
|
457
|
+
"tags": {
|
|
458
|
+
"title": "Tags",
|
|
459
|
+
"type": "tags",
|
|
460
|
+
"order": 2
|
|
461
|
+
},
|
|
462
|
+
"thumbnail": {
|
|
463
|
+
"title": "Thumbnail",
|
|
464
|
+
"type": "markdown",
|
|
465
|
+
"order": 9
|
|
466
|
+
}
|
|
467
|
+
},
|
|
468
|
+
"rows": [
|
|
469
|
+
{
|
|
470
|
+
"id": "FBbt_20011363",
|
|
471
|
+
"label": "[Cm10](FBbt_20011363)",
|
|
472
|
+
"tags": "Adult|GABAergic|Nervous_system|Visual_system",
|
|
473
|
+
"thumbnail": "[](FBbt_20011363)"
|
|
474
|
+
},
|
|
475
|
+
{
|
|
476
|
+
"id": "FBbt_20011364",
|
|
477
|
+
"label": "[Cm15](FBbt_20011364)",
|
|
478
|
+
"tags": "Adult|GABAergic|Nervous_system|Visual_system",
|
|
479
|
+
"thumbnail": "[](FBbt_20011364)"
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
"id": "FBbt_20011365",
|
|
483
|
+
"label": "[Cm16](FBbt_20011365)",
|
|
484
|
+
"tags": "Adult|Glutamatergic|Nervous_system|Visual_system",
|
|
485
|
+
"thumbnail": "[](FBbt_20011365)"
|
|
486
|
+
},
|
|
487
|
+
{
|
|
488
|
+
"id": "FBbt_20011366",
|
|
489
|
+
"label": "[Cm17](FBbt_20011366)",
|
|
490
|
+
"tags": "Adult|GABAergic|Nervous_system|Visual_system",
|
|
491
|
+
"thumbnail": "[](FBbt_20011366)"
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
"id": "FBbt_20011362",
|
|
495
|
+
"label": "[Cm1](FBbt_20011362)",
|
|
496
|
+
"tags": "Adult|Cholinergic|Nervous_system|Visual_system",
|
|
497
|
+
"thumbnail": "[](FBbt_20011362)"
|
|
498
|
+
}
|
|
499
|
+
]
|
|
500
|
+
},
|
|
501
|
+
"output_format": "table",
|
|
502
|
+
"count": 331
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
"query": "PartsOf",
|
|
506
|
+
"label": "Parts of medulla",
|
|
507
|
+
"function": "get_parts_of",
|
|
508
|
+
"takes": {
|
|
509
|
+
"short_form": {
|
|
510
|
+
"$and": [
|
|
511
|
+
"Class"
|
|
512
|
+
]
|
|
513
|
+
},
|
|
514
|
+
"default": {
|
|
515
|
+
"short_form": "FBbt_00003748"
|
|
516
|
+
}
|
|
517
|
+
},
|
|
518
|
+
"preview": 5,
|
|
519
|
+
"preview_columns": [
|
|
520
|
+
"id",
|
|
521
|
+
"label",
|
|
522
|
+
"tags",
|
|
523
|
+
"thumbnail"
|
|
524
|
+
],
|
|
525
|
+
"preview_results": {
|
|
526
|
+
"headers": {
|
|
527
|
+
"id": {
|
|
528
|
+
"title": "Add",
|
|
529
|
+
"type": "selection_id",
|
|
530
|
+
"order": -1
|
|
531
|
+
},
|
|
532
|
+
"label": {
|
|
533
|
+
"title": "Name",
|
|
534
|
+
"type": "markdown",
|
|
535
|
+
"order": 0,
|
|
536
|
+
"sort": {
|
|
537
|
+
"0": "Asc"
|
|
538
|
+
}
|
|
539
|
+
},
|
|
540
|
+
"tags": {
|
|
541
|
+
"title": "Tags",
|
|
542
|
+
"type": "tags",
|
|
543
|
+
"order": 2
|
|
544
|
+
},
|
|
545
|
+
"thumbnail": {
|
|
546
|
+
"title": "Thumbnail",
|
|
547
|
+
"type": "markdown",
|
|
548
|
+
"order": 9
|
|
549
|
+
}
|
|
550
|
+
},
|
|
551
|
+
"rows": [
|
|
552
|
+
{
|
|
553
|
+
"id": "FBbt_00003750",
|
|
554
|
+
"label": "[medulla layer M1](FBbt_00003750)",
|
|
555
|
+
"tags": "Adult|Nervous_system|Synaptic_neuropil_subdomain|Visual_system",
|
|
556
|
+
"thumbnail": ""
|
|
557
|
+
},
|
|
558
|
+
{
|
|
559
|
+
"id": "FBbt_00003753",
|
|
560
|
+
"label": "[medulla layer M4](FBbt_00003753)",
|
|
561
|
+
"tags": "Adult|Nervous_system|Synaptic_neuropil_subdomain|Visual_system",
|
|
562
|
+
"thumbnail": ""
|
|
563
|
+
},
|
|
564
|
+
{
|
|
565
|
+
"id": "FBbt_00003754",
|
|
566
|
+
"label": "[medulla layer M5](FBbt_00003754)",
|
|
567
|
+
"tags": "Adult|Nervous_system|Synaptic_neuropil_subdomain|Visual_system",
|
|
568
|
+
"thumbnail": ""
|
|
569
|
+
},
|
|
570
|
+
{
|
|
571
|
+
"id": "FBbt_00003758",
|
|
572
|
+
"label": "[medulla layer M8](FBbt_00003758)",
|
|
573
|
+
"tags": "Adult|Nervous_system|Synaptic_neuropil_subdomain|Visual_system",
|
|
574
|
+
"thumbnail": ""
|
|
575
|
+
},
|
|
576
|
+
{
|
|
577
|
+
"id": "FBbt_00003759",
|
|
578
|
+
"label": "[medulla layer M9](FBbt_00003759)",
|
|
579
|
+
"tags": "Adult|Nervous_system|Synaptic_neuropil_subdomain|Visual_system",
|
|
580
|
+
"thumbnail": ""
|
|
581
|
+
}
|
|
582
|
+
]
|
|
583
|
+
},
|
|
584
|
+
"output_format": "table",
|
|
585
|
+
"count": 28
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
"query": "SubclassesOf",
|
|
589
|
+
"label": "Subclasses of medulla",
|
|
590
|
+
"function": "get_subclasses_of",
|
|
591
|
+
"takes": {
|
|
592
|
+
"short_form": {
|
|
593
|
+
"$and": [
|
|
594
|
+
"Class"
|
|
595
|
+
]
|
|
596
|
+
},
|
|
597
|
+
"default": {
|
|
598
|
+
"short_form": "FBbt_00003748"
|
|
599
|
+
}
|
|
600
|
+
},
|
|
601
|
+
"preview": 5,
|
|
602
|
+
"preview_columns": [
|
|
603
|
+
"id",
|
|
604
|
+
"label",
|
|
605
|
+
"tags",
|
|
606
|
+
"thumbnail"
|
|
607
|
+
],
|
|
608
|
+
"preview_results": {
|
|
609
|
+
"headers": {
|
|
610
|
+
"id": {
|
|
611
|
+
"title": "Add",
|
|
612
|
+
"type": "selection_id",
|
|
613
|
+
"order": -1
|
|
614
|
+
},
|
|
615
|
+
"label": {
|
|
616
|
+
"title": "Name",
|
|
617
|
+
"type": "markdown",
|
|
618
|
+
"order": 0,
|
|
619
|
+
"sort": {
|
|
620
|
+
"0": "Asc"
|
|
621
|
+
}
|
|
622
|
+
},
|
|
623
|
+
"tags": {
|
|
624
|
+
"title": "Tags",
|
|
625
|
+
"type": "tags",
|
|
626
|
+
"order": 2
|
|
627
|
+
},
|
|
628
|
+
"thumbnail": {
|
|
629
|
+
"title": "Thumbnail",
|
|
630
|
+
"type": "markdown",
|
|
631
|
+
"order": 9
|
|
632
|
+
}
|
|
633
|
+
}
|
|
634
|
+
},
|
|
635
|
+
"output_format": "table",
|
|
636
|
+
"count": 0
|
|
637
|
+
},
|
|
638
|
+
{
|
|
639
|
+
"query": "TractsNervesInnervatingHere",
|
|
640
|
+
"label": "Tracts/nerves innervating medulla",
|
|
641
|
+
"function": "get_tracts_nerves_innervating_here",
|
|
642
|
+
"takes": {
|
|
643
|
+
"short_form": {
|
|
644
|
+
"$or": [
|
|
645
|
+
{
|
|
646
|
+
"$and": [
|
|
647
|
+
"Class",
|
|
648
|
+
"Synaptic_neuropil"
|
|
649
|
+
]
|
|
650
|
+
},
|
|
651
|
+
{
|
|
652
|
+
"$and": [
|
|
653
|
+
"Class",
|
|
654
|
+
"Synaptic_neuropil_domain"
|
|
655
|
+
]
|
|
656
|
+
}
|
|
657
|
+
]
|
|
658
|
+
},
|
|
659
|
+
"default": {
|
|
660
|
+
"short_form": "FBbt_00003748"
|
|
661
|
+
}
|
|
662
|
+
},
|
|
663
|
+
"preview": 5,
|
|
664
|
+
"preview_columns": [
|
|
665
|
+
"id",
|
|
666
|
+
"label",
|
|
667
|
+
"tags",
|
|
668
|
+
"thumbnail"
|
|
669
|
+
],
|
|
670
|
+
"preview_results": {
|
|
671
|
+
"headers": {
|
|
672
|
+
"id": {
|
|
673
|
+
"title": "Add",
|
|
674
|
+
"type": "selection_id",
|
|
675
|
+
"order": -1
|
|
676
|
+
},
|
|
677
|
+
"label": {
|
|
678
|
+
"title": "Name",
|
|
679
|
+
"type": "markdown",
|
|
680
|
+
"order": 0,
|
|
681
|
+
"sort": {
|
|
682
|
+
"0": "Asc"
|
|
683
|
+
}
|
|
684
|
+
},
|
|
685
|
+
"tags": {
|
|
686
|
+
"title": "Tags",
|
|
687
|
+
"type": "tags",
|
|
688
|
+
"order": 2
|
|
689
|
+
},
|
|
690
|
+
"thumbnail": {
|
|
691
|
+
"title": "Thumbnail",
|
|
692
|
+
"type": "markdown",
|
|
693
|
+
"order": 9
|
|
694
|
+
}
|
|
695
|
+
},
|
|
696
|
+
"rows": [
|
|
697
|
+
{
|
|
698
|
+
"id": "FBbt_00005810",
|
|
699
|
+
"label": "[first optic chiasma](FBbt_00005810)",
|
|
700
|
+
"tags": "Adult|Nervous_system|Neuron_projection_bundle|Visual_system",
|
|
701
|
+
"thumbnail": ""
|
|
702
|
+
},
|
|
703
|
+
{
|
|
704
|
+
"id": "FBbt_00007427",
|
|
705
|
+
"label": "[posterior optic commissure](FBbt_00007427)",
|
|
706
|
+
"tags": "Adult|Nervous_system|Neuron_projection_bundle",
|
|
707
|
+
"thumbnail": "[](FBbt_00007427)"
|
|
708
|
+
},
|
|
709
|
+
{
|
|
710
|
+
"id": "FBbt_00003922",
|
|
711
|
+
"label": "[second optic chiasma](FBbt_00003922)",
|
|
712
|
+
"tags": "Adult|Nervous_system|Neuron_projection_bundle|Visual_system",
|
|
713
|
+
"thumbnail": ""
|
|
714
|
+
}
|
|
715
|
+
]
|
|
716
|
+
},
|
|
717
|
+
"output_format": "table",
|
|
718
|
+
"count": 3
|
|
719
|
+
},
|
|
720
|
+
{
|
|
721
|
+
"query": "LineageClonesIn",
|
|
722
|
+
"label": "Lineage clones found in medulla",
|
|
723
|
+
"function": "get_lineage_clones_in",
|
|
724
|
+
"takes": {
|
|
725
|
+
"short_form": {
|
|
726
|
+
"$and": [
|
|
727
|
+
"Class",
|
|
728
|
+
"Synaptic_neuropil"
|
|
729
|
+
]
|
|
730
|
+
},
|
|
731
|
+
"default": {
|
|
732
|
+
"short_form": "FBbt_00003748"
|
|
733
|
+
}
|
|
734
|
+
},
|
|
735
|
+
"preview": 5,
|
|
736
|
+
"preview_columns": [
|
|
737
|
+
"id",
|
|
738
|
+
"label",
|
|
739
|
+
"tags",
|
|
740
|
+
"thumbnail"
|
|
741
|
+
],
|
|
742
|
+
"preview_results": {
|
|
743
|
+
"headers": {
|
|
744
|
+
"id": {
|
|
745
|
+
"title": "Add",
|
|
746
|
+
"type": "selection_id",
|
|
747
|
+
"order": -1
|
|
748
|
+
},
|
|
749
|
+
"label": {
|
|
750
|
+
"title": "Name",
|
|
751
|
+
"type": "markdown",
|
|
752
|
+
"order": 0,
|
|
753
|
+
"sort": {
|
|
754
|
+
"0": "Asc"
|
|
755
|
+
}
|
|
756
|
+
},
|
|
757
|
+
"tags": {
|
|
758
|
+
"title": "Tags",
|
|
759
|
+
"type": "tags",
|
|
760
|
+
"order": 2
|
|
761
|
+
},
|
|
762
|
+
"thumbnail": {
|
|
763
|
+
"title": "Thumbnail",
|
|
764
|
+
"type": "markdown",
|
|
765
|
+
"order": 9
|
|
766
|
+
}
|
|
767
|
+
},
|
|
768
|
+
"rows": [
|
|
769
|
+
{
|
|
770
|
+
"id": "FBbt_00050019",
|
|
771
|
+
"label": "[adult DM1 lineage clone](FBbt_00050019)",
|
|
772
|
+
"tags": "Adult|Clone|lineage_DPMm1",
|
|
773
|
+
"thumbnail": "[](FBbt_00050019)"
|
|
774
|
+
},
|
|
775
|
+
{
|
|
776
|
+
"id": "FBbt_00050143",
|
|
777
|
+
"label": "[adult DM6 lineage clone](FBbt_00050143)",
|
|
778
|
+
"tags": "Adult|Clone|lineage_CM3",
|
|
779
|
+
"thumbnail": "[](FBbt_00050143)"
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
"id": "FBbt_00050167",
|
|
783
|
+
"label": "[adult LALv1 lineage clone](FBbt_00050167)",
|
|
784
|
+
"tags": "Adult|Clone|lineage_BAmv1",
|
|
785
|
+
"thumbnail": "[](FBbt_00050167)"
|
|
786
|
+
},
|
|
787
|
+
{
|
|
788
|
+
"id": "FBbt_00050051",
|
|
789
|
+
"label": "[adult VESa2 lineage clone](FBbt_00050051)",
|
|
790
|
+
"tags": "Adult|Clone|lineage_BAlp1",
|
|
791
|
+
"thumbnail": "[](FBbt_00050051)"
|
|
792
|
+
},
|
|
793
|
+
{
|
|
794
|
+
"id": "FBbt_00050013",
|
|
795
|
+
"label": "[adult VPNl&d1 lineage clone](FBbt_00050013)",
|
|
796
|
+
"tags": "Adult|Clone",
|
|
797
|
+
"thumbnail": "[](FBbt_00050013)"
|
|
798
|
+
}
|
|
799
|
+
]
|
|
800
|
+
},
|
|
801
|
+
"output_format": "table",
|
|
802
|
+
"count": 7
|
|
803
|
+
},
|
|
804
|
+
{
|
|
805
|
+
"query": "ImagesNeurons",
|
|
806
|
+
"label": "Images of neurons with some part in medulla",
|
|
807
|
+
"function": "get_images_neurons",
|
|
808
|
+
"takes": {
|
|
809
|
+
"short_form": {
|
|
810
|
+
"$or": [
|
|
811
|
+
{
|
|
812
|
+
"$and": [
|
|
813
|
+
"Class",
|
|
814
|
+
"Synaptic_neuropil"
|
|
815
|
+
]
|
|
816
|
+
},
|
|
817
|
+
{
|
|
818
|
+
"$and": [
|
|
819
|
+
"Class",
|
|
820
|
+
"Synaptic_neuropil_domain"
|
|
821
|
+
]
|
|
822
|
+
}
|
|
823
|
+
]
|
|
824
|
+
},
|
|
825
|
+
"default": {
|
|
826
|
+
"short_form": "FBbt_00003748"
|
|
827
|
+
}
|
|
828
|
+
},
|
|
829
|
+
"preview": 5,
|
|
830
|
+
"preview_columns": [
|
|
831
|
+
"id",
|
|
832
|
+
"label",
|
|
833
|
+
"tags",
|
|
834
|
+
"thumbnail"
|
|
835
|
+
],
|
|
836
|
+
"preview_results": {
|
|
837
|
+
"headers": {
|
|
838
|
+
"id": {
|
|
839
|
+
"title": "Add",
|
|
840
|
+
"type": "selection_id",
|
|
841
|
+
"order": -1
|
|
842
|
+
},
|
|
843
|
+
"label": {
|
|
844
|
+
"title": "Name",
|
|
845
|
+
"type": "markdown",
|
|
846
|
+
"order": 0,
|
|
847
|
+
"sort": {
|
|
848
|
+
"0": "Asc"
|
|
849
|
+
}
|
|
850
|
+
},
|
|
851
|
+
"tags": {
|
|
852
|
+
"title": "Tags",
|
|
853
|
+
"type": "tags",
|
|
854
|
+
"order": 2
|
|
855
|
+
},
|
|
856
|
+
"thumbnail": {
|
|
857
|
+
"title": "Thumbnail",
|
|
858
|
+
"type": "markdown",
|
|
859
|
+
"order": 9
|
|
860
|
+
}
|
|
861
|
+
},
|
|
862
|
+
"rows": [
|
|
863
|
+
{
|
|
864
|
+
"id": "VFB_fw113160",
|
|
865
|
+
"label": "[FlyWire:720575940614228963](VFB_fw113160)",
|
|
866
|
+
"tags": [
|
|
867
|
+
"Adult",
|
|
868
|
+
"Cholinergic",
|
|
869
|
+
"Glutamatergic",
|
|
870
|
+
"Nervous_system",
|
|
871
|
+
"Visual_system",
|
|
872
|
+
"secondary_neuron"
|
|
873
|
+
],
|
|
874
|
+
"thumbnail": "[](VFB_00101567,VFB_fw113160)"
|
|
875
|
+
},
|
|
876
|
+
{
|
|
877
|
+
"id": "VFB_fw113163",
|
|
878
|
+
"label": "[FlyWire:720575940617552345](VFB_fw113163)",
|
|
879
|
+
"tags": [
|
|
880
|
+
"Adult",
|
|
881
|
+
"Glutamatergic",
|
|
882
|
+
"Nervous_system",
|
|
883
|
+
"Visual_system"
|
|
884
|
+
],
|
|
885
|
+
"thumbnail": "[](VFB_00101567,VFB_fw113163)"
|
|
886
|
+
},
|
|
887
|
+
{
|
|
888
|
+
"id": "VFB_fw113161",
|
|
889
|
+
"label": "[FlyWire:720575940620899019](VFB_fw113161)",
|
|
890
|
+
"tags": [
|
|
891
|
+
"Adult",
|
|
892
|
+
"Cholinergic",
|
|
893
|
+
"Nervous_system",
|
|
894
|
+
"Visual_system"
|
|
895
|
+
],
|
|
896
|
+
"thumbnail": "[](VFB_00101567,VFB_fw113161)"
|
|
897
|
+
},
|
|
898
|
+
{
|
|
899
|
+
"id": "VFB_fw113162",
|
|
900
|
+
"label": "[FlyWire:720575940627258493](VFB_fw113162)",
|
|
901
|
+
"tags": [
|
|
902
|
+
"Adult",
|
|
903
|
+
"Cholinergic",
|
|
904
|
+
"Nervous_system",
|
|
905
|
+
"Visual_system"
|
|
906
|
+
],
|
|
907
|
+
"thumbnail": "[](VFB_00101567,VFB_fw113162)"
|
|
908
|
+
},
|
|
909
|
+
{
|
|
910
|
+
"id": "VFB_fw113167",
|
|
911
|
+
"label": "[FlyWire:720575940628422216](VFB_fw113167)",
|
|
912
|
+
"tags": [
|
|
913
|
+
"Adult",
|
|
914
|
+
"Glutamatergic",
|
|
915
|
+
"Nervous_system",
|
|
916
|
+
"Visual_system"
|
|
917
|
+
],
|
|
918
|
+
"thumbnail": "[](VFB_00101567,VFB_fw113167)"
|
|
919
|
+
}
|
|
920
|
+
]
|
|
921
|
+
},
|
|
922
|
+
"output_format": "table",
|
|
923
|
+
"count": 119989
|
|
924
|
+
},
|
|
925
|
+
{
|
|
926
|
+
"query": "ExpressionOverlapsHere",
|
|
927
|
+
"label": "Expression patterns overlapping medulla",
|
|
928
|
+
"function": "get_expression_overlaps_here",
|
|
929
|
+
"takes": {
|
|
930
|
+
"short_form": {
|
|
931
|
+
"$and": [
|
|
932
|
+
"Class",
|
|
933
|
+
"Anatomy"
|
|
934
|
+
]
|
|
935
|
+
},
|
|
936
|
+
"default": {
|
|
937
|
+
"short_form": "FBbt_00003748"
|
|
938
|
+
}
|
|
939
|
+
},
|
|
940
|
+
"preview": 5,
|
|
941
|
+
"preview_columns": [
|
|
942
|
+
"id",
|
|
943
|
+
"name",
|
|
944
|
+
"tags",
|
|
945
|
+
"pubs"
|
|
946
|
+
],
|
|
947
|
+
"preview_results": {
|
|
948
|
+
"headers": {
|
|
949
|
+
"id": {
|
|
950
|
+
"title": "ID",
|
|
951
|
+
"type": "selection_id",
|
|
952
|
+
"order": -1
|
|
953
|
+
},
|
|
954
|
+
"name": {
|
|
955
|
+
"title": "Expression Pattern",
|
|
956
|
+
"type": "markdown",
|
|
957
|
+
"order": 0
|
|
958
|
+
},
|
|
959
|
+
"tags": {
|
|
960
|
+
"title": "Tags",
|
|
961
|
+
"type": "tags",
|
|
962
|
+
"order": 1
|
|
963
|
+
},
|
|
964
|
+
"pubs": {
|
|
965
|
+
"title": "Publications",
|
|
966
|
+
"type": "metadata",
|
|
967
|
+
"order": 2
|
|
968
|
+
}
|
|
969
|
+
},
|
|
970
|
+
"rows": [
|
|
971
|
+
{
|
|
972
|
+
"id": "VFBexp_FBti0182065",
|
|
973
|
+
"name": "[Mi{GT-GAL4}DIP-\u03b2[MI01971-GAL4] expression pattern](VFBexp_FBti0182065)",
|
|
974
|
+
"tags": "Expression_pattern",
|
|
975
|
+
"pubs": [
|
|
976
|
+
{
|
|
977
|
+
"core": {
|
|
978
|
+
"iri": "http://flybase.org/reports/FBrf0230454",
|
|
979
|
+
"symbol": "",
|
|
980
|
+
"types": [
|
|
981
|
+
"Entity",
|
|
982
|
+
"Individual",
|
|
983
|
+
"pub"
|
|
984
|
+
],
|
|
985
|
+
"short_form": "FBrf0230454",
|
|
986
|
+
"label": "Carrillo et al., 2015, Cell 163(7): 1770--1782"
|
|
987
|
+
},
|
|
988
|
+
"FlyBase": "FBrf0230454",
|
|
989
|
+
"PubMed": "26687361",
|
|
990
|
+
"DOI": "10.1016/j.cell.2015.11.022"
|
|
991
|
+
}
|
|
992
|
+
]
|
|
993
|
+
},
|
|
994
|
+
{
|
|
995
|
+
"id": "VFBexp_FBti0145260",
|
|
996
|
+
"name": "[Mi{MIC}dpr10[MI03557] expression pattern](VFBexp_FBti0145260)",
|
|
997
|
+
"tags": "Expression_pattern",
|
|
998
|
+
"pubs": [
|
|
999
|
+
{
|
|
1000
|
+
"core": {
|
|
1001
|
+
"iri": "http://flybase.org/reports/FBrf0230454",
|
|
1002
|
+
"symbol": "",
|
|
1003
|
+
"types": [
|
|
1004
|
+
"Entity",
|
|
1005
|
+
"Individual",
|
|
1006
|
+
"pub"
|
|
1007
|
+
],
|
|
1008
|
+
"short_form": "FBrf0230454",
|
|
1009
|
+
"label": "Carrillo et al., 2015, Cell 163(7): 1770--1782"
|
|
1010
|
+
},
|
|
1011
|
+
"FlyBase": "FBrf0230454",
|
|
1012
|
+
"PubMed": "26687361",
|
|
1013
|
+
"DOI": "10.1016/j.cell.2015.11.022"
|
|
1014
|
+
}
|
|
1015
|
+
]
|
|
1016
|
+
},
|
|
1017
|
+
{
|
|
1018
|
+
"id": "VFBexp_FBti0143547",
|
|
1019
|
+
"name": "[PBac{544.SVS-1}Fer2LCH[CPTI100064] expression pattern](VFBexp_FBti0143547)",
|
|
1020
|
+
"tags": "Expression_pattern",
|
|
1021
|
+
"pubs": [
|
|
1022
|
+
{
|
|
1023
|
+
"core": {
|
|
1024
|
+
"iri": "http://flybase.org/reports/FBrf0215202",
|
|
1025
|
+
"symbol": "",
|
|
1026
|
+
"types": [
|
|
1027
|
+
"Entity",
|
|
1028
|
+
"Individual",
|
|
1029
|
+
"pub"
|
|
1030
|
+
],
|
|
1031
|
+
"short_form": "FBrf0215202",
|
|
1032
|
+
"label": "Knowles-Barley, 2011.8.24, BrainTrap expression curation."
|
|
1033
|
+
},
|
|
1034
|
+
"FlyBase": "FBrf0215202",
|
|
1035
|
+
"PubMed": "",
|
|
1036
|
+
"DOI": ""
|
|
1037
|
+
}
|
|
1038
|
+
]
|
|
1039
|
+
},
|
|
1040
|
+
{
|
|
1041
|
+
"id": "VFBexp_FBti0143533",
|
|
1042
|
+
"name": "[PBac{544.SVS-1}B4[CPTI100035] expression pattern](VFBexp_FBti0143533)",
|
|
1043
|
+
"tags": "Expression_pattern",
|
|
1044
|
+
"pubs": [
|
|
1045
|
+
{
|
|
1046
|
+
"core": {
|
|
1047
|
+
"iri": "http://flybase.org/reports/FBrf0215202",
|
|
1048
|
+
"symbol": "",
|
|
1049
|
+
"types": [
|
|
1050
|
+
"Entity",
|
|
1051
|
+
"Individual",
|
|
1052
|
+
"pub"
|
|
1053
|
+
],
|
|
1054
|
+
"short_form": "FBrf0215202",
|
|
1055
|
+
"label": "Knowles-Barley, 2011.8.24, BrainTrap expression curation."
|
|
1056
|
+
},
|
|
1057
|
+
"FlyBase": "FBrf0215202",
|
|
1058
|
+
"PubMed": "",
|
|
1059
|
+
"DOI": ""
|
|
1060
|
+
}
|
|
1061
|
+
]
|
|
1062
|
+
},
|
|
1063
|
+
{
|
|
1064
|
+
"id": "VFBexp_FBti0143524",
|
|
1065
|
+
"name": "[PBac{566.P.SVS-1}IA-2[CPTI100013] expression pattern](VFBexp_FBti0143524)",
|
|
1066
|
+
"tags": "Expression_pattern",
|
|
1067
|
+
"pubs": [
|
|
1068
|
+
{
|
|
1069
|
+
"core": {
|
|
1070
|
+
"iri": "http://flybase.org/reports/FBrf0215202",
|
|
1071
|
+
"symbol": "",
|
|
1072
|
+
"types": [
|
|
1073
|
+
"Entity",
|
|
1074
|
+
"Individual",
|
|
1075
|
+
"pub"
|
|
1076
|
+
],
|
|
1077
|
+
"short_form": "FBrf0215202",
|
|
1078
|
+
"label": "Knowles-Barley, 2011.8.24, BrainTrap expression curation."
|
|
1079
|
+
},
|
|
1080
|
+
"FlyBase": "FBrf0215202",
|
|
1081
|
+
"PubMed": "",
|
|
1082
|
+
"DOI": ""
|
|
1083
|
+
}
|
|
1084
|
+
]
|
|
1085
|
+
}
|
|
1086
|
+
]
|
|
1087
|
+
},
|
|
1088
|
+
"output_format": "table",
|
|
1089
|
+
"count": 2339
|
|
1090
|
+
},
|
|
1091
|
+
{
|
|
1092
|
+
"query": "TransgeneExpressionHere",
|
|
1093
|
+
"label": "Transgene expression in medulla",
|
|
1094
|
+
"function": "get_transgene_expression_here",
|
|
1095
|
+
"takes": {
|
|
1096
|
+
"short_form": {
|
|
1097
|
+
"$and": [
|
|
1098
|
+
"Class",
|
|
1099
|
+
"Nervous_system",
|
|
1100
|
+
"Anatomy"
|
|
1101
|
+
]
|
|
1102
|
+
},
|
|
1103
|
+
"default": {
|
|
1104
|
+
"short_form": "FBbt_00003748"
|
|
1105
|
+
}
|
|
1106
|
+
},
|
|
1107
|
+
"preview": 5,
|
|
1108
|
+
"preview_columns": [
|
|
1109
|
+
"id",
|
|
1110
|
+
"name",
|
|
1111
|
+
"tags"
|
|
1112
|
+
],
|
|
1113
|
+
"preview_results": {
|
|
1114
|
+
"headers": {
|
|
1115
|
+
"id": {
|
|
1116
|
+
"title": "ID",
|
|
1117
|
+
"type": "selection_id",
|
|
1118
|
+
"order": -1
|
|
1119
|
+
},
|
|
1120
|
+
"name": {
|
|
1121
|
+
"title": "Expression Pattern",
|
|
1122
|
+
"type": "markdown",
|
|
1123
|
+
"order": 0
|
|
1124
|
+
},
|
|
1125
|
+
"tags": {
|
|
1126
|
+
"title": "Tags",
|
|
1127
|
+
"type": "tags",
|
|
1128
|
+
"order": 1
|
|
1129
|
+
}
|
|
1130
|
+
},
|
|
1131
|
+
"rows": [
|
|
1132
|
+
{
|
|
1133
|
+
"id": "VFBexp_FBti0182065",
|
|
1134
|
+
"name": "[Mi{GT-GAL4}DIP-\u03b2[MI01971-GAL4] expression pattern](VFBexp_FBti0182065)",
|
|
1135
|
+
"tags": "Expression_pattern"
|
|
1136
|
+
},
|
|
1137
|
+
{
|
|
1138
|
+
"id": "VFBexp_FBti0145260",
|
|
1139
|
+
"name": "[Mi{MIC}dpr10[MI03557] expression pattern](VFBexp_FBti0145260)",
|
|
1140
|
+
"tags": "Expression_pattern"
|
|
1141
|
+
},
|
|
1142
|
+
{
|
|
1143
|
+
"id": "VFBexp_FBti0143547",
|
|
1144
|
+
"name": "[PBac{544.SVS-1}Fer2LCH[CPTI100064] expression pattern](VFBexp_FBti0143547)",
|
|
1145
|
+
"tags": "Expression_pattern"
|
|
1146
|
+
},
|
|
1147
|
+
{
|
|
1148
|
+
"id": "VFBexp_FBti0143533",
|
|
1149
|
+
"name": "[PBac{544.SVS-1}B4[CPTI100035] expression pattern](VFBexp_FBti0143533)",
|
|
1150
|
+
"tags": "Expression_pattern"
|
|
1151
|
+
},
|
|
1152
|
+
{
|
|
1153
|
+
"id": "VFBexp_FBti0143524",
|
|
1154
|
+
"name": "[PBac{566.P.SVS-1}IA-2[CPTI100013] expression pattern](VFBexp_FBti0143524)",
|
|
1155
|
+
"tags": "Expression_pattern"
|
|
1156
|
+
}
|
|
1157
|
+
]
|
|
1158
|
+
},
|
|
1159
|
+
"output_format": "table",
|
|
1160
|
+
"count": 2339
|
|
1161
|
+
}
|
|
1162
|
+
],
|
|
1163
|
+
"IsIndividual": False,
|
|
1164
|
+
"IsClass": True,
|
|
1165
|
+
"Examples": {
|
|
1166
|
+
"VFB_00101384": [
|
|
1167
|
+
{
|
|
1168
|
+
"id": "VFB_00101385",
|
|
1169
|
+
"label": "ME(R) on JRC_FlyEM_Hemibrain",
|
|
1170
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0010/1385/VFB_00101384/thumbnail.png",
|
|
1171
|
+
"thumbnail_transparent": "https://www.virtualflybrain.org/data/VFB/i/0010/1385/VFB_00101384/thumbnailT.png",
|
|
1172
|
+
"nrrd": "https://www.virtualflybrain.org/data/VFB/i/0010/1385/VFB_00101384/volume.nrrd",
|
|
1173
|
+
"wlz": "https://www.virtualflybrain.org/data/VFB/i/0010/1385/VFB_00101384/volume.wlz",
|
|
1174
|
+
"obj": "https://www.virtualflybrain.org/data/VFB/i/0010/1385/VFB_00101384/volume_man.obj"
|
|
1175
|
+
}
|
|
1176
|
+
],
|
|
1177
|
+
"VFB_00101567": [
|
|
1178
|
+
{
|
|
1179
|
+
"id": "VFB_00102107",
|
|
1180
|
+
"label": "ME on JRC2018Unisex adult brain",
|
|
1181
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0010/2107/VFB_00101567/thumbnail.png",
|
|
1182
|
+
"thumbnail_transparent": "https://www.virtualflybrain.org/data/VFB/i/0010/2107/VFB_00101567/thumbnailT.png",
|
|
1183
|
+
"nrrd": "https://www.virtualflybrain.org/data/VFB/i/0010/2107/VFB_00101567/volume.nrrd",
|
|
1184
|
+
"wlz": "https://www.virtualflybrain.org/data/VFB/i/0010/2107/VFB_00101567/volume.wlz",
|
|
1185
|
+
"obj": "https://www.virtualflybrain.org/data/VFB/i/0010/2107/VFB_00101567/volume_man.obj"
|
|
1186
|
+
}
|
|
1187
|
+
],
|
|
1188
|
+
"VFB_00017894": [
|
|
1189
|
+
{
|
|
1190
|
+
"id": "VFB_00030624",
|
|
1191
|
+
"label": "medulla on adult brain template JFRC2",
|
|
1192
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0003/0624/VFB_00017894/thumbnail.png",
|
|
1193
|
+
"thumbnail_transparent": "https://www.virtualflybrain.org/data/VFB/i/0003/0624/VFB_00017894/thumbnailT.png",
|
|
1194
|
+
"nrrd": "https://www.virtualflybrain.org/data/VFB/i/0003/0624/VFB_00017894/volume.nrrd",
|
|
1195
|
+
"wlz": "https://www.virtualflybrain.org/data/VFB/i/0003/0624/VFB_00017894/volume.wlz",
|
|
1196
|
+
"obj": "https://www.virtualflybrain.org/data/VFB/i/0003/0624/VFB_00017894/volume_man.obj"
|
|
1197
|
+
}
|
|
1198
|
+
],
|
|
1199
|
+
"VFB_00030786": [
|
|
1200
|
+
{
|
|
1201
|
+
"id": "VFB_00030810",
|
|
1202
|
+
"label": "medulla on adult brain template Ito2014",
|
|
1203
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0003/0810/VFB_00030786/thumbnail.png",
|
|
1204
|
+
"thumbnail_transparent": "https://www.virtualflybrain.org/data/VFB/i/0003/0810/VFB_00030786/thumbnailT.png",
|
|
1205
|
+
"nrrd": "https://www.virtualflybrain.org/data/VFB/i/0003/0810/VFB_00030786/volume.nrrd",
|
|
1206
|
+
"wlz": "https://www.virtualflybrain.org/data/VFB/i/0003/0810/VFB_00030786/volume.wlz",
|
|
1207
|
+
"obj": "https://www.virtualflybrain.org/data/VFB/i/0003/0810/VFB_00030786/volume_man.obj"
|
|
1208
|
+
}
|
|
1209
|
+
]
|
|
1210
|
+
},
|
|
1211
|
+
"IsTemplate": False,
|
|
1212
|
+
"Synonyms": [
|
|
1213
|
+
{
|
|
1214
|
+
"label": "ME",
|
|
1215
|
+
"scope": "has_exact_synonym",
|
|
1216
|
+
"type": "",
|
|
1217
|
+
"publication": "[Ito et al., 2014](FBrf0224194)"
|
|
1218
|
+
},
|
|
1219
|
+
{
|
|
1220
|
+
"label": "Med",
|
|
1221
|
+
"scope": "has_exact_synonym",
|
|
1222
|
+
"type": "",
|
|
1223
|
+
"publication": "[Chiang et al., 2011](FBrf0212704)"
|
|
1224
|
+
},
|
|
1225
|
+
{
|
|
1226
|
+
"label": "optic medulla",
|
|
1227
|
+
"scope": "has_exact_synonym",
|
|
1228
|
+
"type": "",
|
|
1229
|
+
"publication": "[Venkatesh and Shyamala, 2010](FBrf0212889)"
|
|
1230
|
+
},
|
|
1231
|
+
{
|
|
1232
|
+
"label": "m",
|
|
1233
|
+
"scope": "has_related_synonym",
|
|
1234
|
+
"type": "",
|
|
1235
|
+
"publication": ""
|
|
1236
|
+
}
|
|
1237
|
+
]
|
|
1238
|
+
}
|
|
1239
|
+
```
|
|
1240
|
+
|
|
1241
|
+
Individual example:
|
|
1242
|
+
```python
|
|
1243
|
+
vfb.get_term_info('VFB_00000001')
|
|
1244
|
+
```
|
|
1245
|
+
```json
|
|
1246
|
+
{
|
|
1247
|
+
"Name": "fru-M-200266",
|
|
1248
|
+
"Id": "VFB_00000001",
|
|
1249
|
+
"SuperTypes": [
|
|
1250
|
+
"Entity",
|
|
1251
|
+
"Individual",
|
|
1252
|
+
"VFB",
|
|
1253
|
+
"Neuron",
|
|
1254
|
+
"Adult",
|
|
1255
|
+
"Anatomy",
|
|
1256
|
+
"Cell",
|
|
1257
|
+
"Expression_pattern_fragment",
|
|
1258
|
+
"Nervous_system",
|
|
1259
|
+
"has_image",
|
|
1260
|
+
"lineage_CM3",
|
|
1261
|
+
"lineage_DM6",
|
|
1262
|
+
"FlyCircuit",
|
|
1263
|
+
"NBLAST"
|
|
1264
|
+
],
|
|
1265
|
+
"Meta": {
|
|
1266
|
+
"Name": "[fru-M-200266](VFB_00000001)",
|
|
1267
|
+
"Description": "",
|
|
1268
|
+
"Comment": "OutAge: Adult 5~15 days",
|
|
1269
|
+
"Types": "[adult DM6 lineage neuron](FBbt_00050144); [expression pattern fragment](VFBext_0000004)",
|
|
1270
|
+
"Relationships": "[expresses](RO_0002292): [Scer\\GAL4%5Bfru.P1.D%5D](FBal0276838); [is part of](BFO_0000050): [Scer\\GAL4%5Bfru.P1.D%5D expression pattern](VFBexp_FBal0276838), [adult brain](FBbt_00003624), [male organism](FBbt_00007004); [overlaps](RO_0002131): [adult antennal lobe](FBbt_00007401), [adult crepine](FBbt_00045037), [adult lateral accessory lobe](FBbt_00003681), [superior posterior slope](FBbt_00045040), [vest](FBbt_00040041)"
|
|
1271
|
+
},
|
|
1272
|
+
"Tags": [
|
|
1273
|
+
"Adult",
|
|
1274
|
+
"Expression_pattern_fragment",
|
|
1275
|
+
"Neuron",
|
|
1276
|
+
"lineage_CM3"
|
|
1277
|
+
],
|
|
1278
|
+
"Queries": [
|
|
1279
|
+
{
|
|
1280
|
+
"query": "SimilarMorphologyTo",
|
|
1281
|
+
"label": "Find similar neurons to fru-M-200266",
|
|
1282
|
+
"function": "get_similar_neurons",
|
|
1283
|
+
"takes": {
|
|
1284
|
+
"short_form": {
|
|
1285
|
+
"$and": [
|
|
1286
|
+
"Individual",
|
|
1287
|
+
"Neuron"
|
|
1288
|
+
]
|
|
1289
|
+
},
|
|
1290
|
+
"default": {
|
|
1291
|
+
"neuron": "VFB_00000001",
|
|
1292
|
+
"similarity_score": "NBLAST_score"
|
|
1293
|
+
}
|
|
1294
|
+
},
|
|
1295
|
+
"preview": 5,
|
|
1296
|
+
"preview_columns": [
|
|
1297
|
+
"id",
|
|
1298
|
+
"score",
|
|
1299
|
+
"name",
|
|
1300
|
+
"tags",
|
|
1301
|
+
"thumbnail"
|
|
1302
|
+
],
|
|
1303
|
+
"preview_results": {
|
|
1304
|
+
"headers": {
|
|
1305
|
+
"id": {
|
|
1306
|
+
"title": "Add",
|
|
1307
|
+
"type": "selection_id",
|
|
1308
|
+
"order": -1
|
|
1309
|
+
},
|
|
1310
|
+
"score": {
|
|
1311
|
+
"title": "Score",
|
|
1312
|
+
"type": "numeric",
|
|
1313
|
+
"order": 1,
|
|
1314
|
+
"sort": {
|
|
1315
|
+
"0": "Desc"
|
|
1316
|
+
}
|
|
1317
|
+
},
|
|
1318
|
+
"name": {
|
|
1319
|
+
"title": "Name",
|
|
1320
|
+
"type": "markdown",
|
|
1321
|
+
"order": 1,
|
|
1322
|
+
"sort": {
|
|
1323
|
+
"1": "Asc"
|
|
1324
|
+
}
|
|
1325
|
+
},
|
|
1326
|
+
"tags": {
|
|
1327
|
+
"title": "Tags",
|
|
1328
|
+
"type": "tags",
|
|
1329
|
+
"order": 2
|
|
1330
|
+
},
|
|
1331
|
+
"thumbnail": {
|
|
1332
|
+
"title": "Thumbnail",
|
|
1333
|
+
"type": "markdown",
|
|
1334
|
+
"order": 9
|
|
1335
|
+
}
|
|
1336
|
+
},
|
|
1337
|
+
"rows": [
|
|
1338
|
+
{
|
|
1339
|
+
"id": "VFB_00000333",
|
|
1340
|
+
"score": "0.61",
|
|
1341
|
+
"name": "[fru-M-000204](VFB_00000333)",
|
|
1342
|
+
"tags": "Expression_pattern_fragment|Neuron|Adult|lineage_CM3",
|
|
1343
|
+
"thumbnail": "[](VFB_00017894,VFB_00000333)"
|
|
1344
|
+
},
|
|
1345
|
+
{
|
|
1346
|
+
"id": "VFB_00000333",
|
|
1347
|
+
"score": "0.61",
|
|
1348
|
+
"name": "[fru-M-000204](VFB_00000333)",
|
|
1349
|
+
"tags": "Expression_pattern_fragment|Neuron|Adult|lineage_CM3",
|
|
1350
|
+
"thumbnail": "[](VFB_00101567,VFB_00000333)"
|
|
1351
|
+
},
|
|
1352
|
+
{
|
|
1353
|
+
"id": "VFB_00002439",
|
|
1354
|
+
"score": "0.6",
|
|
1355
|
+
"name": "[fru-M-900020](VFB_00002439)",
|
|
1356
|
+
"tags": "Expression_pattern_fragment|Neuron|Adult|lineage_CM3",
|
|
1357
|
+
"thumbnail": "[](VFB_00101567,VFB_00002439)"
|
|
1358
|
+
},
|
|
1359
|
+
{
|
|
1360
|
+
"id": "VFB_00002439",
|
|
1361
|
+
"score": "0.6",
|
|
1362
|
+
"name": "[fru-M-900020](VFB_00002439)",
|
|
1363
|
+
"tags": "Expression_pattern_fragment|Neuron|Adult|lineage_CM3",
|
|
1364
|
+
"thumbnail": "[](VFB_00017894,VFB_00002439)"
|
|
1365
|
+
},
|
|
1366
|
+
{
|
|
1367
|
+
"id": "VFB_00000845",
|
|
1368
|
+
"score": "0.59",
|
|
1369
|
+
"name": "[fru-M-100191](VFB_00000845)",
|
|
1370
|
+
"tags": "Expression_pattern_fragment|Neuron|Adult|lineage_CM3",
|
|
1371
|
+
"thumbnail": "[](VFB_00101567,VFB_00000845)"
|
|
1372
|
+
}
|
|
1373
|
+
]
|
|
1374
|
+
},
|
|
1375
|
+
"output_format": "table",
|
|
1376
|
+
"count": 60
|
|
1377
|
+
}
|
|
1378
|
+
],
|
|
1379
|
+
"IsIndividual": true,
|
|
1380
|
+
"Images": {
|
|
1381
|
+
"VFB_00017894": [
|
|
1382
|
+
{
|
|
1383
|
+
"id": "VFB_00000001",
|
|
1384
|
+
"label": "fru-M-200266",
|
|
1385
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0000/0001/VFB_00017894/thumbnail.png",
|
|
1386
|
+
"thumbnail_transparent": "https://www.virtualflybrain.org/data/VFB/i/0000/0001/VFB_00017894/thumbnailT.png",
|
|
1387
|
+
"nrrd": "https://www.virtualflybrain.org/data/VFB/i/0000/0001/VFB_00017894/volume.nrrd",
|
|
1388
|
+
"wlz": "https://www.virtualflybrain.org/data/VFB/i/0000/0001/VFB_00017894/volume.wlz",
|
|
1389
|
+
"obj": "https://www.virtualflybrain.org/data/VFB/i/0000/0001/VFB_00017894/volume.obj",
|
|
1390
|
+
"swc": "https://www.virtualflybrain.org/data/VFB/i/0000/0001/VFB_00017894/volume.swc"
|
|
1391
|
+
}
|
|
1392
|
+
],
|
|
1393
|
+
"VFB_00101567": [
|
|
1394
|
+
{
|
|
1395
|
+
"id": "VFB_00000001",
|
|
1396
|
+
"label": "fru-M-200266",
|
|
1397
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0000/0001/VFB_00101567/thumbnail.png",
|
|
1398
|
+
"thumbnail_transparent": "https://www.virtualflybrain.org/data/VFB/i/0000/0001/VFB_00101567/thumbnailT.png",
|
|
1399
|
+
"nrrd": "https://www.virtualflybrain.org/data/VFB/i/0000/0001/VFB_00101567/volume.nrrd",
|
|
1400
|
+
"wlz": "https://www.virtualflybrain.org/data/VFB/i/0000/0001/VFB_00101567/volume.wlz",
|
|
1401
|
+
"obj": "https://www.virtualflybrain.org/data/VFB/i/0000/0001/VFB_00101567/volume.obj",
|
|
1402
|
+
"swc": "https://www.virtualflybrain.org/data/VFB/i/0000/0001/VFB_00101567/volume.swc"
|
|
1403
|
+
}
|
|
1404
|
+
]
|
|
1405
|
+
},
|
|
1406
|
+
"IsClass": false,
|
|
1407
|
+
"Examples": {},
|
|
1408
|
+
"IsTemplate": false,
|
|
1409
|
+
"Domains": {},
|
|
1410
|
+
"Licenses": {
|
|
1411
|
+
"0": {
|
|
1412
|
+
"iri": "http://virtualflybrain.org/reports/VFBlicense_FlyCircuit_License",
|
|
1413
|
+
"short_form": "VFBlicense_FlyCircuit_License",
|
|
1414
|
+
"label": "FlyCircuit License",
|
|
1415
|
+
"icon": "",
|
|
1416
|
+
"source": "FlyCircuit 1.0 - single neurons (Chiang2010)",
|
|
1417
|
+
"source_iri": "http://virtualflybrain.org/reports/Chiang2010"
|
|
1418
|
+
}
|
|
1419
|
+
},
|
|
1420
|
+
"Publications": [],
|
|
1421
|
+
"Synonyms": []
|
|
1422
|
+
}
|
|
1423
|
+
```
|
|
1424
|
+
|
|
1425
|
+
Template example:
|
|
1426
|
+
```python
|
|
1427
|
+
vfb.get_term_info('VFB_00101567')
|
|
1428
|
+
```
|
|
1429
|
+
```json
|
|
1430
|
+
{
|
|
1431
|
+
"Name": "JRC2018U",
|
|
1432
|
+
"Id": "VFB_00101567",
|
|
1433
|
+
"SuperTypes": [
|
|
1434
|
+
"Entity",
|
|
1435
|
+
"Individual",
|
|
1436
|
+
"VFB",
|
|
1437
|
+
"Adult",
|
|
1438
|
+
"Anatomy",
|
|
1439
|
+
"Nervous_system",
|
|
1440
|
+
"Template",
|
|
1441
|
+
"has_image"
|
|
1442
|
+
],
|
|
1443
|
+
"Meta": {
|
|
1444
|
+
"Name": "[JRC2018Unisex](VFB_00101567)",
|
|
1445
|
+
"Symbol": "[JRC2018U](VFB_00101567)",
|
|
1446
|
+
"Description": "Janelia 2018 unisex, averaged adult brain template",
|
|
1447
|
+
"Comment": "",
|
|
1448
|
+
"Types": "[adult brain](FBbt_00003624)"
|
|
1449
|
+
},
|
|
1450
|
+
"Tags": [
|
|
1451
|
+
"Adult",
|
|
1452
|
+
"Nervous_system"
|
|
1453
|
+
],
|
|
1454
|
+
"Queries": [
|
|
1455
|
+
{
|
|
1456
|
+
"query": "PaintedDomains",
|
|
1457
|
+
"label": "Painted domains for JRC2018U",
|
|
1458
|
+
"function": "get_painted_domains",
|
|
1459
|
+
"takes": {
|
|
1460
|
+
"short_form": {
|
|
1461
|
+
"$and": [
|
|
1462
|
+
"Template",
|
|
1463
|
+
"Individual"
|
|
1464
|
+
]
|
|
1465
|
+
},
|
|
1466
|
+
"default": {
|
|
1467
|
+
"short_form": "VFB_00101567"
|
|
1468
|
+
}
|
|
1469
|
+
},
|
|
1470
|
+
"preview": 10,
|
|
1471
|
+
"preview_columns": [
|
|
1472
|
+
"id",
|
|
1473
|
+
"name",
|
|
1474
|
+
"type",
|
|
1475
|
+
"thumbnail"
|
|
1476
|
+
],
|
|
1477
|
+
"preview_results": {
|
|
1478
|
+
"headers": {
|
|
1479
|
+
"id": {
|
|
1480
|
+
"title": "ID",
|
|
1481
|
+
"type": "selection_id",
|
|
1482
|
+
"order": -1
|
|
1483
|
+
},
|
|
1484
|
+
"name": {
|
|
1485
|
+
"title": "Domain",
|
|
1486
|
+
"type": "markdown",
|
|
1487
|
+
"order": 0
|
|
1488
|
+
},
|
|
1489
|
+
"type": {
|
|
1490
|
+
"title": "Type",
|
|
1491
|
+
"type": "text",
|
|
1492
|
+
"order": 1
|
|
1493
|
+
},
|
|
1494
|
+
"thumbnail": {
|
|
1495
|
+
"title": "Thumbnail",
|
|
1496
|
+
"type": "markdown",
|
|
1497
|
+
"order": 2
|
|
1498
|
+
}
|
|
1499
|
+
},
|
|
1500
|
+
"rows": [
|
|
1501
|
+
{
|
|
1502
|
+
"id": "VFB_00102274",
|
|
1503
|
+
"name": "[FLA on JRC2018Unisex adult brain](https://v2.virtualflybrain.org/org.geppetto.frontend/geppetto?id=VFB_00102274)",
|
|
1504
|
+
"type": [
|
|
1505
|
+
"flange"
|
|
1506
|
+
],
|
|
1507
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0010/2274/VFB_00101567//thumbnailT.png"
|
|
1508
|
+
},
|
|
1509
|
+
{
|
|
1510
|
+
"id": "VFB_00102218",
|
|
1511
|
+
"name": "[IPS on JRC2018Unisex adult brain](https://v2.virtualflybrain.org/org.geppetto.frontend/geppetto?id=VFB_00102218)",
|
|
1512
|
+
"type": [
|
|
1513
|
+
"inferior posterior slope"
|
|
1514
|
+
],
|
|
1515
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0010/2218/VFB_00101567//thumbnailT.png"
|
|
1516
|
+
},
|
|
1517
|
+
{
|
|
1518
|
+
"id": "VFB_00102214",
|
|
1519
|
+
"name": "[GOR on JRC2018Unisex adult brain](https://v2.virtualflybrain.org/org.geppetto.frontend/geppetto?id=VFB_00102214)",
|
|
1520
|
+
"type": [
|
|
1521
|
+
"gorget"
|
|
1522
|
+
],
|
|
1523
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0010/2214/VFB_00101567//thumbnailT.png"
|
|
1524
|
+
},
|
|
1525
|
+
{
|
|
1526
|
+
"id": "VFB_00102212",
|
|
1527
|
+
"name": "[VES on JRC2018Unisex adult brain](https://v2.virtualflybrain.org/org.geppetto.frontend/geppetto?id=VFB_00102212)",
|
|
1528
|
+
"type": [
|
|
1529
|
+
"vest"
|
|
1530
|
+
],
|
|
1531
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0010/2212/VFB_00101567//thumbnailT.png"
|
|
1532
|
+
},
|
|
1533
|
+
{
|
|
1534
|
+
"id": "VFB_00102201",
|
|
1535
|
+
"name": "[AL on JRC2018Unisex adult brain](https://v2.virtualflybrain.org/org.geppetto.frontend/geppetto?id=VFB_00102201)",
|
|
1536
|
+
"type": [
|
|
1537
|
+
"adult antennal lobe"
|
|
1538
|
+
],
|
|
1539
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0010/2201/VFB_00101567//thumbnailT.png"
|
|
1540
|
+
},
|
|
1541
|
+
{
|
|
1542
|
+
"id": "VFB_00102185",
|
|
1543
|
+
"name": "[IB on JRC2018Unisex adult brain](https://v2.virtualflybrain.org/org.geppetto.frontend/geppetto?id=VFB_00102185)",
|
|
1544
|
+
"type": [
|
|
1545
|
+
"inferior bridge"
|
|
1546
|
+
],
|
|
1547
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0010/2185/VFB_00101567//thumbnailT.png"
|
|
1548
|
+
},
|
|
1549
|
+
{
|
|
1550
|
+
"id": "VFB_00102176",
|
|
1551
|
+
"name": "[SCL on JRC2018Unisex adult brain](https://v2.virtualflybrain.org/org.geppetto.frontend/geppetto?id=VFB_00102176)",
|
|
1552
|
+
"type": [
|
|
1553
|
+
"superior clamp"
|
|
1554
|
+
],
|
|
1555
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0010/2176/VFB_00101567//thumbnailT.png"
|
|
1556
|
+
},
|
|
1557
|
+
{
|
|
1558
|
+
"id": "VFB_00102170",
|
|
1559
|
+
"name": "[SMP on JRC2018Unisex adult brain](https://v2.virtualflybrain.org/org.geppetto.frontend/geppetto?id=VFB_00102170)",
|
|
1560
|
+
"type": [
|
|
1561
|
+
"superior medial protocerebrum"
|
|
1562
|
+
],
|
|
1563
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0010/2170/VFB_00101567//thumbnailT.png"
|
|
1564
|
+
},
|
|
1565
|
+
{
|
|
1566
|
+
"id": "VFB_00102164",
|
|
1567
|
+
"name": "[SIP on JRC2018Unisex adult brain](https://v2.virtualflybrain.org/org.geppetto.frontend/geppetto?id=VFB_00102164)",
|
|
1568
|
+
"type": [
|
|
1569
|
+
"superior intermediate protocerebrum"
|
|
1570
|
+
],
|
|
1571
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0010/2164/VFB_00101567//thumbnailT.png"
|
|
1572
|
+
},
|
|
1573
|
+
{
|
|
1574
|
+
"id": "VFB_00102110",
|
|
1575
|
+
"name": "[LOP on JRC2018Unisex adult brain](https://v2.virtualflybrain.org/org.geppetto.frontend/geppetto?id=VFB_00102110)",
|
|
1576
|
+
"type": [
|
|
1577
|
+
"lobula plate"
|
|
1578
|
+
],
|
|
1579
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0010/2110/VFB_00101567//thumbnailT.png"
|
|
1580
|
+
}
|
|
1581
|
+
]
|
|
1582
|
+
},
|
|
1583
|
+
"output_format": "table",
|
|
1584
|
+
"count": 46
|
|
1585
|
+
},
|
|
1586
|
+
{
|
|
1587
|
+
"query": "AllAlignedImages",
|
|
1588
|
+
"label": "All images aligned to JRC2018U",
|
|
1589
|
+
"function": "get_all_aligned_images",
|
|
1590
|
+
"takes": {
|
|
1591
|
+
"short_form": {
|
|
1592
|
+
"$and": [
|
|
1593
|
+
"Template",
|
|
1594
|
+
"Individual"
|
|
1595
|
+
]
|
|
1596
|
+
},
|
|
1597
|
+
"default": {
|
|
1598
|
+
"short_form": "VFB_00101567"
|
|
1599
|
+
}
|
|
1600
|
+
},
|
|
1601
|
+
"preview": 10,
|
|
1602
|
+
"preview_columns": [
|
|
1603
|
+
"id",
|
|
1604
|
+
"name",
|
|
1605
|
+
"tags",
|
|
1606
|
+
"type"
|
|
1607
|
+
],
|
|
1608
|
+
"preview_results": {
|
|
1609
|
+
"headers": {
|
|
1610
|
+
"id": {
|
|
1611
|
+
"title": "ID",
|
|
1612
|
+
"type": "selection_id",
|
|
1613
|
+
"order": -1
|
|
1614
|
+
},
|
|
1615
|
+
"name": {
|
|
1616
|
+
"title": "Image",
|
|
1617
|
+
"type": "markdown",
|
|
1618
|
+
"order": 0
|
|
1619
|
+
},
|
|
1620
|
+
"tags": {
|
|
1621
|
+
"title": "Tags",
|
|
1622
|
+
"type": "tags",
|
|
1623
|
+
"order": 1
|
|
1624
|
+
},
|
|
1625
|
+
"type": {
|
|
1626
|
+
"title": "Type",
|
|
1627
|
+
"type": "text",
|
|
1628
|
+
"order": 2
|
|
1629
|
+
}
|
|
1630
|
+
},
|
|
1631
|
+
"rows": [
|
|
1632
|
+
{
|
|
1633
|
+
"id": "VFB_fw137243",
|
|
1634
|
+
"name": "[FlyWire:720575940627896445](https://v2.virtualflybrain.org/org.geppetto.frontend/geppetto?id=VFB_fw137243)",
|
|
1635
|
+
"tags": "secondary_neuron|Nervous_system|GABAergic|Adult|Visual_system|Cholinergic",
|
|
1636
|
+
"type": "transmedullary neuron Tm4"
|
|
1637
|
+
},
|
|
1638
|
+
{
|
|
1639
|
+
"id": "VFB_fw040027",
|
|
1640
|
+
"name": "[FlyWire:720575940620257750](https://v2.virtualflybrain.org/org.geppetto.frontend/geppetto?id=VFB_fw040027)",
|
|
1641
|
+
"tags": "Nervous_system|Adult|Cholinergic",
|
|
1642
|
+
"type": "adult ascending neuron"
|
|
1643
|
+
},
|
|
1644
|
+
{
|
|
1645
|
+
"id": "VFB_fw040027",
|
|
1646
|
+
"name": "[FlyWire:720575940620257750](https://v2.virtualflybrain.org/org.geppetto.frontend/geppetto?id=VFB_fw040027)",
|
|
1647
|
+
"tags": "Nervous_system|Adult|Cholinergic",
|
|
1648
|
+
"type": "adult cholinergic neuron"
|
|
1649
|
+
},
|
|
1650
|
+
{
|
|
1651
|
+
"id": "VFB_fw032724",
|
|
1652
|
+
"name": "[FlyWire:720575940622971283](https://v2.virtualflybrain.org/org.geppetto.frontend/geppetto?id=VFB_fw032724)",
|
|
1653
|
+
"tags": "Adult|Cholinergic|lineage_CM4",
|
|
1654
|
+
"type": "adult crepine neuron 078"
|
|
1655
|
+
},
|
|
1656
|
+
{
|
|
1657
|
+
"id": "VFB_fw010978",
|
|
1658
|
+
"name": "[FlyWire:720575940626992202](https://v2.virtualflybrain.org/org.geppetto.frontend/geppetto?id=VFB_fw010978)",
|
|
1659
|
+
"tags": "Nervous_system|Adult|Cholinergic",
|
|
1660
|
+
"type": "adult CB1903 neuron"
|
|
1661
|
+
},
|
|
1662
|
+
{
|
|
1663
|
+
"id": "VFB_001043rb",
|
|
1664
|
+
"name": "[Mi4_R (JRC_OpticLobe:68363)](https://v2.virtualflybrain.org/org.geppetto.frontend/geppetto?id=VFB_001043rb)",
|
|
1665
|
+
"tags": "secondary_neuron|Nervous_system|Visual_system|GABAergic|Adult",
|
|
1666
|
+
"type": "medulla intrinsic neuron Mi4"
|
|
1667
|
+
},
|
|
1668
|
+
{
|
|
1669
|
+
"id": "VFB_00101vfi",
|
|
1670
|
+
"name": "[JRC_R41H08-GAL4_MCFO_Brain_20190212_63_F5_40x](https://v2.virtualflybrain.org/org.geppetto.frontend/geppetto?id=VFB_00101vfi)",
|
|
1671
|
+
"tags": "Expression_pattern_fragment|Nervous_system|Adult",
|
|
1672
|
+
"type": "expression pattern fragment"
|
|
1673
|
+
},
|
|
1674
|
+
{
|
|
1675
|
+
"id": "VFB_00101bzg",
|
|
1676
|
+
"name": "[VDRC_VT009650-GAL4_MCFO_Brain_20180427_64_E1_40x](https://v2.virtualflybrain.org/org.geppetto.frontend/geppetto?id=VFB_00101bzg)",
|
|
1677
|
+
"tags": "Expression_pattern_fragment|Nervous_system|Adult",
|
|
1678
|
+
"type": "expression pattern fragment"
|
|
1679
|
+
},
|
|
1680
|
+
{
|
|
1681
|
+
"id": "VFB_00043401",
|
|
1682
|
+
"name": "[VDRC_VT043925_LexAGAD_attP40_1](https://v2.virtualflybrain.org/org.geppetto.frontend/geppetto?id=VFB_00043401)",
|
|
1683
|
+
"tags": "Nervous_system|Adult|Expression_pattern",
|
|
1684
|
+
"type": "anatomical entity"
|
|
1685
|
+
},
|
|
1686
|
+
{
|
|
1687
|
+
"id": "VFB_00043401",
|
|
1688
|
+
"name": "[VDRC_VT043925_LexAGAD_attP40_1](https://v2.virtualflybrain.org/org.geppetto.frontend/geppetto?id=VFB_00043401)",
|
|
1689
|
+
"tags": "Nervous_system|Adult|Expression_pattern",
|
|
1690
|
+
"type": "expression pattern"
|
|
1691
|
+
}
|
|
1692
|
+
]
|
|
1693
|
+
},
|
|
1694
|
+
"output_format": "table",
|
|
1695
|
+
"count": 313780
|
|
1696
|
+
},
|
|
1697
|
+
{
|
|
1698
|
+
"query": "AlignedDatasets",
|
|
1699
|
+
"label": "Datasets aligned to JRC2018U",
|
|
1700
|
+
"function": "get_aligned_datasets",
|
|
1701
|
+
"takes": {
|
|
1702
|
+
"short_form": {
|
|
1703
|
+
"$and": [
|
|
1704
|
+
"Template",
|
|
1705
|
+
"Individual"
|
|
1706
|
+
]
|
|
1707
|
+
},
|
|
1708
|
+
"default": {
|
|
1709
|
+
"short_form": "VFB_00101567"
|
|
1710
|
+
}
|
|
1711
|
+
},
|
|
1712
|
+
"preview": 10,
|
|
1713
|
+
"preview_columns": [
|
|
1714
|
+
"id",
|
|
1715
|
+
"name",
|
|
1716
|
+
"tags"
|
|
1717
|
+
],
|
|
1718
|
+
"preview_results": {
|
|
1719
|
+
"headers": {
|
|
1720
|
+
"id": {
|
|
1721
|
+
"title": "ID",
|
|
1722
|
+
"type": "selection_id",
|
|
1723
|
+
"order": -1
|
|
1724
|
+
},
|
|
1725
|
+
"name": {
|
|
1726
|
+
"title": "Dataset",
|
|
1727
|
+
"type": "markdown",
|
|
1728
|
+
"order": 0
|
|
1729
|
+
},
|
|
1730
|
+
"tags": {
|
|
1731
|
+
"title": "Tags",
|
|
1732
|
+
"type": "tags",
|
|
1733
|
+
"order": 1
|
|
1734
|
+
}
|
|
1735
|
+
},
|
|
1736
|
+
"rows": [
|
|
1737
|
+
{
|
|
1738
|
+
"id": "TaiszGalili2022",
|
|
1739
|
+
"name": "[EM FAFB Taisz and Galili et al., 2022](https://v2.virtualflybrain.org/org.geppetto.frontend/geppetto?id=TaiszGalili2022)",
|
|
1740
|
+
"tags": "DataSet"
|
|
1741
|
+
},
|
|
1742
|
+
{
|
|
1743
|
+
"id": "Sayin2019",
|
|
1744
|
+
"name": "[EM FAFB Sayin et al 2019](https://v2.virtualflybrain.org/org.geppetto.frontend/geppetto?id=Sayin2019)",
|
|
1745
|
+
"tags": "DataSet"
|
|
1746
|
+
},
|
|
1747
|
+
{
|
|
1748
|
+
"id": "Robie2017",
|
|
1749
|
+
"name": "[split-GAL4 lines for EB neurons (Robie2017)](https://v2.virtualflybrain.org/org.geppetto.frontend/geppetto?id=Robie2017)",
|
|
1750
|
+
"tags": "DataSet"
|
|
1751
|
+
},
|
|
1752
|
+
{
|
|
1753
|
+
"id": "Otto2020",
|
|
1754
|
+
"name": "[EM FAFB Otto et al 2020](https://v2.virtualflybrain.org/org.geppetto.frontend/geppetto?id=Otto2020)",
|
|
1755
|
+
"tags": "DataSet"
|
|
1756
|
+
},
|
|
1757
|
+
{
|
|
1758
|
+
"id": "Kind2021",
|
|
1759
|
+
"name": "[EM FAFB Kind et al. 2021](https://v2.virtualflybrain.org/org.geppetto.frontend/geppetto?id=Kind2021)",
|
|
1760
|
+
"tags": "DataSet"
|
|
1761
|
+
},
|
|
1762
|
+
{
|
|
1763
|
+
"id": "FlyLight2019Wu2016",
|
|
1764
|
+
"name": "[split-GAL4 lines for LC VPNs (Wu2016)](https://v2.virtualflybrain.org/org.geppetto.frontend/geppetto?id=FlyLight2019Wu2016)",
|
|
1765
|
+
"tags": "DataSet"
|
|
1766
|
+
},
|
|
1767
|
+
{
|
|
1768
|
+
"id": "FlyLight2019Strother2017",
|
|
1769
|
+
"name": "[Splits targetting the visual motion pathway, Strother2017](https://v2.virtualflybrain.org/org.geppetto.frontend/geppetto?id=FlyLight2019Strother2017)",
|
|
1770
|
+
"tags": "DataSet"
|
|
1771
|
+
},
|
|
1772
|
+
{
|
|
1773
|
+
"id": "FlyLight2019LateralHorn2019",
|
|
1774
|
+
"name": "[FlyLight split-GAL4 lines for Lateral Horn](https://v2.virtualflybrain.org/org.geppetto.frontend/geppetto?id=FlyLight2019LateralHorn2019)",
|
|
1775
|
+
"tags": "DataSet"
|
|
1776
|
+
},
|
|
1777
|
+
{
|
|
1778
|
+
"id": "Engert2022",
|
|
1779
|
+
"name": "[EM FAFB Engert et al. 2022](https://v2.virtualflybrain.org/org.geppetto.frontend/geppetto?id=Engert2022)",
|
|
1780
|
+
"tags": "DataSet"
|
|
1781
|
+
},
|
|
1782
|
+
{
|
|
1783
|
+
"id": "Aso2014",
|
|
1784
|
+
"name": "[MBONs and split-GAL4 lines that target them (Aso2014)](https://v2.virtualflybrain.org/org.geppetto.frontend/geppetto?id=Aso2014)",
|
|
1785
|
+
"tags": "DataSet"
|
|
1786
|
+
}
|
|
1787
|
+
]
|
|
1788
|
+
},
|
|
1789
|
+
"output_format": "table",
|
|
1790
|
+
"count": 71
|
|
1791
|
+
},
|
|
1792
|
+
{
|
|
1793
|
+
"query": "AllDatasets",
|
|
1794
|
+
"label": "All available datasets",
|
|
1795
|
+
"function": "get_all_datasets",
|
|
1796
|
+
"takes": {
|
|
1797
|
+
"short_form": {
|
|
1798
|
+
"$and": [
|
|
1799
|
+
"Template"
|
|
1800
|
+
]
|
|
1801
|
+
},
|
|
1802
|
+
"default": {
|
|
1803
|
+
"short_form": "VFB_00101567"
|
|
1804
|
+
}
|
|
1805
|
+
},
|
|
1806
|
+
"preview": 10,
|
|
1807
|
+
"preview_columns": [
|
|
1808
|
+
"id",
|
|
1809
|
+
"name",
|
|
1810
|
+
"tags"
|
|
1811
|
+
],
|
|
1812
|
+
"preview_results": {
|
|
1813
|
+
"headers": {
|
|
1814
|
+
"id": {
|
|
1815
|
+
"title": "ID",
|
|
1816
|
+
"type": "selection_id",
|
|
1817
|
+
"order": -1
|
|
1818
|
+
},
|
|
1819
|
+
"name": {
|
|
1820
|
+
"title": "Dataset",
|
|
1821
|
+
"type": "markdown",
|
|
1822
|
+
"order": 0
|
|
1823
|
+
},
|
|
1824
|
+
"tags": {
|
|
1825
|
+
"title": "Tags",
|
|
1826
|
+
"type": "tags",
|
|
1827
|
+
"order": 1
|
|
1828
|
+
}
|
|
1829
|
+
},
|
|
1830
|
+
"rows": [
|
|
1831
|
+
{
|
|
1832
|
+
"id": "Takemura2023",
|
|
1833
|
+
"name": "[Male Adult Nerve Cord (MANC) connectome neurons](https://v2.virtualflybrain.org/org.geppetto.frontend/geppetto?id=Takemura2023)",
|
|
1834
|
+
"tags": "DataSet"
|
|
1835
|
+
},
|
|
1836
|
+
{
|
|
1837
|
+
"id": "Takagi2017",
|
|
1838
|
+
"name": "[Larval wave neurons and circuit partners - EM (Takagi2017)](https://v2.virtualflybrain.org/org.geppetto.frontend/geppetto?id=Takagi2017)",
|
|
1839
|
+
"tags": "DataSet"
|
|
1840
|
+
},
|
|
1841
|
+
{
|
|
1842
|
+
"id": "TaiszGalili2022",
|
|
1843
|
+
"name": "[EM FAFB Taisz and Galili et al., 2022](https://v2.virtualflybrain.org/org.geppetto.frontend/geppetto?id=TaiszGalili2022)",
|
|
1844
|
+
"tags": "DataSet"
|
|
1845
|
+
},
|
|
1846
|
+
{
|
|
1847
|
+
"id": "Robie2017",
|
|
1848
|
+
"name": "[split-GAL4 lines for EB neurons (Robie2017)](https://v2.virtualflybrain.org/org.geppetto.frontend/geppetto?id=Robie2017)",
|
|
1849
|
+
"tags": "DataSet"
|
|
1850
|
+
},
|
|
1851
|
+
{
|
|
1852
|
+
"id": "Otto2020",
|
|
1853
|
+
"name": "[EM FAFB Otto et al 2020](https://v2.virtualflybrain.org/org.geppetto.frontend/geppetto?id=Otto2020)",
|
|
1854
|
+
"tags": "DataSet"
|
|
1855
|
+
},
|
|
1856
|
+
{
|
|
1857
|
+
"id": "Kind2021",
|
|
1858
|
+
"name": "[EM FAFB Kind et al. 2021](https://v2.virtualflybrain.org/org.geppetto.frontend/geppetto?id=Kind2021)",
|
|
1859
|
+
"tags": "DataSet"
|
|
1860
|
+
},
|
|
1861
|
+
{
|
|
1862
|
+
"id": "Heckscher2015",
|
|
1863
|
+
"name": "[Eve+ neurons, sensorimotor circuit - EM (Heckscher2015)](https://v2.virtualflybrain.org/org.geppetto.frontend/geppetto?id=Heckscher2015)",
|
|
1864
|
+
"tags": "DataSet"
|
|
1865
|
+
},
|
|
1866
|
+
{
|
|
1867
|
+
"id": "FlyLight2019LateralHorn2019",
|
|
1868
|
+
"name": "[FlyLight split-GAL4 lines for Lateral Horn](https://v2.virtualflybrain.org/org.geppetto.frontend/geppetto?id=FlyLight2019LateralHorn2019)",
|
|
1869
|
+
"tags": "DataSet"
|
|
1870
|
+
},
|
|
1871
|
+
{
|
|
1872
|
+
"id": "Engert2022",
|
|
1873
|
+
"name": "[EM FAFB Engert et al. 2022](https://v2.virtualflybrain.org/org.geppetto.frontend/geppetto?id=Engert2022)",
|
|
1874
|
+
"tags": "DataSet"
|
|
1875
|
+
},
|
|
1876
|
+
{
|
|
1877
|
+
"id": "BrainName_Ito_half_brain",
|
|
1878
|
+
"name": "[BrainName neuropils and tracts - Ito half-brain](https://v2.virtualflybrain.org/org.geppetto.frontend/geppetto?id=BrainName_Ito_half_brain)",
|
|
1879
|
+
"tags": "DataSet"
|
|
1880
|
+
}
|
|
1881
|
+
]
|
|
1882
|
+
},
|
|
1883
|
+
"output_format": "table",
|
|
1884
|
+
"count": 115
|
|
1885
|
+
}
|
|
1886
|
+
],
|
|
1887
|
+
"IsIndividual": true,
|
|
1888
|
+
"Images": {
|
|
1889
|
+
"VFB_00101567": [
|
|
1890
|
+
{
|
|
1891
|
+
"id": "VFB_00101567",
|
|
1892
|
+
"label": "JRC2018Unisex",
|
|
1893
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0010/1567/VFB_00101567/thumbnail.png",
|
|
1894
|
+
"thumbnail_transparent": "https://www.virtualflybrain.org/data/VFB/i/0010/1567/VFB_00101567/thumbnailT.png",
|
|
1895
|
+
"nrrd": "https://www.virtualflybrain.org/data/VFB/i/0010/1567/VFB_00101567/volume.nrrd",
|
|
1896
|
+
"wlz": "https://www.virtualflybrain.org/data/VFB/i/0010/1567/VFB_00101567/volume.wlz",
|
|
1897
|
+
"obj": "https://www.virtualflybrain.org/data/VFB/i/0010/1567/VFB_00101567/volume_man.obj",
|
|
1898
|
+
"index": 0,
|
|
1899
|
+
"center": {
|
|
1900
|
+
"X": 605.0,
|
|
1901
|
+
"Y": 283.0,
|
|
1902
|
+
"Z": 87.0
|
|
1903
|
+
},
|
|
1904
|
+
"extent": {
|
|
1905
|
+
"X": 1211.0,
|
|
1906
|
+
"Y": 567.0,
|
|
1907
|
+
"Z": 175.0
|
|
1908
|
+
},
|
|
1909
|
+
"voxel": {
|
|
1910
|
+
"X": 0.5189161,
|
|
1911
|
+
"Y": 0.5189161,
|
|
1912
|
+
"Z": 1.0
|
|
1913
|
+
},
|
|
1914
|
+
"orientation": "LPS"
|
|
1915
|
+
}
|
|
1916
|
+
]
|
|
1917
|
+
},
|
|
1918
|
+
"IsClass": false,
|
|
1919
|
+
"Examples": {},
|
|
1920
|
+
"IsTemplate": true,
|
|
1921
|
+
"Domains": {
|
|
1922
|
+
"0": {
|
|
1923
|
+
"id": "VFB_00101567",
|
|
1924
|
+
"label": "JRC2018U",
|
|
1925
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0010/1567/VFB_00101567/thumbnail.png",
|
|
1926
|
+
"thumbnail_transparent": "https://www.virtualflybrain.org/data/VFB/i/0010/1567/VFB_00101567/thumbnailT.png",
|
|
1927
|
+
"nrrd": "https://www.virtualflybrain.org/data/VFB/i/0010/1567/VFB_00101567/volume.nrrd",
|
|
1928
|
+
"wlz": "https://www.virtualflybrain.org/data/VFB/i/0010/1567/VFB_00101567/volume.wlz",
|
|
1929
|
+
"obj": "https://www.virtualflybrain.org/data/VFB/i/0010/1567/VFB_00101567/volume_man.obj",
|
|
1930
|
+
"index": 0,
|
|
1931
|
+
"center": null,
|
|
1932
|
+
"type_label": "adult brain",
|
|
1933
|
+
"type_id": "FBbt_00003624"
|
|
1934
|
+
},
|
|
1935
|
+
"3": {
|
|
1936
|
+
"id": "VFB_00102107",
|
|
1937
|
+
"label": "ME on JRC2018Unisex adult brain",
|
|
1938
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0010/2107/VFB_00101567/thumbnail.png",
|
|
1939
|
+
"thumbnail_transparent": "https://www.virtualflybrain.org/data/VFB/i/0010/2107/VFB_00101567/thumbnailT.png",
|
|
1940
|
+
"nrrd": "https://www.virtualflybrain.org/data/VFB/i/0010/2107/VFB_00101567/volume.nrrd",
|
|
1941
|
+
"wlz": "https://www.virtualflybrain.org/data/VFB/i/0010/2107/VFB_00101567/volume.wlz",
|
|
1942
|
+
"obj": "https://www.virtualflybrain.org/data/VFB/i/0010/2107/VFB_00101567/volume_man.obj",
|
|
1943
|
+
"index": 3,
|
|
1944
|
+
"center": null,
|
|
1945
|
+
"type_label": "medulla",
|
|
1946
|
+
"type_id": "FBbt_00003748"
|
|
1947
|
+
},
|
|
1948
|
+
"4": {
|
|
1949
|
+
"id": "VFB_00102108",
|
|
1950
|
+
"label": "AME on JRC2018Unisex adult brain",
|
|
1951
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0010/2108/VFB_00101567/thumbnail.png",
|
|
1952
|
+
"thumbnail_transparent": "https://www.virtualflybrain.org/data/VFB/i/0010/2108/VFB_00101567/thumbnailT.png",
|
|
1953
|
+
"nrrd": "https://www.virtualflybrain.org/data/VFB/i/0010/2108/VFB_00101567/volume.nrrd",
|
|
1954
|
+
"wlz": "https://www.virtualflybrain.org/data/VFB/i/0010/2108/VFB_00101567/volume.wlz",
|
|
1955
|
+
"obj": "https://www.virtualflybrain.org/data/VFB/i/0010/2108/VFB_00101567/volume_man.obj",
|
|
1956
|
+
"index": 4,
|
|
1957
|
+
"center": null,
|
|
1958
|
+
"type_label": "accessory medulla",
|
|
1959
|
+
"type_id": "FBbt_00045003"
|
|
1960
|
+
},
|
|
1961
|
+
"5": {
|
|
1962
|
+
"id": "VFB_00102109",
|
|
1963
|
+
"label": "LO on JRC2018Unisex adult brain",
|
|
1964
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0010/2109/VFB_00101567/thumbnail.png",
|
|
1965
|
+
"thumbnail_transparent": "https://www.virtualflybrain.org/data/VFB/i/0010/2109/VFB_00101567/thumbnailT.png",
|
|
1966
|
+
"nrrd": "https://www.virtualflybrain.org/data/VFB/i/0010/2109/VFB_00101567/volume.nrrd",
|
|
1967
|
+
"wlz": "https://www.virtualflybrain.org/data/VFB/i/0010/2109/VFB_00101567/volume.wlz",
|
|
1968
|
+
"obj": "https://www.virtualflybrain.org/data/VFB/i/0010/2109/VFB_00101567/volume_man.obj",
|
|
1969
|
+
"index": 5,
|
|
1970
|
+
"center": null,
|
|
1971
|
+
"type_label": "lobula",
|
|
1972
|
+
"type_id": "FBbt_00003852"
|
|
1973
|
+
},
|
|
1974
|
+
"6": {
|
|
1975
|
+
"id": "VFB_00102110",
|
|
1976
|
+
"label": "LOP on JRC2018Unisex adult brain",
|
|
1977
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0010/2110/VFB_00101567/thumbnail.png",
|
|
1978
|
+
"thumbnail_transparent": "https://www.virtualflybrain.org/data/VFB/i/0010/2110/VFB_00101567/thumbnailT.png",
|
|
1979
|
+
"nrrd": "https://www.virtualflybrain.org/data/VFB/i/0010/2110/VFB_00101567/volume.nrrd",
|
|
1980
|
+
"wlz": "https://www.virtualflybrain.org/data/VFB/i/0010/2110/VFB_00101567/volume.wlz",
|
|
1981
|
+
"obj": "https://www.virtualflybrain.org/data/VFB/i/0010/2110/VFB_00101567/volume_man.obj",
|
|
1982
|
+
"index": 6,
|
|
1983
|
+
"center": null,
|
|
1984
|
+
"type_label": "lobula plate",
|
|
1985
|
+
"type_id": "FBbt_00003885"
|
|
1986
|
+
},
|
|
1987
|
+
"7": {
|
|
1988
|
+
"id": "VFB_00102114",
|
|
1989
|
+
"label": "CA on JRC2018Unisex adult brain",
|
|
1990
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0010/2114/VFB_00101567/thumbnail.png",
|
|
1991
|
+
"thumbnail_transparent": "https://www.virtualflybrain.org/data/VFB/i/0010/2114/VFB_00101567/thumbnailT.png",
|
|
1992
|
+
"nrrd": "https://www.virtualflybrain.org/data/VFB/i/0010/2114/VFB_00101567/volume.nrrd",
|
|
1993
|
+
"wlz": "https://www.virtualflybrain.org/data/VFB/i/0010/2114/VFB_00101567/volume.wlz",
|
|
1994
|
+
"obj": "https://www.virtualflybrain.org/data/VFB/i/0010/2114/VFB_00101567/volume_man.obj",
|
|
1995
|
+
"index": 7,
|
|
1996
|
+
"center": null,
|
|
1997
|
+
"type_label": "calyx of adult mushroom body",
|
|
1998
|
+
"type_id": "FBbt_00007385"
|
|
1999
|
+
},
|
|
2000
|
+
"10": {
|
|
2001
|
+
"id": "VFB_00102118",
|
|
2002
|
+
"label": "PED on JRC2018Unisex adult brain",
|
|
2003
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0010/2118/VFB_00101567/thumbnail.png",
|
|
2004
|
+
"thumbnail_transparent": "https://www.virtualflybrain.org/data/VFB/i/0010/2118/VFB_00101567/thumbnailT.png",
|
|
2005
|
+
"nrrd": "https://www.virtualflybrain.org/data/VFB/i/0010/2118/VFB_00101567/volume.nrrd",
|
|
2006
|
+
"wlz": "https://www.virtualflybrain.org/data/VFB/i/0010/2118/VFB_00101567/volume.wlz",
|
|
2007
|
+
"obj": "https://www.virtualflybrain.org/data/VFB/i/0010/2118/VFB_00101567/volume_man.obj",
|
|
2008
|
+
"index": 10,
|
|
2009
|
+
"center": null,
|
|
2010
|
+
"type_label": "pedunculus of adult mushroom body",
|
|
2011
|
+
"type_id": "FBbt_00007453"
|
|
2012
|
+
},
|
|
2013
|
+
"11": {
|
|
2014
|
+
"id": "VFB_00102119",
|
|
2015
|
+
"label": "aL on JRC2018Unisex adult brain",
|
|
2016
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0010/2119/VFB_00101567/thumbnail.png",
|
|
2017
|
+
"thumbnail_transparent": "https://www.virtualflybrain.org/data/VFB/i/0010/2119/VFB_00101567/thumbnailT.png",
|
|
2018
|
+
"nrrd": "https://www.virtualflybrain.org/data/VFB/i/0010/2119/VFB_00101567/volume.nrrd",
|
|
2019
|
+
"wlz": "https://www.virtualflybrain.org/data/VFB/i/0010/2119/VFB_00101567/volume.wlz",
|
|
2020
|
+
"obj": "https://www.virtualflybrain.org/data/VFB/i/0010/2119/VFB_00101567/volume_man.obj",
|
|
2021
|
+
"index": 11,
|
|
2022
|
+
"center": null,
|
|
2023
|
+
"type_label": "adult mushroom body alpha-lobe",
|
|
2024
|
+
"type_id": "FBbt_00110657"
|
|
2025
|
+
},
|
|
2026
|
+
"12": {
|
|
2027
|
+
"id": "VFB_00102121",
|
|
2028
|
+
"label": "a\\'L on JRC2018Unisex adult brain",
|
|
2029
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0010/2121/VFB_00101567/thumbnail.png",
|
|
2030
|
+
"thumbnail_transparent": "https://www.virtualflybrain.org/data/VFB/i/0010/2121/VFB_00101567/thumbnailT.png",
|
|
2031
|
+
"nrrd": "https://www.virtualflybrain.org/data/VFB/i/0010/2121/VFB_00101567/volume.nrrd",
|
|
2032
|
+
"wlz": "https://www.virtualflybrain.org/data/VFB/i/0010/2121/VFB_00101567/volume.wlz",
|
|
2033
|
+
"obj": "https://www.virtualflybrain.org/data/VFB/i/0010/2121/VFB_00101567/volume_man.obj",
|
|
2034
|
+
"index": 12,
|
|
2035
|
+
"center": null,
|
|
2036
|
+
"type_label": "adult mushroom body alpha'-lobe",
|
|
2037
|
+
"type_id": "FBbt_00013691"
|
|
2038
|
+
},
|
|
2039
|
+
"13": {
|
|
2040
|
+
"id": "VFB_00102123",
|
|
2041
|
+
"label": "bL on JRC2018Unisex adult brain",
|
|
2042
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0010/2123/VFB_00101567/thumbnail.png",
|
|
2043
|
+
"thumbnail_transparent": "https://www.virtualflybrain.org/data/VFB/i/0010/2123/VFB_00101567/thumbnailT.png",
|
|
2044
|
+
"nrrd": "https://www.virtualflybrain.org/data/VFB/i/0010/2123/VFB_00101567/volume.nrrd",
|
|
2045
|
+
"wlz": "https://www.virtualflybrain.org/data/VFB/i/0010/2123/VFB_00101567/volume.wlz",
|
|
2046
|
+
"obj": "https://www.virtualflybrain.org/data/VFB/i/0010/2123/VFB_00101567/volume_man.obj",
|
|
2047
|
+
"index": 13,
|
|
2048
|
+
"center": null,
|
|
2049
|
+
"type_label": "adult mushroom body beta-lobe",
|
|
2050
|
+
"type_id": "FBbt_00110658"
|
|
2051
|
+
},
|
|
2052
|
+
"14": {
|
|
2053
|
+
"id": "VFB_00102124",
|
|
2054
|
+
"label": "b\\'L on JRC2018Unisex adult brain",
|
|
2055
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0010/2124/VFB_00101567/thumbnail.png",
|
|
2056
|
+
"thumbnail_transparent": "https://www.virtualflybrain.org/data/VFB/i/0010/2124/VFB_00101567/thumbnailT.png",
|
|
2057
|
+
"nrrd": "https://www.virtualflybrain.org/data/VFB/i/0010/2124/VFB_00101567/volume.nrrd",
|
|
2058
|
+
"wlz": "https://www.virtualflybrain.org/data/VFB/i/0010/2124/VFB_00101567/volume.wlz",
|
|
2059
|
+
"obj": "https://www.virtualflybrain.org/data/VFB/i/0010/2124/VFB_00101567/volume_man.obj",
|
|
2060
|
+
"index": 14,
|
|
2061
|
+
"center": null,
|
|
2062
|
+
"type_label": "adult mushroom body beta'-lobe",
|
|
2063
|
+
"type_id": "FBbt_00013694"
|
|
2064
|
+
},
|
|
2065
|
+
"15": {
|
|
2066
|
+
"id": "VFB_00102133",
|
|
2067
|
+
"label": "gL on JRC2018Unisex adult brain",
|
|
2068
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0010/2133/VFB_00101567/thumbnail.png",
|
|
2069
|
+
"thumbnail_transparent": "https://www.virtualflybrain.org/data/VFB/i/0010/2133/VFB_00101567/thumbnailT.png",
|
|
2070
|
+
"nrrd": "https://www.virtualflybrain.org/data/VFB/i/0010/2133/VFB_00101567/volume.nrrd",
|
|
2071
|
+
"wlz": "https://www.virtualflybrain.org/data/VFB/i/0010/2133/VFB_00101567/volume.wlz",
|
|
2072
|
+
"obj": "https://www.virtualflybrain.org/data/VFB/i/0010/2133/VFB_00101567/volume_man.obj",
|
|
2073
|
+
"index": 15,
|
|
2074
|
+
"center": null,
|
|
2075
|
+
"type_label": "adult mushroom body gamma-lobe",
|
|
2076
|
+
"type_id": "FBbt_00013695"
|
|
2077
|
+
},
|
|
2078
|
+
"16": {
|
|
2079
|
+
"id": "VFB_00102134",
|
|
2080
|
+
"label": "FB on JRC2018Unisex adult brain",
|
|
2081
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0010/2134/VFB_00101567/thumbnail.png",
|
|
2082
|
+
"thumbnail_transparent": "https://www.virtualflybrain.org/data/VFB/i/0010/2134/VFB_00101567/thumbnailT.png",
|
|
2083
|
+
"nrrd": "https://www.virtualflybrain.org/data/VFB/i/0010/2134/VFB_00101567/volume.nrrd",
|
|
2084
|
+
"wlz": "https://www.virtualflybrain.org/data/VFB/i/0010/2134/VFB_00101567/volume.wlz",
|
|
2085
|
+
"obj": "https://www.virtualflybrain.org/data/VFB/i/0010/2134/VFB_00101567/volume_man.obj",
|
|
2086
|
+
"index": 16,
|
|
2087
|
+
"center": null,
|
|
2088
|
+
"type_label": "fan-shaped body",
|
|
2089
|
+
"type_id": "FBbt_00003679"
|
|
2090
|
+
},
|
|
2091
|
+
"18": {
|
|
2092
|
+
"id": "VFB_00102135",
|
|
2093
|
+
"label": "EB on JRC2018Unisex adult brain",
|
|
2094
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0010/2135/VFB_00101567/thumbnail.png",
|
|
2095
|
+
"thumbnail_transparent": "https://www.virtualflybrain.org/data/VFB/i/0010/2135/VFB_00101567/thumbnailT.png",
|
|
2096
|
+
"nrrd": "https://www.virtualflybrain.org/data/VFB/i/0010/2135/VFB_00101567/volume.nrrd",
|
|
2097
|
+
"wlz": "https://www.virtualflybrain.org/data/VFB/i/0010/2135/VFB_00101567/volume.wlz",
|
|
2098
|
+
"obj": "https://www.virtualflybrain.org/data/VFB/i/0010/2135/VFB_00101567/volume_man.obj",
|
|
2099
|
+
"index": 18,
|
|
2100
|
+
"center": null,
|
|
2101
|
+
"type_label": "ellipsoid body",
|
|
2102
|
+
"type_id": "FBbt_00003678"
|
|
2103
|
+
},
|
|
2104
|
+
"19": {
|
|
2105
|
+
"id": "VFB_00102137",
|
|
2106
|
+
"label": "PB on JRC2018Unisex adult brain",
|
|
2107
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0010/2137/VFB_00101567/thumbnail.png",
|
|
2108
|
+
"thumbnail_transparent": "https://www.virtualflybrain.org/data/VFB/i/0010/2137/VFB_00101567/thumbnailT.png",
|
|
2109
|
+
"nrrd": "https://www.virtualflybrain.org/data/VFB/i/0010/2137/VFB_00101567/volume.nrrd",
|
|
2110
|
+
"wlz": "https://www.virtualflybrain.org/data/VFB/i/0010/2137/VFB_00101567/volume.wlz",
|
|
2111
|
+
"obj": "https://www.virtualflybrain.org/data/VFB/i/0010/2137/VFB_00101567/volume_man.obj",
|
|
2112
|
+
"index": 19,
|
|
2113
|
+
"center": null,
|
|
2114
|
+
"type_label": "protocerebral bridge",
|
|
2115
|
+
"type_id": "FBbt_00003668"
|
|
2116
|
+
},
|
|
2117
|
+
"21": {
|
|
2118
|
+
"id": "VFB_00102139",
|
|
2119
|
+
"label": "BU on JRC2018Unisex adult brain",
|
|
2120
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0010/2139/VFB_00101567/thumbnail.png",
|
|
2121
|
+
"thumbnail_transparent": "https://www.virtualflybrain.org/data/VFB/i/0010/2139/VFB_00101567/thumbnailT.png",
|
|
2122
|
+
"nrrd": "https://www.virtualflybrain.org/data/VFB/i/0010/2139/VFB_00101567/volume.nrrd",
|
|
2123
|
+
"wlz": "https://www.virtualflybrain.org/data/VFB/i/0010/2139/VFB_00101567/volume.wlz",
|
|
2124
|
+
"obj": "https://www.virtualflybrain.org/data/VFB/i/0010/2139/VFB_00101567/volume_man.obj",
|
|
2125
|
+
"index": 21,
|
|
2126
|
+
"center": null,
|
|
2127
|
+
"type_label": "bulb",
|
|
2128
|
+
"type_id": "FBbt_00003682"
|
|
2129
|
+
},
|
|
2130
|
+
"22": {
|
|
2131
|
+
"id": "VFB_00102140",
|
|
2132
|
+
"label": "LAL on JRC2018Unisex adult brain",
|
|
2133
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0010/2140/VFB_00101567/thumbnail.png",
|
|
2134
|
+
"thumbnail_transparent": "https://www.virtualflybrain.org/data/VFB/i/0010/2140/VFB_00101567/thumbnailT.png",
|
|
2135
|
+
"nrrd": "https://www.virtualflybrain.org/data/VFB/i/0010/2140/VFB_00101567/volume.nrrd",
|
|
2136
|
+
"wlz": "https://www.virtualflybrain.org/data/VFB/i/0010/2140/VFB_00101567/volume.wlz",
|
|
2137
|
+
"obj": "https://www.virtualflybrain.org/data/VFB/i/0010/2140/VFB_00101567/volume_man.obj",
|
|
2138
|
+
"index": 22,
|
|
2139
|
+
"center": null,
|
|
2140
|
+
"type_label": "adult lateral accessory lobe",
|
|
2141
|
+
"type_id": "FBbt_00003681"
|
|
2142
|
+
},
|
|
2143
|
+
"23": {
|
|
2144
|
+
"id": "VFB_00102141",
|
|
2145
|
+
"label": "AOTU on JRC2018Unisex adult brain",
|
|
2146
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0010/2141/VFB_00101567/thumbnail.png",
|
|
2147
|
+
"thumbnail_transparent": "https://www.virtualflybrain.org/data/VFB/i/0010/2141/VFB_00101567/thumbnailT.png",
|
|
2148
|
+
"nrrd": "https://www.virtualflybrain.org/data/VFB/i/0010/2141/VFB_00101567/volume.nrrd",
|
|
2149
|
+
"wlz": "https://www.virtualflybrain.org/data/VFB/i/0010/2141/VFB_00101567/volume.wlz",
|
|
2150
|
+
"obj": "https://www.virtualflybrain.org/data/VFB/i/0010/2141/VFB_00101567/volume_man.obj",
|
|
2151
|
+
"index": 23,
|
|
2152
|
+
"center": null,
|
|
2153
|
+
"type_label": "anterior optic tubercle",
|
|
2154
|
+
"type_id": "FBbt_00007059"
|
|
2155
|
+
},
|
|
2156
|
+
"24": {
|
|
2157
|
+
"id": "VFB_00102146",
|
|
2158
|
+
"label": "AVLP on JRC2018Unisex adult brain",
|
|
2159
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0010/2146/VFB_00101567/thumbnail.png",
|
|
2160
|
+
"thumbnail_transparent": "https://www.virtualflybrain.org/data/VFB/i/0010/2146/VFB_00101567/thumbnailT.png",
|
|
2161
|
+
"nrrd": "https://www.virtualflybrain.org/data/VFB/i/0010/2146/VFB_00101567/volume.nrrd",
|
|
2162
|
+
"wlz": "https://www.virtualflybrain.org/data/VFB/i/0010/2146/VFB_00101567/volume.wlz",
|
|
2163
|
+
"obj": "https://www.virtualflybrain.org/data/VFB/i/0010/2146/VFB_00101567/volume_man.obj",
|
|
2164
|
+
"index": 24,
|
|
2165
|
+
"center": null,
|
|
2166
|
+
"type_label": "anterior ventrolateral protocerebrum",
|
|
2167
|
+
"type_id": "FBbt_00040043"
|
|
2168
|
+
},
|
|
2169
|
+
"25": {
|
|
2170
|
+
"id": "VFB_00102148",
|
|
2171
|
+
"label": "PVLP on JRC2018Unisex adult brain",
|
|
2172
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0010/2148/VFB_00101567/thumbnail.png",
|
|
2173
|
+
"thumbnail_transparent": "https://www.virtualflybrain.org/data/VFB/i/0010/2148/VFB_00101567/thumbnailT.png",
|
|
2174
|
+
"nrrd": "https://www.virtualflybrain.org/data/VFB/i/0010/2148/VFB_00101567/volume.nrrd",
|
|
2175
|
+
"wlz": "https://www.virtualflybrain.org/data/VFB/i/0010/2148/VFB_00101567/volume.wlz",
|
|
2176
|
+
"obj": "https://www.virtualflybrain.org/data/VFB/i/0010/2148/VFB_00101567/volume_man.obj",
|
|
2177
|
+
"index": 25,
|
|
2178
|
+
"center": null,
|
|
2179
|
+
"type_label": "posterior ventrolateral protocerebrum",
|
|
2180
|
+
"type_id": "FBbt_00040042"
|
|
2181
|
+
},
|
|
2182
|
+
"26": {
|
|
2183
|
+
"id": "VFB_00102152",
|
|
2184
|
+
"label": "PLP on JRC2018Unisex adult brain",
|
|
2185
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0010/2152/VFB_00101567/thumbnail.png",
|
|
2186
|
+
"thumbnail_transparent": "https://www.virtualflybrain.org/data/VFB/i/0010/2152/VFB_00101567/thumbnailT.png",
|
|
2187
|
+
"nrrd": "https://www.virtualflybrain.org/data/VFB/i/0010/2152/VFB_00101567/volume.nrrd",
|
|
2188
|
+
"wlz": "https://www.virtualflybrain.org/data/VFB/i/0010/2152/VFB_00101567/volume.wlz",
|
|
2189
|
+
"obj": "https://www.virtualflybrain.org/data/VFB/i/0010/2152/VFB_00101567/volume_man.obj",
|
|
2190
|
+
"index": 26,
|
|
2191
|
+
"center": null,
|
|
2192
|
+
"type_label": "posterior lateral protocerebrum",
|
|
2193
|
+
"type_id": "FBbt_00040044"
|
|
2194
|
+
},
|
|
2195
|
+
"27": {
|
|
2196
|
+
"id": "VFB_00102154",
|
|
2197
|
+
"label": "WED on JRC2018Unisex adult brain",
|
|
2198
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0010/2154/VFB_00101567/thumbnail.png",
|
|
2199
|
+
"thumbnail_transparent": "https://www.virtualflybrain.org/data/VFB/i/0010/2154/VFB_00101567/thumbnailT.png",
|
|
2200
|
+
"nrrd": "https://www.virtualflybrain.org/data/VFB/i/0010/2154/VFB_00101567/volume.nrrd",
|
|
2201
|
+
"wlz": "https://www.virtualflybrain.org/data/VFB/i/0010/2154/VFB_00101567/volume.wlz",
|
|
2202
|
+
"obj": "https://www.virtualflybrain.org/data/VFB/i/0010/2154/VFB_00101567/volume_man.obj",
|
|
2203
|
+
"index": 27,
|
|
2204
|
+
"center": null,
|
|
2205
|
+
"type_label": "wedge",
|
|
2206
|
+
"type_id": "FBbt_00045027"
|
|
2207
|
+
},
|
|
2208
|
+
"28": {
|
|
2209
|
+
"id": "VFB_00102159",
|
|
2210
|
+
"label": "LH on JRC2018Unisex adult brain",
|
|
2211
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0010/2159/VFB_00101567/thumbnail.png",
|
|
2212
|
+
"thumbnail_transparent": "https://www.virtualflybrain.org/data/VFB/i/0010/2159/VFB_00101567/thumbnailT.png",
|
|
2213
|
+
"nrrd": "https://www.virtualflybrain.org/data/VFB/i/0010/2159/VFB_00101567/volume.nrrd",
|
|
2214
|
+
"wlz": "https://www.virtualflybrain.org/data/VFB/i/0010/2159/VFB_00101567/volume.wlz",
|
|
2215
|
+
"obj": "https://www.virtualflybrain.org/data/VFB/i/0010/2159/VFB_00101567/volume_man.obj",
|
|
2216
|
+
"index": 28,
|
|
2217
|
+
"center": null,
|
|
2218
|
+
"type_label": "adult lateral horn",
|
|
2219
|
+
"type_id": "FBbt_00007053"
|
|
2220
|
+
},
|
|
2221
|
+
"29": {
|
|
2222
|
+
"id": "VFB_00102162",
|
|
2223
|
+
"label": "SLP on JRC2018Unisex adult brain",
|
|
2224
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0010/2162/VFB_00101567/thumbnail.png",
|
|
2225
|
+
"thumbnail_transparent": "https://www.virtualflybrain.org/data/VFB/i/0010/2162/VFB_00101567/thumbnailT.png",
|
|
2226
|
+
"nrrd": "https://www.virtualflybrain.org/data/VFB/i/0010/2162/VFB_00101567/volume.nrrd",
|
|
2227
|
+
"wlz": "https://www.virtualflybrain.org/data/VFB/i/0010/2162/VFB_00101567/volume.wlz",
|
|
2228
|
+
"obj": "https://www.virtualflybrain.org/data/VFB/i/0010/2162/VFB_00101567/volume_man.obj",
|
|
2229
|
+
"index": 29,
|
|
2230
|
+
"center": null,
|
|
2231
|
+
"type_label": "superior lateral protocerebrum",
|
|
2232
|
+
"type_id": "FBbt_00007054"
|
|
2233
|
+
},
|
|
2234
|
+
"30": {
|
|
2235
|
+
"id": "VFB_00102164",
|
|
2236
|
+
"label": "SIP on JRC2018Unisex adult brain",
|
|
2237
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0010/2164/VFB_00101567/thumbnail.png",
|
|
2238
|
+
"thumbnail_transparent": "https://www.virtualflybrain.org/data/VFB/i/0010/2164/VFB_00101567/thumbnailT.png",
|
|
2239
|
+
"nrrd": "https://www.virtualflybrain.org/data/VFB/i/0010/2164/VFB_00101567/volume.nrrd",
|
|
2240
|
+
"wlz": "https://www.virtualflybrain.org/data/VFB/i/0010/2164/VFB_00101567/volume.wlz",
|
|
2241
|
+
"obj": "https://www.virtualflybrain.org/data/VFB/i/0010/2164/VFB_00101567/volume_man.obj",
|
|
2242
|
+
"index": 30,
|
|
2243
|
+
"center": null,
|
|
2244
|
+
"type_label": "superior intermediate protocerebrum",
|
|
2245
|
+
"type_id": "FBbt_00045032"
|
|
2246
|
+
},
|
|
2247
|
+
"31": {
|
|
2248
|
+
"id": "VFB_00102170",
|
|
2249
|
+
"label": "SMP on JRC2018Unisex adult brain",
|
|
2250
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0010/2170/VFB_00101567/thumbnail.png",
|
|
2251
|
+
"thumbnail_transparent": "https://www.virtualflybrain.org/data/VFB/i/0010/2170/VFB_00101567/thumbnailT.png",
|
|
2252
|
+
"nrrd": "https://www.virtualflybrain.org/data/VFB/i/0010/2170/VFB_00101567/volume.nrrd",
|
|
2253
|
+
"wlz": "https://www.virtualflybrain.org/data/VFB/i/0010/2170/VFB_00101567/volume.wlz",
|
|
2254
|
+
"obj": "https://www.virtualflybrain.org/data/VFB/i/0010/2170/VFB_00101567/volume_man.obj",
|
|
2255
|
+
"index": 31,
|
|
2256
|
+
"center": null,
|
|
2257
|
+
"type_label": "superior medial protocerebrum",
|
|
2258
|
+
"type_id": "FBbt_00007055"
|
|
2259
|
+
},
|
|
2260
|
+
"32": {
|
|
2261
|
+
"id": "VFB_00102171",
|
|
2262
|
+
"label": "CRE on JRC2018Unisex adult brain",
|
|
2263
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0010/2171/VFB_00101567/thumbnail.png",
|
|
2264
|
+
"thumbnail_transparent": "https://www.virtualflybrain.org/data/VFB/i/0010/2171/VFB_00101567/thumbnailT.png",
|
|
2265
|
+
"nrrd": "https://www.virtualflybrain.org/data/VFB/i/0010/2171/VFB_00101567/volume.nrrd",
|
|
2266
|
+
"wlz": "https://www.virtualflybrain.org/data/VFB/i/0010/2171/VFB_00101567/volume.wlz",
|
|
2267
|
+
"obj": "https://www.virtualflybrain.org/data/VFB/i/0010/2171/VFB_00101567/volume_man.obj",
|
|
2268
|
+
"index": 32,
|
|
2269
|
+
"center": null,
|
|
2270
|
+
"type_label": "adult crepine",
|
|
2271
|
+
"type_id": "FBbt_00045037"
|
|
2272
|
+
},
|
|
2273
|
+
"33": {
|
|
2274
|
+
"id": "VFB_00102174",
|
|
2275
|
+
"label": "ROB on JRC2018Unisex adult brain",
|
|
2276
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0010/2174/VFB_00101567/thumbnail.png",
|
|
2277
|
+
"thumbnail_transparent": "https://www.virtualflybrain.org/data/VFB/i/0010/2174/VFB_00101567/thumbnailT.png",
|
|
2278
|
+
"nrrd": "https://www.virtualflybrain.org/data/VFB/i/0010/2174/VFB_00101567/volume.nrrd",
|
|
2279
|
+
"wlz": "https://www.virtualflybrain.org/data/VFB/i/0010/2174/VFB_00101567/volume.wlz",
|
|
2280
|
+
"obj": "https://www.virtualflybrain.org/data/VFB/i/0010/2174/VFB_00101567/volume_man.obj",
|
|
2281
|
+
"index": 33,
|
|
2282
|
+
"center": null,
|
|
2283
|
+
"type_label": "adult round body",
|
|
2284
|
+
"type_id": "FBbt_00048509"
|
|
2285
|
+
},
|
|
2286
|
+
"34": {
|
|
2287
|
+
"id": "VFB_00102175",
|
|
2288
|
+
"label": "RUB on JRC2018Unisex adult brain",
|
|
2289
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0010/2175/VFB_00101567/thumbnail.png",
|
|
2290
|
+
"thumbnail_transparent": "https://www.virtualflybrain.org/data/VFB/i/0010/2175/VFB_00101567/thumbnailT.png",
|
|
2291
|
+
"nrrd": "https://www.virtualflybrain.org/data/VFB/i/0010/2175/VFB_00101567/volume.nrrd",
|
|
2292
|
+
"wlz": "https://www.virtualflybrain.org/data/VFB/i/0010/2175/VFB_00101567/volume.wlz",
|
|
2293
|
+
"obj": "https://www.virtualflybrain.org/data/VFB/i/0010/2175/VFB_00101567/volume_man.obj",
|
|
2294
|
+
"index": 34,
|
|
2295
|
+
"center": null,
|
|
2296
|
+
"type_label": "rubus",
|
|
2297
|
+
"type_id": "FBbt_00040038"
|
|
2298
|
+
},
|
|
2299
|
+
"35": {
|
|
2300
|
+
"id": "VFB_00102176",
|
|
2301
|
+
"label": "SCL on JRC2018Unisex adult brain",
|
|
2302
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0010/2176/VFB_00101567/thumbnail.png",
|
|
2303
|
+
"thumbnail_transparent": "https://www.virtualflybrain.org/data/VFB/i/0010/2176/VFB_00101567/thumbnailT.png",
|
|
2304
|
+
"nrrd": "https://www.virtualflybrain.org/data/VFB/i/0010/2176/VFB_00101567/volume.nrrd",
|
|
2305
|
+
"wlz": "https://www.virtualflybrain.org/data/VFB/i/0010/2176/VFB_00101567/volume.wlz",
|
|
2306
|
+
"obj": "https://www.virtualflybrain.org/data/VFB/i/0010/2176/VFB_00101567/volume_man.obj",
|
|
2307
|
+
"index": 35,
|
|
2308
|
+
"center": null,
|
|
2309
|
+
"type_label": "superior clamp",
|
|
2310
|
+
"type_id": "FBbt_00040048"
|
|
2311
|
+
},
|
|
2312
|
+
"36": {
|
|
2313
|
+
"id": "VFB_00102179",
|
|
2314
|
+
"label": "ICL on JRC2018Unisex adult brain",
|
|
2315
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0010/2179/VFB_00101567/thumbnail.png",
|
|
2316
|
+
"thumbnail_transparent": "https://www.virtualflybrain.org/data/VFB/i/0010/2179/VFB_00101567/thumbnailT.png",
|
|
2317
|
+
"nrrd": "https://www.virtualflybrain.org/data/VFB/i/0010/2179/VFB_00101567/volume.nrrd",
|
|
2318
|
+
"wlz": "https://www.virtualflybrain.org/data/VFB/i/0010/2179/VFB_00101567/volume.wlz",
|
|
2319
|
+
"obj": "https://www.virtualflybrain.org/data/VFB/i/0010/2179/VFB_00101567/volume_man.obj",
|
|
2320
|
+
"index": 36,
|
|
2321
|
+
"center": null,
|
|
2322
|
+
"type_label": "inferior clamp",
|
|
2323
|
+
"type_id": "FBbt_00040049"
|
|
2324
|
+
},
|
|
2325
|
+
"37": {
|
|
2326
|
+
"id": "VFB_00102185",
|
|
2327
|
+
"label": "IB on JRC2018Unisex adult brain",
|
|
2328
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0010/2185/VFB_00101567/thumbnail.png",
|
|
2329
|
+
"thumbnail_transparent": "https://www.virtualflybrain.org/data/VFB/i/0010/2185/VFB_00101567/thumbnailT.png",
|
|
2330
|
+
"nrrd": "https://www.virtualflybrain.org/data/VFB/i/0010/2185/VFB_00101567/volume.nrrd",
|
|
2331
|
+
"wlz": "https://www.virtualflybrain.org/data/VFB/i/0010/2185/VFB_00101567/volume.wlz",
|
|
2332
|
+
"obj": "https://www.virtualflybrain.org/data/VFB/i/0010/2185/VFB_00101567/volume_man.obj",
|
|
2333
|
+
"index": 37,
|
|
2334
|
+
"center": null,
|
|
2335
|
+
"type_label": "inferior bridge",
|
|
2336
|
+
"type_id": "FBbt_00040050"
|
|
2337
|
+
},
|
|
2338
|
+
"38": {
|
|
2339
|
+
"id": "VFB_00102190",
|
|
2340
|
+
"label": "ATL on JRC2018Unisex adult brain",
|
|
2341
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0010/2190/VFB_00101567/thumbnail.png",
|
|
2342
|
+
"thumbnail_transparent": "https://www.virtualflybrain.org/data/VFB/i/0010/2190/VFB_00101567/thumbnailT.png",
|
|
2343
|
+
"nrrd": "https://www.virtualflybrain.org/data/VFB/i/0010/2190/VFB_00101567/volume.nrrd",
|
|
2344
|
+
"wlz": "https://www.virtualflybrain.org/data/VFB/i/0010/2190/VFB_00101567/volume.wlz",
|
|
2345
|
+
"obj": "https://www.virtualflybrain.org/data/VFB/i/0010/2190/VFB_00101567/volume_man.obj",
|
|
2346
|
+
"index": 38,
|
|
2347
|
+
"center": null,
|
|
2348
|
+
"type_label": "antler",
|
|
2349
|
+
"type_id": "FBbt_00045039"
|
|
2350
|
+
},
|
|
2351
|
+
"39": {
|
|
2352
|
+
"id": "VFB_00102201",
|
|
2353
|
+
"label": "AL on JRC2018Unisex adult brain",
|
|
2354
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0010/2201/VFB_00101567/thumbnail.png",
|
|
2355
|
+
"thumbnail_transparent": "https://www.virtualflybrain.org/data/VFB/i/0010/2201/VFB_00101567/thumbnailT.png",
|
|
2356
|
+
"nrrd": "https://www.virtualflybrain.org/data/VFB/i/0010/2201/VFB_00101567/volume.nrrd",
|
|
2357
|
+
"wlz": "https://www.virtualflybrain.org/data/VFB/i/0010/2201/VFB_00101567/volume.wlz",
|
|
2358
|
+
"obj": "https://www.virtualflybrain.org/data/VFB/i/0010/2201/VFB_00101567/volume_man.obj",
|
|
2359
|
+
"index": 39,
|
|
2360
|
+
"center": null,
|
|
2361
|
+
"type_label": "adult antennal lobe",
|
|
2362
|
+
"type_id": "FBbt_00007401"
|
|
2363
|
+
},
|
|
2364
|
+
"40": {
|
|
2365
|
+
"id": "VFB_00102212",
|
|
2366
|
+
"label": "VES on JRC2018Unisex adult brain",
|
|
2367
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0010/2212/VFB_00101567/thumbnail.png",
|
|
2368
|
+
"thumbnail_transparent": "https://www.virtualflybrain.org/data/VFB/i/0010/2212/VFB_00101567/thumbnailT.png",
|
|
2369
|
+
"nrrd": "https://www.virtualflybrain.org/data/VFB/i/0010/2212/VFB_00101567/volume.nrrd",
|
|
2370
|
+
"wlz": "https://www.virtualflybrain.org/data/VFB/i/0010/2212/VFB_00101567/volume.wlz",
|
|
2371
|
+
"obj": "https://www.virtualflybrain.org/data/VFB/i/0010/2212/VFB_00101567/volume_man.obj",
|
|
2372
|
+
"index": 40,
|
|
2373
|
+
"center": null,
|
|
2374
|
+
"type_label": "vest",
|
|
2375
|
+
"type_id": "FBbt_00040041"
|
|
2376
|
+
},
|
|
2377
|
+
"41": {
|
|
2378
|
+
"id": "VFB_00102213",
|
|
2379
|
+
"label": "EPA on JRC2018Unisex adult brain",
|
|
2380
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0010/2213/VFB_00101567/thumbnail.png",
|
|
2381
|
+
"thumbnail_transparent": "https://www.virtualflybrain.org/data/VFB/i/0010/2213/VFB_00101567/thumbnailT.png",
|
|
2382
|
+
"nrrd": "https://www.virtualflybrain.org/data/VFB/i/0010/2213/VFB_00101567/volume.nrrd",
|
|
2383
|
+
"wlz": "https://www.virtualflybrain.org/data/VFB/i/0010/2213/VFB_00101567/volume.wlz",
|
|
2384
|
+
"obj": "https://www.virtualflybrain.org/data/VFB/i/0010/2213/VFB_00101567/volume_man.obj",
|
|
2385
|
+
"index": 41,
|
|
2386
|
+
"center": null,
|
|
2387
|
+
"type_label": "epaulette",
|
|
2388
|
+
"type_id": "FBbt_00040040"
|
|
2389
|
+
},
|
|
2390
|
+
"42": {
|
|
2391
|
+
"id": "VFB_00102214",
|
|
2392
|
+
"label": "GOR on JRC2018Unisex adult brain",
|
|
2393
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0010/2214/VFB_00101567/thumbnail.png",
|
|
2394
|
+
"thumbnail_transparent": "https://www.virtualflybrain.org/data/VFB/i/0010/2214/VFB_00101567/thumbnailT.png",
|
|
2395
|
+
"nrrd": "https://www.virtualflybrain.org/data/VFB/i/0010/2214/VFB_00101567/volume.nrrd",
|
|
2396
|
+
"wlz": "https://www.virtualflybrain.org/data/VFB/i/0010/2214/VFB_00101567/volume.wlz",
|
|
2397
|
+
"obj": "https://www.virtualflybrain.org/data/VFB/i/0010/2214/VFB_00101567/volume_man.obj",
|
|
2398
|
+
"index": 42,
|
|
2399
|
+
"center": null,
|
|
2400
|
+
"type_label": "gorget",
|
|
2401
|
+
"type_id": "FBbt_00040039"
|
|
2402
|
+
},
|
|
2403
|
+
"43": {
|
|
2404
|
+
"id": "VFB_00102215",
|
|
2405
|
+
"label": "SPS on JRC2018Unisex adult brain",
|
|
2406
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0010/2215/VFB_00101567/thumbnail.png",
|
|
2407
|
+
"thumbnail_transparent": "https://www.virtualflybrain.org/data/VFB/i/0010/2215/VFB_00101567/thumbnailT.png",
|
|
2408
|
+
"nrrd": "https://www.virtualflybrain.org/data/VFB/i/0010/2215/VFB_00101567/volume.nrrd",
|
|
2409
|
+
"wlz": "https://www.virtualflybrain.org/data/VFB/i/0010/2215/VFB_00101567/volume.wlz",
|
|
2410
|
+
"obj": "https://www.virtualflybrain.org/data/VFB/i/0010/2215/VFB_00101567/volume_man.obj",
|
|
2411
|
+
"index": 43,
|
|
2412
|
+
"center": null,
|
|
2413
|
+
"type_label": "superior posterior slope",
|
|
2414
|
+
"type_id": "FBbt_00045040"
|
|
2415
|
+
},
|
|
2416
|
+
"44": {
|
|
2417
|
+
"id": "VFB_00102218",
|
|
2418
|
+
"label": "IPS on JRC2018Unisex adult brain",
|
|
2419
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0010/2218/VFB_00101567/thumbnail.png",
|
|
2420
|
+
"thumbnail_transparent": "https://www.virtualflybrain.org/data/VFB/i/0010/2218/VFB_00101567/thumbnailT.png",
|
|
2421
|
+
"nrrd": "https://www.virtualflybrain.org/data/VFB/i/0010/2218/VFB_00101567/volume.nrrd",
|
|
2422
|
+
"wlz": "https://www.virtualflybrain.org/data/VFB/i/0010/2218/VFB_00101567/volume.wlz",
|
|
2423
|
+
"obj": "https://www.virtualflybrain.org/data/VFB/i/0010/2218/VFB_00101567/volume_man.obj",
|
|
2424
|
+
"index": 44,
|
|
2425
|
+
"center": null,
|
|
2426
|
+
"type_label": "inferior posterior slope",
|
|
2427
|
+
"type_id": "FBbt_00045046"
|
|
2428
|
+
},
|
|
2429
|
+
"45": {
|
|
2430
|
+
"id": "VFB_00102271",
|
|
2431
|
+
"label": "SAD on JRC2018Unisex adult brain",
|
|
2432
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0010/2271/VFB_00101567/thumbnail.png",
|
|
2433
|
+
"thumbnail_transparent": "https://www.virtualflybrain.org/data/VFB/i/0010/2271/VFB_00101567/thumbnailT.png",
|
|
2434
|
+
"nrrd": "https://www.virtualflybrain.org/data/VFB/i/0010/2271/VFB_00101567/volume.nrrd",
|
|
2435
|
+
"wlz": "https://www.virtualflybrain.org/data/VFB/i/0010/2271/VFB_00101567/volume.wlz",
|
|
2436
|
+
"obj": "https://www.virtualflybrain.org/data/VFB/i/0010/2271/VFB_00101567/volume_man.obj",
|
|
2437
|
+
"index": 45,
|
|
2438
|
+
"center": null,
|
|
2439
|
+
"type_label": "saddle",
|
|
2440
|
+
"type_id": "FBbt_00045048"
|
|
2441
|
+
},
|
|
2442
|
+
"46": {
|
|
2443
|
+
"id": "VFB_00102273",
|
|
2444
|
+
"label": "AMMC on JRC2018Unisex adult brain",
|
|
2445
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0010/2273/VFB_00101567/thumbnail.png",
|
|
2446
|
+
"thumbnail_transparent": "https://www.virtualflybrain.org/data/VFB/i/0010/2273/VFB_00101567/thumbnailT.png",
|
|
2447
|
+
"nrrd": "https://www.virtualflybrain.org/data/VFB/i/0010/2273/VFB_00101567/volume.nrrd",
|
|
2448
|
+
"wlz": "https://www.virtualflybrain.org/data/VFB/i/0010/2273/VFB_00101567/volume.wlz",
|
|
2449
|
+
"obj": "https://www.virtualflybrain.org/data/VFB/i/0010/2273/VFB_00101567/volume_man.obj",
|
|
2450
|
+
"index": 46,
|
|
2451
|
+
"center": null,
|
|
2452
|
+
"type_label": "antennal mechanosensory and motor center",
|
|
2453
|
+
"type_id": "FBbt_00003982"
|
|
2454
|
+
},
|
|
2455
|
+
"47": {
|
|
2456
|
+
"id": "VFB_00102274",
|
|
2457
|
+
"label": "FLA on JRC2018Unisex adult brain",
|
|
2458
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0010/2274/VFB_00101567/thumbnail.png",
|
|
2459
|
+
"thumbnail_transparent": "https://www.virtualflybrain.org/data/VFB/i/0010/2274/VFB_00101567/thumbnailT.png",
|
|
2460
|
+
"nrrd": "https://www.virtualflybrain.org/data/VFB/i/0010/2274/VFB_00101567/volume.nrrd",
|
|
2461
|
+
"wlz": "https://www.virtualflybrain.org/data/VFB/i/0010/2274/VFB_00101567/volume.wlz",
|
|
2462
|
+
"obj": "https://www.virtualflybrain.org/data/VFB/i/0010/2274/VFB_00101567/volume_man.obj",
|
|
2463
|
+
"index": 47,
|
|
2464
|
+
"center": null,
|
|
2465
|
+
"type_label": "flange",
|
|
2466
|
+
"type_id": "FBbt_00045050"
|
|
2467
|
+
},
|
|
2468
|
+
"48": {
|
|
2469
|
+
"id": "VFB_00102275",
|
|
2470
|
+
"label": "CAN on JRC2018Unisex adult brain",
|
|
2471
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0010/2275/VFB_00101567/thumbnail.png",
|
|
2472
|
+
"thumbnail_transparent": "https://www.virtualflybrain.org/data/VFB/i/0010/2275/VFB_00101567/thumbnailT.png",
|
|
2473
|
+
"nrrd": "https://www.virtualflybrain.org/data/VFB/i/0010/2275/VFB_00101567/volume.nrrd",
|
|
2474
|
+
"wlz": "https://www.virtualflybrain.org/data/VFB/i/0010/2275/VFB_00101567/volume.wlz",
|
|
2475
|
+
"obj": "https://www.virtualflybrain.org/data/VFB/i/0010/2275/VFB_00101567/volume_man.obj",
|
|
2476
|
+
"index": 48,
|
|
2477
|
+
"center": null,
|
|
2478
|
+
"type_label": "cantle",
|
|
2479
|
+
"type_id": "FBbt_00045051"
|
|
2480
|
+
},
|
|
2481
|
+
"49": {
|
|
2482
|
+
"id": "VFB_00102276",
|
|
2483
|
+
"label": "PRW on JRC2018Unisex adult brain",
|
|
2484
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0010/2276/VFB_00101567/thumbnail.png",
|
|
2485
|
+
"thumbnail_transparent": "https://www.virtualflybrain.org/data/VFB/i/0010/2276/VFB_00101567/thumbnailT.png",
|
|
2486
|
+
"nrrd": "https://www.virtualflybrain.org/data/VFB/i/0010/2276/VFB_00101567/volume.nrrd",
|
|
2487
|
+
"wlz": "https://www.virtualflybrain.org/data/VFB/i/0010/2276/VFB_00101567/volume.wlz",
|
|
2488
|
+
"obj": "https://www.virtualflybrain.org/data/VFB/i/0010/2276/VFB_00101567/volume_man.obj",
|
|
2489
|
+
"index": 49,
|
|
2490
|
+
"center": null,
|
|
2491
|
+
"type_label": "prow",
|
|
2492
|
+
"type_id": "FBbt_00040051"
|
|
2493
|
+
},
|
|
2494
|
+
"50": {
|
|
2495
|
+
"id": "VFB_00102280",
|
|
2496
|
+
"label": "GNG on JRC2018Unisex adult brain",
|
|
2497
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0010/2280/VFB_00101567/thumbnail.png",
|
|
2498
|
+
"thumbnail_transparent": "https://www.virtualflybrain.org/data/VFB/i/0010/2280/VFB_00101567/thumbnailT.png",
|
|
2499
|
+
"nrrd": "https://www.virtualflybrain.org/data/VFB/i/0010/2280/VFB_00101567/volume.nrrd",
|
|
2500
|
+
"wlz": "https://www.virtualflybrain.org/data/VFB/i/0010/2280/VFB_00101567/volume.wlz",
|
|
2501
|
+
"obj": "https://www.virtualflybrain.org/data/VFB/i/0010/2280/VFB_00101567/volume_man.obj",
|
|
2502
|
+
"index": 50,
|
|
2503
|
+
"center": null,
|
|
2504
|
+
"type_label": "adult gnathal ganglion",
|
|
2505
|
+
"type_id": "FBbt_00014013"
|
|
2506
|
+
},
|
|
2507
|
+
"59": {
|
|
2508
|
+
"id": "VFB_00102281",
|
|
2509
|
+
"label": "GA on JRC2018Unisex adult brain",
|
|
2510
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0010/2281/VFB_00101567/thumbnail.png",
|
|
2511
|
+
"thumbnail_transparent": "https://www.virtualflybrain.org/data/VFB/i/0010/2281/VFB_00101567/thumbnailT.png",
|
|
2512
|
+
"nrrd": "https://www.virtualflybrain.org/data/VFB/i/0010/2281/VFB_00101567/volume.nrrd",
|
|
2513
|
+
"wlz": "https://www.virtualflybrain.org/data/VFB/i/0010/2281/VFB_00101567/volume.wlz",
|
|
2514
|
+
"obj": "https://www.virtualflybrain.org/data/VFB/i/0010/2281/VFB_00101567/volume_man.obj",
|
|
2515
|
+
"index": 59,
|
|
2516
|
+
"center": null,
|
|
2517
|
+
"type_label": "gall",
|
|
2518
|
+
"type_id": "FBbt_00040060"
|
|
2519
|
+
},
|
|
2520
|
+
"94": {
|
|
2521
|
+
"id": "VFB_00102282",
|
|
2522
|
+
"label": "NO on JRC2018Unisex adult brain",
|
|
2523
|
+
"thumbnail": "https://www.virtualflybrain.org/data/VFB/i/0010/2282/VFB_00101567/thumbnail.png",
|
|
2524
|
+
"thumbnail_transparent": "https://www.virtualflybrain.org/data/VFB/i/0010/2282/VFB_00101567/thumbnailT.png",
|
|
2525
|
+
"nrrd": "https://www.virtualflybrain.org/data/VFB/i/0010/2282/VFB_00101567/volume.nrrd",
|
|
2526
|
+
"wlz": "https://www.virtualflybrain.org/data/VFB/i/0010/2282/VFB_00101567/volume.wlz",
|
|
2527
|
+
"obj": "https://www.virtualflybrain.org/data/VFB/i/0010/2282/VFB_00101567/volume_man.obj",
|
|
2528
|
+
"index": 94,
|
|
2529
|
+
"center": null,
|
|
2530
|
+
"type_label": "nodulus",
|
|
2531
|
+
"type_id": "FBbt_00003680"
|
|
2532
|
+
}
|
|
2533
|
+
},
|
|
2534
|
+
"Licenses": {
|
|
2535
|
+
"0": {
|
|
2536
|
+
"iri": "http://virtualflybrain.org/reports/VFBlicense_CC_BY_NC_SA_4_0",
|
|
2537
|
+
"short_form": "VFBlicense_CC_BY_NC_SA_4_0",
|
|
2538
|
+
"label": "CC-BY-NC-SA_4.0",
|
|
2539
|
+
"icon": "http://mirrors.creativecommons.org/presskit/buttons/88x31/png/by-nc-sa.png",
|
|
2540
|
+
"source": "JRC 2018 templates & ROIs",
|
|
2541
|
+
"source_iri": "http://virtualflybrain.org/reports/JRC2018"
|
|
2542
|
+
}
|
|
2543
|
+
},
|
|
2544
|
+
"Publications": [],
|
|
2545
|
+
"Synonyms": []
|
|
2546
|
+
}
|
|
2547
|
+
```
|
|
2548
|
+
|
|
2549
|
+
Queries:
|
|
2550
|
+
```python
|
|
2551
|
+
vfb.get_instances('FBbt_00003748', return_dataframe=False)
|
|
2552
|
+
```
|
|
2553
|
+
```json
|
|
2554
|
+
{
|
|
2555
|
+
"headers": {
|
|
2556
|
+
"id": {
|
|
2557
|
+
"title": "Add",
|
|
2558
|
+
"type": "selection_id",
|
|
2559
|
+
"order": -1
|
|
2560
|
+
},
|
|
2561
|
+
"label": {
|
|
2562
|
+
"title": "Name",
|
|
2563
|
+
"type": "markdown",
|
|
2564
|
+
"order": 0,
|
|
2565
|
+
"sort": {
|
|
2566
|
+
"0": "Asc"
|
|
2567
|
+
}
|
|
2568
|
+
},
|
|
2569
|
+
"parent": {
|
|
2570
|
+
"title": "Parent Type",
|
|
2571
|
+
"type": "markdown",
|
|
2572
|
+
"order": 1
|
|
2573
|
+
},
|
|
2574
|
+
"template": {
|
|
2575
|
+
"title": "Template",
|
|
2576
|
+
"type": "markdown",
|
|
2577
|
+
"order": 4
|
|
2578
|
+
},
|
|
2579
|
+
"tags": {
|
|
2580
|
+
"title": "Gross Types",
|
|
2581
|
+
"type": "tags",
|
|
2582
|
+
"order": 3
|
|
2583
|
+
},
|
|
2584
|
+
"source": {
|
|
2585
|
+
"title": "Data Source",
|
|
2586
|
+
"type": "markdown",
|
|
2587
|
+
"order": 5
|
|
2588
|
+
},
|
|
2589
|
+
"source_id": {
|
|
2590
|
+
"title": "Data Source",
|
|
2591
|
+
"type": "markdown",
|
|
2592
|
+
"order": 6
|
|
2593
|
+
},
|
|
2594
|
+
"dataset": {
|
|
2595
|
+
"title": "Dataset",
|
|
2596
|
+
"type": "markdown",
|
|
2597
|
+
"order": 7
|
|
2598
|
+
},
|
|
2599
|
+
"license": {
|
|
2600
|
+
"title": "License",
|
|
2601
|
+
"type": "markdown",
|
|
2602
|
+
"order": 8
|
|
2603
|
+
},
|
|
2604
|
+
"thumbnail": {
|
|
2605
|
+
"title": "Thumbnail",
|
|
2606
|
+
"type": "markdown",
|
|
2607
|
+
"order": 9
|
|
2608
|
+
}
|
|
2609
|
+
},
|
|
2610
|
+
"rows": [
|
|
2611
|
+
{
|
|
2612
|
+
"id": "VFB_00102107",
|
|
2613
|
+
"label": "[ME on JRC2018Unisex adult brain](VFB_00102107)",
|
|
2614
|
+
"tags": "Nervous_system|Adult|Visual_system|Synaptic_neuropil_domain",
|
|
2615
|
+
"parent": "[medulla](FBbt_00003748)",
|
|
2616
|
+
"source": "",
|
|
2617
|
+
"source_id": "",
|
|
2618
|
+
"template": "[JRC2018U](VFB_00101567)",
|
|
2619
|
+
"dataset": "[JRC 2018 templates & ROIs](JRC2018)",
|
|
2620
|
+
"license": "",
|
|
2621
|
+
"thumbnail": "[](VFB_00101567,VFB_00102107)"
|
|
2622
|
+
},
|
|
2623
|
+
{
|
|
2624
|
+
"id": "VFB_00101385",
|
|
2625
|
+
"label": "[ME(R) on JRC_FlyEM_Hemibrain](VFB_00101385)",
|
|
2626
|
+
"tags": "Nervous_system|Adult|Visual_system|Synaptic_neuropil_domain",
|
|
2627
|
+
"parent": "[medulla](FBbt_00003748)",
|
|
2628
|
+
"source": "",
|
|
2629
|
+
"source_id": "",
|
|
2630
|
+
"template": "[JRCFIB2018Fum](VFB_00101384)",
|
|
2631
|
+
"dataset": "[JRC_FlyEM_Hemibrain painted domains](Xu2020roi)",
|
|
2632
|
+
"license": "",
|
|
2633
|
+
"thumbnail": "[ on JRC_FlyEM_Hemibrain aligned to JRCFIB2018Fum\")](VFB_00101384,VFB_00101385)"
|
|
2634
|
+
},
|
|
2635
|
+
{
|
|
2636
|
+
"id": "VFB_00030810",
|
|
2637
|
+
"label": "[medulla on adult brain template Ito2014](VFB_00030810)",
|
|
2638
|
+
"tags": "Nervous_system|Visual_system|Adult|Synaptic_neuropil_domain",
|
|
2639
|
+
"parent": "[medulla](FBbt_00003748)",
|
|
2640
|
+
"source": "",
|
|
2641
|
+
"source_id": "",
|
|
2642
|
+
"template": "[adult brain template Ito2014](VFB_00030786)",
|
|
2643
|
+
"dataset": "[BrainName neuropils and tracts - Ito half-brain](BrainName_Ito_half_brain)",
|
|
2644
|
+
"license": "",
|
|
2645
|
+
"thumbnail": "[](VFB_00030786,VFB_00030810)"
|
|
2646
|
+
},
|
|
2647
|
+
{
|
|
2648
|
+
"id": "VFB_00030624",
|
|
2649
|
+
"label": "[medulla on adult brain template JFRC2](VFB_00030624)",
|
|
2650
|
+
"tags": "Nervous_system|Visual_system|Adult|Synaptic_neuropil_domain",
|
|
2651
|
+
"parent": "[medulla](FBbt_00003748)",
|
|
2652
|
+
"source": "",
|
|
2653
|
+
"source_id": "",
|
|
2654
|
+
"template": "[JFRC2](VFB_00017894)",
|
|
2655
|
+
"dataset": "[BrainName neuropils on adult brain JFRC2 (Jenett, Shinomya)](JenettShinomya_BrainName)",
|
|
2656
|
+
"license": "",
|
|
2657
|
+
"thumbnail": "[](VFB_00017894,VFB_00030624)"
|
|
2658
|
+
}
|
|
2659
|
+
],
|
|
2660
|
+
"count": 4
|
|
2661
|
+
}
|
|
2662
|
+
```
|
|
2663
|
+
|
|
2664
|
+
```python
|
|
2665
|
+
vfb.get_templates(return_dataframe=False)
|
|
2666
|
+
```
|
|
2667
|
+
```json
|
|
2668
|
+
{
|
|
2669
|
+
"headers": {
|
|
2670
|
+
"id": {
|
|
2671
|
+
"title": "Add",
|
|
2672
|
+
"type": "selection_id",
|
|
2673
|
+
"order": -1
|
|
2674
|
+
},
|
|
2675
|
+
"order": {
|
|
2676
|
+
"title": "Order",
|
|
2677
|
+
"type": "numeric",
|
|
2678
|
+
"order": 1,
|
|
2679
|
+
"sort": {
|
|
2680
|
+
"0": "Asc"
|
|
2681
|
+
}
|
|
2682
|
+
},
|
|
2683
|
+
"name": {
|
|
2684
|
+
"title": "Name",
|
|
2685
|
+
"type": "markdown",
|
|
2686
|
+
"order": 1,
|
|
2687
|
+
"sort": {
|
|
2688
|
+
"1": "Asc"
|
|
2689
|
+
}
|
|
2690
|
+
},
|
|
2691
|
+
"tags": {
|
|
2692
|
+
"title": "Tags",
|
|
2693
|
+
"type": "tags",
|
|
2694
|
+
"order": 2
|
|
2695
|
+
},
|
|
2696
|
+
"thumbnail": {
|
|
2697
|
+
"title": "Thumbnail",
|
|
2698
|
+
"type": "markdown",
|
|
2699
|
+
"order": 9
|
|
2700
|
+
},
|
|
2701
|
+
"dataset": {
|
|
2702
|
+
"title": "Dataset",
|
|
2703
|
+
"type": "metadata",
|
|
2704
|
+
"order": 3
|
|
2705
|
+
},
|
|
2706
|
+
"license": {
|
|
2707
|
+
"title": "License",
|
|
2708
|
+
"type": "metadata",
|
|
2709
|
+
"order": 4
|
|
2710
|
+
}
|
|
2711
|
+
},
|
|
2712
|
+
"rows": [
|
|
2713
|
+
{
|
|
2714
|
+
"id": "VFB_00200000",
|
|
2715
|
+
"order": 2,
|
|
2716
|
+
"name": "[JRCVNC2018U](VFB_00200000)",
|
|
2717
|
+
"tags": "Nervous_system|Adult|Ganglion",
|
|
2718
|
+
"thumbnail": "[](VFB_00200000)",
|
|
2719
|
+
"dataset": "[JRC 2018 templates & ROIs](JRC2018)",
|
|
2720
|
+
"license": "[CC-BY-NC-SA](VFBlicense_CC_BY_NC_SA_4_0)"
|
|
2721
|
+
},
|
|
2722
|
+
{
|
|
2723
|
+
"id": "VFB_00120000",
|
|
2724
|
+
"order": 10,
|
|
2725
|
+
"name": "[Adult T1 Leg (Kuan2020)](VFB_00120000)",
|
|
2726
|
+
"tags": "Adult|Anatomy",
|
|
2727
|
+
"thumbnail": "[')](VFB_00120000)",
|
|
2728
|
+
"dataset": "[Millimeter-scale imaging of a Drosophila leg at single-neuron resolution](Kuan2020)",
|
|
2729
|
+
"license": "[CC_BY](VFBlicense_CC_BY_4_0)"
|
|
2730
|
+
},
|
|
2731
|
+
{
|
|
2732
|
+
"id": "VFB_00110000",
|
|
2733
|
+
"order": 9,
|
|
2734
|
+
"name": "[Adult Head (McKellar2020)](VFB_00110000)",
|
|
2735
|
+
"tags": "Adult|Anatomy",
|
|
2736
|
+
"thumbnail": "[')](VFB_00110000)",
|
|
2737
|
+
"dataset": "[GAL4 lines from McKellar et al., 2020](McKellar2020)",
|
|
2738
|
+
"license": "[CC_BY_SA](VFBlicense_CC_BY_SA_4_0)"
|
|
2739
|
+
},
|
|
2740
|
+
{
|
|
2741
|
+
"id": "VFB_00101567",
|
|
2742
|
+
"order": 1,
|
|
2743
|
+
"name": "[JRC2018U](VFB_00101567)",
|
|
2744
|
+
"tags": "Nervous_system|Adult",
|
|
2745
|
+
"thumbnail": "[](VFB_00101567)",
|
|
2746
|
+
"dataset": "[JRC 2018 templates & ROIs](JRC2018)",
|
|
2747
|
+
"license": "[CC-BY-NC-SA](VFBlicense_CC_BY_NC_SA_4_0)"
|
|
2748
|
+
},
|
|
2749
|
+
{
|
|
2750
|
+
"id": "VFB_00101384",
|
|
2751
|
+
"order": 4,
|
|
2752
|
+
"name": "[JRCFIB2018Fum](VFB_00101384)",
|
|
2753
|
+
"tags": "Nervous_system|Adult",
|
|
2754
|
+
"thumbnail": "[](VFB_00101384)",
|
|
2755
|
+
"dataset": "[JRC_FlyEM_Hemibrain painted domains](Xu2020roi)",
|
|
2756
|
+
"license": "[CC_BY](VFBlicense_CC_BY_4_0)"
|
|
2757
|
+
},
|
|
2758
|
+
{
|
|
2759
|
+
"id": "VFB_00100000",
|
|
2760
|
+
"order": 7,
|
|
2761
|
+
"name": "[COURT2018VNS](VFB_00100000)",
|
|
2762
|
+
"tags": "Nervous_system|Adult|Ganglion",
|
|
2763
|
+
"thumbnail": "[](VFB_00100000)",
|
|
2764
|
+
"dataset": "[Adult VNS neuropils (Court2017)](Court2017)",
|
|
2765
|
+
"license": "[CC_BY_SA](VFBlicense_CC_BY_SA_4_0)"
|
|
2766
|
+
},
|
|
2767
|
+
{
|
|
2768
|
+
"id": "VFB_00050000",
|
|
2769
|
+
"order": 5,
|
|
2770
|
+
"name": "[L1 larval CNS ssTEM - Cardona/Janelia](VFB_00050000)",
|
|
2771
|
+
"tags": "Nervous_system|Larva",
|
|
2772
|
+
"thumbnail": "[](VFB_00050000)",
|
|
2773
|
+
"dataset": "[larval hugin neurons - EM (Schlegel2016)](Schlegel2016), [Neurons involved in larval fast escape response - EM (Ohyama2016)](Ohyama2015)",
|
|
2774
|
+
"license": "[CC_BY](VFBlicense_CC_BY_4_0), [CC_BY_SA](VFBlicense_CC_BY_SA_4_0)"
|
|
2775
|
+
},
|
|
2776
|
+
{
|
|
2777
|
+
"id": "VFB_00049000",
|
|
2778
|
+
"order": 6,
|
|
2779
|
+
"name": "[L3 CNS template - Wood2018](VFB_00049000)",
|
|
2780
|
+
"tags": "Nervous_system|Larva",
|
|
2781
|
+
"thumbnail": "[](VFB_00049000)",
|
|
2782
|
+
"dataset": "[L3 Larval CNS Template (Truman2016)](Truman2016)",
|
|
2783
|
+
"license": "[CC_BY_SA](VFBlicense_CC_BY_SA_4_0)"
|
|
2784
|
+
},
|
|
2785
|
+
{
|
|
2786
|
+
"id": "VFB_00030786",
|
|
2787
|
+
"order": 8,
|
|
2788
|
+
"name": "[adult brain template Ito2014](VFB_00030786)",
|
|
2789
|
+
"tags": "Nervous_system|Adult",
|
|
2790
|
+
"thumbnail": "[](VFB_00030786)",
|
|
2791
|
+
"dataset": "[BrainName neuropils and tracts - Ito half-brain](BrainName_Ito_half_brain)",
|
|
2792
|
+
"license": "[CC_BY_SA](VFBlicense_CC_BY_SA_4_0)"
|
|
2793
|
+
},
|
|
2794
|
+
{
|
|
2795
|
+
"id": "VFB_00017894",
|
|
2796
|
+
"order": 3,
|
|
2797
|
+
"name": "[JFRC2](VFB_00017894)",
|
|
2798
|
+
"tags": "Nervous_system|Adult",
|
|
2799
|
+
"thumbnail": "[](VFB_00017894)",
|
|
2800
|
+
"dataset": "[FlyLight - GMR GAL4 collection (Jenett2012)](Jenett2012)",
|
|
2801
|
+
"license": "[CC-BY-NC-SA](VFBlicense_CC_BY_NC_SA_4_0)"
|
|
2802
|
+
}
|
|
2803
|
+
],
|
|
2804
|
+
"count": 10
|
|
2805
|
+
}
|
|
2806
|
+
```
|