Here, we show how to analyze dendritic routing of Drosophila medulla neurons in columns and layers. The workflow includes a dual-view imaging technique to improve the image quality and computational tools for tracing, registering dendritic arbors to the reference column array and for analyzing the dendritic structures in 3D space.
In many regions of the central nervous systems, such as the fly optic lobes and the vertebrate cortex, synaptic circuits are organized in layers and columns to facilitate brain wiring during development and information processing in developed animals. Postsynaptic neurons elaborate dendrites in type-specific patterns in specific layers to synapse with appropriate presynaptic terminals. The fly medulla neuropil is composed of 10 layers and about 750 columns; each column is innervated by dendrites of over 38 types of medulla neurons, which match with the axonal terminals of some 7 types of afferents in a type-specific fashion. This report details the procedures to image and analyze dendrites of medulla neurons. The workflow includes three sections: (i) the dual-view imaging section combines two confocal image stacks collected at orthogonal orientations into a high-resolution 3D image of dendrites; (ii) the dendrite tracing and registration section traces dendritic arbors in 3D and registers dendritic traces to the reference column array; (iii) the dendritic analysis section analyzes dendritic patterns with respect to columns and layers, including layer-specific termination and planar projection direction of dendritic arbors, and derives estimates of dendritic branching and termination frequencies. The protocols utilize custom plugins built on the open-source MIPAV (Medical Imaging Processing, Analysis, and Visualization) platform and custom toolboxes in the matrix laboratory language. Together, these protocols provide a complete workflow to analyze the dendritic routing of Drosophila medulla neurons in layers and columns, to identify cell types, and to determine defects in mutants.
During development, neurons elaborate dendrites in complex but stereotyped branched patterns to form synapses with their presynaptic partners. Dendritic branching patterns correlate with neuronal identity and functions. The locations of dendritic arbors determine the type of presynaptic inputs they receive, while the dendritic branching complexity and field sizes govern the input number. Thus, dendritic morphological properties are critical determinants for synaptic connectivity and neuronal computation. In many regions of complex brains, such as the fly optic lobes and the vertebrate retina, synaptic circuits are organized in columns and layers to facilitate information processing1,2. In such a column and layer organization, presynaptic neurons of a distinct modality project axons to terminate at a specific layer (so-called layer-specific targeting) and to form an orderly two-dimensional array (so-called topographic map), while postsynaptic neurons extend dendrites of appropriate sizes in specific layers to receive presynaptic inputs of the correct types and numbers. While axonal targeting to layers and columns has been well studied3,4, much less is known about how dendrites are routed to specific layers and expand appropriately sized receptive fields to form synaptic connections with the correct presynaptic partners5. The difficulty of imaging and quantifying dendritic targeting to layers and columns has hindered the study of dendritic development in columnar and laminated brain structures.
Drosophila medulla neurons are an ideal model for studying dendritic routing and circuit assembly in columns and layers. The fly medulla neuropil is organized as a 3D lattice of 10 layers and approximately 750 columns. Each column is innervated by a set of afferents, including photoreceptors R7/R8 and lamina neurons L1 – L5, whose axonal terminals form topographic maps in a layer-specific fashion6. About 38 types of medulla neurons are present in every medulla column and elaborate dendrites in specific layers and with appropriate field sizes to receive inputs from these afferents7. The synaptic circuits in the medulla have been reconstructed at the electron microscopic level; thus, the synaptic partnerships are well established7,8. Furthermore, genetic tools for labeling various types of medulla neurons are available9,10,11. By examining three types of transmedulla (Tm) neurons (Tm2, Tm9 and Tm20), we have previously identified two cell-type-specific dendritic attributes: (i) Tm neurons project dendrites in either the anterior or posterior direction (planar projection direction), depending on the cell types and (ii) dendrites of medulla neurons terminate in specific medulla layers in a cell-type-specific fashion (layer-specific termination)12. Planar projection direction and layer-specific termination are sufficient to differentiate these three types of Tm neurons, while mutations that disrupt Tm responses to layer and column cues affect distinct aspects of these attributes.
Here, we present a complete workflow for examining the dendritic patterning of Drosophila medulla neurons in columns and layers (Figure 1). First, we show a dual-view imaging method, which uses customized software to combine two confocal image stacks to generate high-quality isotropic images. This method requires only conventional confocal microscopy to generate high-quality images that allow for the reliable tracing of dendritic branches, without resorting to super-resolution microscopy, such as STED (Stimulated Emission Depletion) or structural illumination. Second, we present a method for tracing dendritic arbors and for registering the resulting neurite traces to a reference column array. Third, we show the computational methods for extracting information on the planar projection direction and layer-specific termination of dendrites, as well as for deriving estimates for dendritic branching and termination frequencies. Together, these methods allow for the characterization of dendritic patterns in 3D, the classification of cell types based on dendritic morphologies, and the identification of potential defects in mutants.
Note: The protocol contains three sections: dual-view imaging (sections 1 – 3), dendritic tracing and registration (sections 4 – 6), and dendritic analysis (sections 7 – 9) (Figure 1). The codes and example files are provided in Table of Materials/Equipment.
1. Dual-image Acquisition
NOTE: This step is designed to acquire two image stacks of the neuron of interest in two orthogonal (horizontal and frontal) orientations.
2. Image Deconvolution
NOTE: The deconvolution step uses image deconvolution software to restore the acquired images that are degraded by blurring and noise. While this step is optional, it significantly improves image quality. It is recommended to use deconvolved image stacks for image registration and combination in section 3.
3. Dual-view Image Combination
Note: This step combines two image stacks to generate high-resolution 3D images using the MIPAV software.
4. Neurite Tracing and Reference Point Assignment
NOTE: This step is to trace neurites (4.1) and to assign reference points for registration (4.2) using the image visualization software.
5. Rigid-body and TPS Nonlinear Registration
NOTE: This step is to register the neurite traces (in iv format) to the reference column array and to generate a registered swc file using the MIPAV program. This section requires the following files: the recombined image stack (.ids) from step 3.3, the reference point file (.csv) from step 4.2, and the neurite trace filament file (.iv) from step 4.1.
6. Standardization to Right-ventral Configuration
NOTE: This step is to convert the neurite traces (in swc format) to standard RV (right-ventral) configuration using the custom script "RV_standardization.m." Here, the script was written in the matrix laboratory language. The names of the input swc files should be in the following format: "NeuronName_Number_Configuration.swc" (e.g., Tm20_3_LV.swc).
7. Calculate Dendritic Branching and Terminating Frequencies
NOTE: This step uses rigid-body registered swc files to calculate the Kaplan-Meier estimators for the probability that a dendritic segment will reach a given length without terminating. This script uses two Dendritic_Tree_Toolbox functions: extractDendriticSegmentLengthDistribution and estimateDendriticSegmentLengthProbability.
8. Plot the Distribution of Layer-specific Termination of Dendritic Arbors
NOTE: This step plots the distribution of dendritic terminals in different medulla layers as a bar graph. This can be applied to one neuron, a group of neurons, or groups of neurons. The script uses the extractDistributionAlongAxis function from Dendritic_Tree_Toolbox.
9. Plot the Planar Projection Direction of Dendrites
NOTE: This step plots the planar projection directions of dendrites as a polar plot. The script uses the extractAngularDistribution function from Dendritic_Tree_Toolbox.
Using the dual-view imaging procedure presented here, a fly brain containing sparsely labeled Tm20 neurons was imaged in two orthogonal directions. Prior to imaging, the brain was stained with appropriate primary and secondary antibodies for visualizing membrane-tethered GFP and photoreceptor axons. For imaging, the brain was first mounted in the horizontal orientation (Figure 2A, B). A GFP-labeled Tm20 neuron and the surrounding photoreceptor axons were imaged using a confocal microscope (Figure 3A). The brain was then re-aligned (Figure 2A, B) and the same Tm20 neuron was re-imaged in the frontal orientation (Figure 3B). During the imaging process, the location of the Tm20 neuron was identified as at the ventral half of the right medulla neuropil (RV configuration). These two image stacks were deconvolved using the image deconvolution software and recombined using MIPAV (Figure 3C) to generate a recombinant image stack (Figure 3C'). The recombinant image stack showed a significant reduction of axial distortion as compared to either input stack (Figure 3A', B').
Using the image visualization software, the axon and dendrites of the Tm20 neuron were traced (Figure 3D) and saved as an inventor (iv) file. 27 reference points on photoreceptor axons surrounding the Tm20 neuron were assigned (Figures 3E – H) and saved as a comma separated value (CSV) file. The traced dendrite files and reference point file was subsequently applied to the custom plugin in MIPAV to generate rigid-body registered and non-linearly registered dendrite traces in swc file format. The registered dendritic traces were converted to the standard RV configuration using the "RV_standardization.m" script. The registered and standardized dendritic trace files were visualized using Vaa3D to validate the registration and standardization processes (Figure 3I).
For dendritic analysis, registered dendritic traces for 15 Tm20 neurons and 15 Tm2 neurons were collected. Using the "Branch_term_P.m" script, the branching and terminating probability of these neurons were analyzed using the rigid-body registered dendritic traces (Figure 4A, B). The Kaplan-Meier curves show that both neuronal types have similar branching and terminating frequencies. However, Tm2 has a lower terminating frequency for longer segments (>4 µm; Figure 4A)12. For analyzing dendritic properties associated with layers and columns, the dendritic traces registered by the non-linear registration method were used. Using the custom "Layer_term_P.m" script, the distributions of layer-specific dendritic termination for Tm2 and Tm20 neurons were calculated (Figure 4C, D). The distinct distributions of layer-specific terminations of Tm2 and Tm20 dendrites are consistent with their specific synaptic partners in different layers: Tm2 dendrites receive inputs from L2 and L4 axonal terminals in M2 and M5, respectively, while Tm20 dendrites receive inputs from R8 and L3 in the M3 layer8,15,16. Using the "Planar_proj.m" script, the planar projection directions of Tm2 and Tm20 dendrites were analyzed and were found to be distinct from one another: Tm2 dendrites project posteriorly while Tm20 dendrites project anteriorly12 (Figure 4E, F).
Figure 1. The Workflow. The central column shows three method sections: dual-view imaging, dendrite tracing and registration, and dendritic analysis. Each method section contains three steps. The left column indicates the software used in each step. The right column shows the input and output files for each step, with the data flow indicated as orange arrows. Please click here to view a larger version of this figure.
Figure 2. Sample Preparation for Dual-view Imaging and the Symmetry of the Drosophila Medulla Column Array. (A, B) Sample mounting for dual-view imaging. (A) The view is shown as if looking at the brain through a coverslip. (B) Schematic diagrams for sample mounting. For imaging horizontal stacks, the immuno-stained brain is mounted first at the ventral-up position. After acquiring the first stack, the brain is re-positioned in the anterior-up position for imaging the frontal stack. A: anterior; P: posterior; D: dorsal; V: ventral; R: right; L: left. (C – E) The symmetry and organization of the medulla neuropil, viewed in the frontal position. (C) Photoreceptor axons, labeled by the 24B10 antibody (red), were used to visualize the organization of the medulla neuropil. The image is shown as if looking from the outside into the brain. Ant: anterior; Pos: posterior; Dor: dorsal; Ven: ventral; Eq: equator. (D) A high-magnification view of (C) at four quadrants of the medulla neuropil at the R7 layer level. The central R7 terminals are marked by yellow dots. The anterior and equatorial R7s are labeled with green and cyan dots, respectively. (E) A schematic representation of the medulla columnar organization. Note that the left and right medulla neuropils are mirror images, and the dorsal and ventral halves of each neuropil are also mirror images, separated by the equator. Red dots indicate equatorial R7s, which are the first reference points. Numbers (1 – 9) and arrows indicate the order of reference point assignments. Scale bar: 15 µm in C; 5 µm in D. Please click here to view a larger version of this figure.
Figure 3. Image Recombination and Reference Point Assignment. (A – C) Confocal images for a single Tm20 neuron acquired in the horizontal (A) and frontal (B) directions. Images are shown as maximum-intensity projections. Photoreceptor axons and a single Tm20 neuron are labeled with Mb24B10 antibody (red) and membrane-tethered GFP (green), respectively. (C) Recombined image of (A, red) and (B, cyan). For clarity, only photoreceptors are shown. (A' – C') Dual-imaging improves axial resolution. The recombined image (A') has a better resolution than those of the horizontal-view (A') and frontal-view (B') images. Lower panels: high-magnification views of the boxed areas in the upper panels. (D) Tracing the axon (white) of a single Tm20 neuron. The beginning point was indicated as a cyan dot. (E) The 27 reference points (white dots) on the 9 photoreceptor axons surrounding the Tm20 neurons are used as landmarks. The reference points are in three layers: Top, R8 and R7. (F) Reference point assignment in each layer. The reference point assignment follows the following order: equator (Eq), anterior-equator (AE), anterior (A), anterior-ventral (AV), ventral (V), posterior-ventral (PV), posterior (P), posterior-equator (PE), and center (C). (G) A schematic representation of the medulla column array used for registration. A Tm20 neuron is shown (green). The medulla layers (M1-6) are as indicated. (H) An example of layer and reference point assignment for a single column. Three layers are used to define each column: Top, R8, and R7 (the junction of M5/6 layers). (I) A registered and standardized neurite trace visualized using Vaa3D. Scale bar: 5 µm in A for A-C; 5 µm in A' for A'-C'; 5 µm in D, E, F, and G. Please click here to view a larger version of this figure.
Figure 4. Examples of Results from Dendritic Analyses. (A, B) Kaplan-Meier estimates (y-axis) of dendritic branching (A) and termination (B) were plotted in logarithmic scale with respect to segment length (x-axis). Solid and dotted lines denote averages ± SDs. Tm2 (red) and Tm20 (black) share similar branching and terminating frequencies for segments less than 4 µm. (C, D) Histograms showing the mean proportion of terminal dendritic nodes in each medulla (M) layer. The proportion of terminal nodes in a given medulla layer is first calculated for every neuron of a given type and then averaged over all the neurons of that type. The vertical bars show the standard deviation of the proportion. Note that for Tm2 neurons (C), the distribution of terminal dendritic nodes is concentrated in medulla layer 2, with a minor peak in layer 5, while for Tm 20 neurons (D), the distribution is centered around the M2 and M3 layers. (E, F) Polar plots of the planar projection direction of dendrites. The proportion of terminal nodes projected within an angular bin (20°) was first calculated for every neuron of a given type and then averaged over all neurons of that type. The red and blue curves show the mean proportion ± standard deviation. The corners on the curves are the midpoints of the angular bins. The black circles show the proportion values indicated by the black numeral to their side. Note that, on average, the two classes of neurons are oriented in almost opposite directions. A: anterior; P: posterior; D/V: dorsal/ventral; Eq: equator. Please click here to view a larger version of this figure.
Here, we show how to image and analyze dendritic arbors of Drosophila medulla neurons. The first section, dual-view imaging, describes the deconvolution and combination of two image stacks into a high-resolution image stack. The second section, dendrite tracing and registration, describes the tracing and registration of dendrites of medulla neurons to the reference column array. The third section, dendritic analysis, describes the use of custom scripts to analyze dendritic patterns. Together these protocols provide a complete workflow to extract information on dendritic patterns with respect to layers and columns and to determine dendritic branching and terminating frequencies.
The dual-view imaging method presented here is conceptually similar to the multi-view imaging techniques implemented with light-sheet microscopes, in which two or more image stacks collected orthogonally are recombined to achieve a high axial resolution17,18. However, it is technically challenging to orthogonally implement the two high N.A. (numerical aperture) objective lenses that are required for imaging slender dendrites. Thus, the dual-view method requires imaging the same brain sample in two consecutive steps and re-orientating the sample between imaging. Failures in image combination are most likely caused by sample movement during imaging or sample squashing during manipulation. Furthermore, while the image recombination process mitigates the axial distortion problem and results in near-isotropic resolution, the recombined images are still under a diffraction limit. Our dual-view imaging method needs only standard confocal microscopy, which is widely available. However, super-resolution microscopy, such as STED or structure illumination, if available, would be an excellent alternative to the dual-view imaging method present here.
The dendrite tracing and registration section presented here traces dendritic trees and registers dendritic trees to the reference column array. In this protocol, the commercial program Imaris is used for semi-automated dendrite tracing and for assigning reference points. Similar tasks could be carried out using a number of freeware alternatives, such as NeuronJ19,20 and Neurite Tracer21. Our registration protocol uses a custom plugin implemented in the open source program MIPAV to register dendrite traces to the reference column array. To our knowledge, this registration method is the only method that registers neurite traces to columns and layers. This procedure uses regularly arranged photoreceptor axons as landmarks for registration. The dendritic traces generated by the non-linear registration method are ideal for extracting information on dendritic patterns relating to columns and layers. On the other hand, the rigid-body registration method aligns the Cartesian axes of dendritic traces to the cardinal axes of the neuropil without changing the dendritic lengths or other local geometrical properties. Therefore, the rigid-body registered dendritic traces are suitable for standard morphometric analyses.
Traditional dendritic morphometric analysis, such as L-measure22, characterizes local and global dendritic properties without referencing surrounding tissue. We have previously shown that many medulla neurons share dendritic geometrical properties and that such metrics are insufficient to differentiate medulla neuron types12. Instead, type-specific dendritic attributes are directly associated with the layers and columns where dendrites reside. In particular, different types of medulla neurons project dendrites in distinct planar directions to terminate in specific medulla layers. These two dendritic attributes reflect the dendritic function of medulla neurons to receive retinotopically directed afferents organized in layers and columns. To facilitate the extraction of these properties, we developed the dendritic tree toolbox that contains a series of custom functions for calculating dendritic properties. In the dendritic analysis section, we show how these functions can be applied to registered dendritic traces to calculate the distribution of layer-specific termination and planar projection directions of dendrites.
The dendritic tree toolbox provides a platform for adding other custom functions for dendritic analysis. In the dendritic analysis section, we also describe the process to derive estimates for apparent dendritic terminating and branching frequencies. In particular, these functions calculate the branching and terminating frequencies based on a Kaplan-Meier nonparametric estimator for the probability that a dendritic segment will extend to a certain length without branching or terminating12,23. It is important to note that the rigid-body registered (but not the nonlinearly registered) dendritic traces should be used for this calculation because the non-linear registration process alters dendritic segment lengths. The dendritic branching and termination frequencies are the first derivative (the slope) of the KM curves and can be calculated using the function-fitting method. Furthermore, the accurate calculation of the branching and terminating frequencies often requires a sizable data set (>10 neurons for Tm neurons) because single neurons have only a relatively small number of dendritic segments. In the provided examples, Tm2 and Tm20 have similar branching and terminating frequencies, but the Tm2 branching frequency is not homogenous across branching length, a characteristic feature of Tm2 dendrites12.
While our protocols are designed for Drosophila medulla neurons, they can be adapted to analyze other neurons that elaborate dendrites in layers and columns, such as other Drosophila optic lobes and the vertebrate retina and cortex. Such adaptations would require building a new reference column array based on the system of interest12, as well as minor modifications of the MIPAV plugin. We provide all our programs as open source software to promote collaboration and sharing.
The authors have nothing to disclose.
This work was supported by the Intramural Research Program of the National Institutes of Health, the Eunice Kennedy Shriver National Institute of Child Health and Human Development (grant HD008913 to C.-H.L.), and the Center for Information Technology (P.G.M., N.P., E.S.M., and M.M.).
Software | |||
Huygens Professional | Scientific Volume Imaging | version 16.05 | for image deconvolution (https://svi.nl). commercial software |
MIPAV | version 7.3.0 | for image recombination and registration (http://mipav.cit.nih.gov/.). freeware | |
MIPAV plugin: PlugInDrosophilaRetinalRegistration.class | freeware | ||
MIPAV plugin: PlugInDrosophilaStandardColumnRegistration.class | freeware | ||
Imaris | Bitplane | for tracing neurites and assigning reference points for image registration (http://www.bitplane.com). commercial software | |
Vaa3D | for visualizing swc files (https://github.com/Vaa3D/release/releases/). freeware | ||
Matlab | Mathworks | R2014b | for morphometric analysis of dendrites (http://www.mathworks.com). commercial software |
Matlab toolbox: TREES1.14 | v1.14 | for analyzing dendritic morphometric parameters (http://www.treestoolbox.org/download.html). freeware | |
Matlab toolbox: Dendritic_Tree_Toolbox | v1.0 | for calculating morphometric parameters (https://science.nichd.nih.gov/confluence/display/snc/Data+collections+for+imagines+combination+and+standardize+column+registration). Freeware | |
Name | Company | Catalog number | コメント |
Sample files | |||
SWC file definition | http://www.neuronland.org/NLMorphologyConverter/MorphologyFormats/SWC/Spec.html | ||
The codes and sample files for image combination and registration | https://science.nichd.nih.gov/confluence/display/snc/Data+collections+for+imagines+combination+and+standardize+column+registration | ||
Reference point example | https://science.nichd.nih.gov/confluence/download/attachments/117216914/points.csv?version=1&modificationDate=1471880596000&api=v2 | ||
Name | Company | Catalog number | コメント |
Computer system | |||
MS Windows Windows 7 x64 or Macintosh OS X 10.7 or later | 3GHz 64-bit quad-core processor, 16G RAM (minimal) | ||
Optional: Quadro4000 (or above) graphic card | Nvidia | for stereographic visualization of dendrites. | |
Optional: NVIDIA 3D vision2 | Nvidia | http://www.nvidia.com/object/3d-vision-main.html | |
Optional: 120 Hz LCD display for NVIDIA 3D vision2 | http://www.nvidia.com/object/3d-vision-system-requirements.html | ||
Name | Company | Catalog number | コメント |
Reagents for imaging | |||
24B10 antibody | The Developmental Studies Hybridoma Bank | 24B10 | |
GFP Tag Antibody | Thermofisher Scientific | G10362 | |
Goat anti-Rabbit (H+L), Alexa Fluor 488 | Thermofisher Scientific | A11034 | |
Goat anti-Mouse (H+L), Alexa Fluor 568 | Thermofisher Scientific | A21124 | |
VECTASHIELD Antifade Mounting Medium | Vector Laboratories | H-1000 | |
Mounting Clay | Fisher | S04179 | |
70% glycerol in 1X PBS | |||
Cover glasses, high performance, D=0.17mm | Zeiss | 474030-9000-000 |