ABD1.5 CATMAID Data Viewer
This CATMAID (Collaborative Annotation Toolkit for Massive Amounts of Image Data) instance hosts the neuroanatomical data from wild-type Drosophila larval abdominal segments, providing reference datasets for mechanosensory and motor circuit studies.
Access
The ABD1.5 CATMAID instance is hosted and maintained by Virtual Fly Brain (VFB) as part of their mission to integrate and preserve key Drosophila neuroscience datasets. The instance is accessible at: https://abd1.5.catmaid.virtualflybrain.org/
This resource provides wild-type reference data for the abdominal nerve cord of first instar Drosophila larvae, serving as a baseline for comparative connectomics studies. Virtual Fly Brain ensures its long-term availability to the research community.
Source Publications
This dataset contains neuron reconstructions from multiple foundational connectomics studies:
Ohyama T, Schneider-Mizell CM, Fetter RD, Aleman JV, Franconville R, Rivera-Alba M, et al. (2015). A multilevel multimodal circuit enhances action selection in Drosophila. Nature, 520(7545), 633-639. https://doi.org/10.1038/nature14297
Schneider-Mizell CM, Gerhard S, Longair M, Kazimiers T, Li F, Zwart MF, et al. (2016). Quantitative neuroanatomy for connectomics in Drosophila. eLife, 5, e12059. https://doi.org/10.7554/eLife.12059
Valdes-Aleman J, Fetter RD, Sales EC, Heckman EL, Venkatasubramanian L, Doe CQ, et al. (2021). Comparative Connectomics Reveals How Partner Identity, Location, and Activity Specify Synaptic Connectivity in the Drosophila Motor System. Neuron, 109(1), 105-120.e7. https://doi.org/10.1016/j.neuron.2020.10.004
Dataset Contents
The viewer provides access to:
- Serial section electron microscopy data of Drosophila 1st instar larval CNS (1.5-segment abdominal fraction, A2-A3 segments)
- Image resolution: 3.8 nm x 3.8 nm x 40 nm (x, y, z)
- Wild-type control neural tissue
- Hundreds of manually traced and reconstructed neurons
- Synaptic connectivity information
- Associated metadata and annotations
Reconstructed Neuron Types
This dataset includes extensive reconstructions of:
Sensory neurons:
- Mechanosensory chordotonal neurons (lch5 subtypes)
- Nociceptive multidendritic neurons (ddaC, ddaD, ddaE, vdaB, v’ada)
- Polymodal sensory neurons (v’ch, vchA/B, vchB/A)
Interneurons:
- Basin (Bs) interneurons (excitatory modulation)
- Proprioceptive and intersegmental interneurons
- Premotor interneurons (extensive IS premotor reconstructions)
- Motor circuit interneurons (Looper, Pseudolooper, Scepter, Bowl, Chair classes)
Motor neurons:
- Identified motor neurons (aCC, RP2)
- Putative motor neurons and muscle-innervating neurons
Other circuit elements:
- Intersegmental connections
- Spillover neurons (anterior and posterior processes)
- Additional circuit fragments and auxiliary neurons
Technical Details
The EM volume was prepared and imaged following protocols detailed in Ohyama et al. (2015). Neurons were reconstructed using CATMAID to obtain skeletonized structures and connectivity information. All synaptic connections represent chemical synapses.
Key neuron types identifiable in this dataset include:
- Mechanosensory chordotonal neurons (input sensory neurons)
- Basin (Bs) interneurons (excitatory integration)
- Drunken (Dr), Griddle (Gr), and Ladder (Ld) interneurons (inhibitory modulation)
- Nociceptive multidendritic neurons (noxious stimulus detection)
- Local and ascending interneurons
These neurons are uniquely identifiable based on:
- Nerve entry point of the main neurite into the neuropil
- Growth pattern of main axonal and dendritic branches
- Bilateral vs ipsilateral projections
- Position of terminal projections within the neuropil
Features
This CATMAID instance enables:
- Browser-based visualization of serial section electron microscopy data
- Navigation through image stacks
- Viewing of neuron reconstructions
- Analysis of synaptic connectivity
- Data export functionality
Available Tools
- Tracing tool for examining reconstructions
- Neuron search interface
- Connectivity analysis tools
- Skeleton visualization options
- API access for programmatic data retrieval (documentation: https://catmaid.readthedocs.io/en/stable/api.html): https://abd1.5.catmaid.virtualflybrain.org/apis/
Public API token
Read-only access to this instance is open to everyone, but most of CATMAID’s query
endpoints are POST rather than GET, and POST requests are subject to a CSRF check.
Command-line and server-side clients (pymaid, curl, scripts) can satisfy that check by
requesting a page first and replaying the cookie they are given. Code running in a
browser cannot: it can neither read a cookie belonging to another site nor set a
Referer header. Browser-based tools should therefore authenticate as the anonymous
user, using this token:
ce6984c9d4d00a40d3173a9aad3924afe6612c43
This token is published deliberately and is not a secret. It authenticates as
AnonymousUser, whose only permission on this project is can_browse, so it grants
exactly the read access this page already offers to everyone and nothing further.
Write requests made with it are refused by the server.
Send it in either the X-Authorization or the Authorization header:
curl -X POST https://abd1.5.catmaid.virtualflybrain.org/1/skeleton/neuronnames \
-H "X-Authorization: Token ce6984c9d4d00a40d3173a9aad3924afe6612c43" \
--data "skids[0]=16"
Citation Guidelines
When using this data, please cite the relevant research:
For mechanosensory and motor circuit data: Valdes-Aleman J, et al. (2021). Comparative Connectomics Reveals How Partner Identity, Location, and Activity Specify Synaptic Connectivity in the Drosophila Motor System. Neuron, 109(1), 105-120.e7. https://doi.org/10.1016/j.neuron.2020.10.004
For foundational circuit architecture and quantitative neuroanatomy: Ohyama T, et al. (2015). A multilevel multimodal circuit enhances action selection in Drosophila. Nature, 520(7545), 633-639. https://doi.org/10.1038/nature14297
For quantitative neuroanatomy methodology: Schneider-Mizell CM, et al. (2016). Quantitative neuroanatomy for connectomics in Drosophila. eLife, 5, e12059. https://doi.org/10.7554/eLife.12059
The CATMAID platform: Saalfeld S, Cardona A, Hartenstein V, Tomančák P (2009) CATMAID: collaborative annotation toolkit for massive amounts of image data. Bioinformatics 25(15): 1984-1986. https://doi.org/10.1093/bioinformatics/btp266
Maintenance & Support
This resource is archived, hosted, and maintained by Virtual Fly Brain (VFB - https://virtualflybrain.org) as part of their commitment to preserving and making accessible critical Drosophila neuroscience data resources.