Skip to main content
PLOS ONE logoLink to PLOS ONE
. 2020 Jul 16;15(7):e0234529. doi: 10.1371/journal.pone.0234529

AutoNeuriteJ: An ImageJ plugin for measurement and classification of neuritic extensions

Benoit Boulan 1,¤a, Anne Beghin 2, Charlotte Ravanello 1, Jean-Christophe Deloulme 1, Sylvie Gory-Fauré 1, Annie Andrieux 1, Jacques Brocard 1,¤b, Eric Denarier 1,*
Editor: Giorgio F Gilestro3
PMCID: PMC7365462  PMID: 32673338

Abstract

Morphometry characterization is an important procedure in describing neuronal cultures and identifying phenotypic differences. This task usually requires labor-intensive measurements and the classification of numerous neurites from large numbers of neurons in culture. To automate these measurements, we wrote AutoNeuriteJ, an imageJ/Fiji plugin that measures and classifies neurites from a very large number of neurons. We showed that AutoNeuriteJ is able to detect variations of neuritic growth induced by several compounds known to affect the neuronal growth. In these experiments measurement of more than 5000 mouse neurons per conditions was obtained within a few hours. Moreover, by analyzing mouse neurons deficient for the microtubule associated protein 6 (MAP6) and wild type neurons we illustrate that AutoNeuriteJ is capable to detect subtle phenotypic difference in axonal length. Overall the use of AutoNeuriteJ will provide rapid, unbiased and accurate measurement of neuron morphologies.

Introduction

The study of neurodevelopmental or neurodegenerative diseases necessitates the production of mouse strains mutated in potentially disease-causing genes. To get a molecular understanding of the disease, it is classical to perform neuron cultures from these strains of mice and follow their development with the goal of revealing specific phenotypes [1]. Alternatively the effect of drugs or attractive molecules on the development of the neurons can be tested in culture [2, 3]. The early development of hippocampal neurons in culture undergoes three stages where a single round cell attaches, produces numerous growing extensions, and polarizes to differentiate one of its neurite into an axon (Fig 1) [4]. At the end of this early development, the neuron displays highly branched dendrites and axon. The description of the developmental timeline and final arborization complexity allows characterization of a morphological phenotype.

Fig 1. Stages of early development of hippocampal neurons in culture.

Fig 1

Hippocampal neurons begin to form lamellipodia right after adhesion to the substrate (Stage 1). Few hours later the neurites sprouting begins (Stage 2). These protrusions undergo successive elongation and retraction phases with no net outgrowth. Eventually, one neurite acquires enhanced growth capabilities and becomes an axon (Stage 3).

The morphometric description of cell cultures is tedious when done by hand, confining analysis to a number of cells that may not be representative of the whole neuronal culture. Moreover, visual selection of neurons by the investigator may lead to selection bias. The use of image analysis software should overcome these problems and several plugins have been developed to help in this task. Some of plugins are neuron-based, allowing for the semi-automatic tracing of neurite extension (e.g. NeuronJ) [5, 6], or population-based, where whole neuritic lengths are measured with no neuron individualization or neuritic assignment (axon, dendrite, order) [79], thus losing information of the number and classification of neurites. AutoNeuriteJ was created to characterize a neuronal population in culture on a cell-based basis, with large numbers of neurons analyzed allowing an accurate estimation of the whole distribution of the population.

Results

AutoNeuriteJ, a plugin set to measure and classify neuritic extensions

AutoNeuriteJ has been designed to describe the neuritic arborescence of isolated neurons in cultures of different conditions or genotypes. It gives, in a text file for each neuron, the length and order (primary, secondary; etc…) of each neurite. It also gives measurements of the axon length, number of branches and total axonal tree length, if any. At the end of the text file a summary indicates the number of neurons that have been measured, the percentage of polarization (neurons with an axon), the mean primary neurite length (neurite that initiate form the cell body) and mean primary neurite number per neuron.

AutoNeuriteJ can be used to process a single file or multiple large images obtained from mosaic images recorded from slide scanners (Fig 2A). For a better segmentation of thin cellular processes, AutoNeuriteJ requires well-contrasted images of fluorescent cells and images of nuclei stained with DAPI or Hoechst, used to locate cell bodies and remove touching neurons.

Fig 2. Schematic of AutoNeuriteJ images processing.

Fig 2

(A) AutoNeuriteJ needs images of neuron (e.g. tubulin) and nuclei staining. (B) AutoNeuriteJ Part I segments nuclei and neurons, removes small particles. (C) AutoNeuriteJ part II selects individual neurons (with a single nucleus), creates cell body images and stacks of neurons. (D) AutoNeuriteJ part III detects neurite extremities, compares, classifies and measures neurites, prints results in a text file.

The whole process is divided in three independent sub-macros to allow for a better flexibility and control of different parameters defined by the users.

Description of AutoNeuriteJ

Part I: Segmentation of neuron and nuclei

The first part of the macro allows the binarization of nuclei and neurons (Fig 2B). Images of neurons and nuclei are pre-processed for background homogenization and neurites enhancement. For the neuron images, a large blurred image is substracted from a median-filtered image that removes noise. For the nuclei, a difference of Gaussians adapted to the diameter of the nuclei is applied. Parameters to be defined are the mean diameter for nuclei and the minimal surface for a binarized neuron. These parameters are used to adapt the detection of nuclei and to remove smaller particles from the images. The parameters are saved in a text file and defined as default in the subsequent use of the macro. The segmentation is supervised by the user and binarized files are saved.

Part II: Creation of individual neuron images and skeletization

The second part of the macro allows the creation of single neuron images from the segmented images obtained in part I (Fig 2C). It selects the cells containing a single nucleus from the binarized neurons image and produces images of single neurons and their skeleton. A cell body is also created by limited dilatation of the nucleus into the binarized neuron image. Within the macro, a minimal length for neurite and neuritic tree is set to clean short branches that could be produced by the skeletonization step and to remove undifferentiated cells without neurites. Finally, the "Region of interest" set of the selected neurons on the original image is saved. The count of neurons selected or excluded (connected neurons and undifferentiated cells) is recorded in a text file.

Note that if different neurites of the same neuron cross, it will create a loop in the skeleton that prevents measuring their length. This difficulty is overcome in AutoNeuriteJ by cutting the branch of the loop at the location of the lowest intensity of staining, using the Analyze skeleton plugin [10].

Eventually, five different stacks are created: 1) Original neurons, 2) Binarized neurons 3) Cell Bodies 4) Skeletons of the binarized neurons 5) Skeletons and cell bodies. These different stacks will be used in the next step of the process.

Part III: Measurement and classification of neurites

The third part of the macro is used to measure and classify neuritic extensions (Fig 2D). Using the skeleton and body of neurons generated in Part II, neurite extremities are detected for each neuron using the "binary connectivity" plugin (Gabriel Landini's Morphology Plugins).

Each neurite is at first set as "primary" and its image is created. Secondly, each neurite is compared to all other neurites to detect potential overlaps. If an overlap is detected, the order of the shortest neurite is increased (from primary to secondary etc…) and the longest neurite image is substracted to the shortest so that no overlaps exist. After this classification step, the length of each neurite is measured and the longest primary identified. The longest neurite will be considered as an axon if it satisfies to standard criteria [11], i.e. in our study the criteria were set to: the length of the axon should be twice the size of the second longest neurite and longer than 100 pixels. These parameters can be set by the user.

Finally, the macro produces an overlay for each neuron with the detected neurites colored according to their order (Fig 2D). A results text file is created presenting, for each neuron, the length and order of each neurite, the number of primary neurites, the length and number of branches of the axonal tree if any (Fig 2E). At the end of the process, a summary is printed giving the number of neuron measured, the percentage of neuron with an axon, mean and standard deviation of primary neurite length and of primary neurite number. This text file can be edited within a spreadsheet to organize the data and allow further statistical processing. Of note the stack of binarized neurons can be used to perform a classical Sholl analysis using the Fiji plugin (https://imagej.net/Sholl_Analysis).

AutoNeuriteJ validation

The measurements given by any automatic procedure first need to be validated by a classical method used in the field of expertise. We first compared the axonal length given by AutoNeuriteJ and when measured semi-automatically using NeuronJ. We also compared the number of primary neurites detected by eye or by Sholl analysis to AutoNeuriteJ values. Finally, we applied several treatments known to change the morphology of neurons to verify that AutoNeuriteJ can detect these changes.

Measurement of axonal length

The most popular ImageJ plugin for neurite measurement is NeuronJ [5]. This plugin allows a semi-automatic tracing of neurite and needs a tedious work to get large numbers of measures. We used NeuronJ to measure the axonal length of mouse neurons. On the same images of polarized neurons we applied AutoNeuriteJ and compared the techniques by correlation analysis (Fig 3A). The correlation between values obtained by NeuronJ or AutoNeuriteJ is very strong (r = 0.98). By inspecting the data corresponding to points far above the fitted line we observed that they represent cells that have not been segmented correctly (e.g. Several cells are fused and present a single nucleus). These cells can be easily removed from the binarized stacks of neurons before the neurite measurement part of AutoNeuriteJ.

Fig 3. Validation of axonal length and number of primary neurite measurement.

Fig 3

(A) Correlation of the measured axonal length using NeuronJ tracings or AutoNeuriteJ (r = 0.98 from linear regression) from 108 cells (B) Primary neurite numbers counted by hand or detected by AutoNeuriteJ (r = 0.83 from linear regression, n = 108). (C) Correlation of primary neurite number detected by AutoNeuriteJ and number of intersection at first circle detected by Sholl analysis (r = 0.91 from linear regression, n = 2062).

Primary neurite number

On the same images, we also compared the primary neurite number counted by eye and detected by the macro (Fig 3B). The average values are close (2.95 and 2.91 neurite per neuron by eye and using AutoNeuriteJ, respectively) and the correlation is strong (r = 0.83), with a slight underestimation by AutoNeuriteJ due to filtering minimal neuritic length. To further validate the accuracy of AutoNeuriteJ, we compared its measurements with those of the “Sholl analysis” plugin [12]. Among the different shape descriptors proposed by the Sholl analysis plugin, we extracted the number of primary branches inferred from the count of intersections at the starting radius close to the cell body. When comparing this number to the number of primary neurites detected by AutoNeuriteJ, we found a strong correlation (r = 0.91) (Fig 3C).

From these comparisons we concluded that AutoNeuriteJ gives a reliable mean to determine axonal length and primary neurites number.

Effect of nocodazole treatment on the major neurite length

It has been shown that nocodazole (a drug that depolymerizes microtubule at high concentration) used at low concentration, reduces the number and the length of neurites, specifically [13, 14]. Mouse neuron cultures were treated at day 1 with 50nM nocodazole, fixed and immunostained at 3 days in vitro (DIV). After AutoNeuriteJ quantification, we found that nocodazole treatment reduces the length of the longest neurite of unpolarized cells by 25% (Fig 4A) while the axons were resistant to nocodazole treatment (non-significant reduction of 4.7% when treated). This may reflect the fact that stable MT are enriched in axons as described by Witte et al. [15]. We also found that Nocodazole treatment reduces the number of primary neurites in unpolarized cells (3.60 ±0.03μm when treated vs 4.50 ±0.03μm when untreated) or polarized cells (2.72 ±0.12μm, when treated vs 3.75 ±0.11μm when untreated) (Fig 4B).

Fig 4. Effects of nocodazole treatment on the length of major neurites and primary neurite number.

Fig 4

Mouse neurons in culture were treated with 50nM nocodazole 4h after plating. After 2DIV the neurons on coverslips were fixed and stained for tubulin and Hoescht before imaging and AutoNeuriteJ quantifications. (A) Nocodazole treatment reduce the size of the longest neurite by 25% (n = 3210 for control, n = 2619 for nocodazole treated) but not on axons of polarized cells (n = 297 for control and n = 175 for treated). (B) Nocodazole treatment reduces the number of primary neurites of polarized (3.70 ±0.14 vs 2.72 ±0.12 for treated) or unpolarized (4.43 ±0.14 vs 3.51 ±0.13 for treated) neurons. p values were obtained from Mann-Whitney tests.

From these results we concluded that, thanks to its ability to categorize the neuronal extensions, AutoNeuriteJ is a reliable tool to detect differential effects of a molecule on axons versus dendrites.

Effect of Semaphorin 3E

Semaphorin 3E (Sema3E) acts as a growth-promoting factor for axons of mice subicular neurons [16]. Thus we quantified Sema3E effect on subicular neurons. We first noticed the general effect of Sema3E treatment on subicular neurons polarity (10.6% of cells presenting an axon for control vs 33.9% for Sema3E treated condition). We then measure the major neuritic length. As expected, AutoNeuriteJ quantification showed an increased axonal length of polarized cells of 21.5% after 48h of treatment with Sema3E (Fig 5A). This effect is also detected on the longest neurite of unpolarized cells; with a 31.8% increase in Sema3E treated condition; revealing an early effect of Sema3E on neuritic growth. This observation at early stage can reflect either an effect on the major neurite whatever the differentiation stage of the neuron, or a global effect on all neurites of the neurons.

Fig 5. Effect of Sema3E treatment on the length of major neurites.

Fig 5

Three independent mouse neuronal cultures were treated with Sema3E. At 2DIV, neurons were processed for quantification. (A) Length of the longest neurites for polarized and unpolarized cells treated or not with Sema3E. (Cells without axon: n = 2211 for control and n = 1512 for Sema3E treated condition; Cells with axon: n = 126 in control and n = 426 in Sema3E treated). (B) Mean length of primary neurites of polarized and unpolarized cells (Cells without axon: n = 2073 for control, n = 1473 for Sema3E treated condition; Cells with axon: n = 102 for control and n = 384 Sema3E treated). p values were obtained from Mann-Whitney tests.

Thus, we tested if the mean length of dendrites of polarized cells and the mean length of primary neurites without the longest neurite in unpolarized cells were also sensitive to Sema3E treatment (Fig 5B). As AutoNeuriteJ classify the order of neurites we collected the length of dendrites from polarized neurons (Fig 1). The length of the dendrites of polarized cells is not affected by the Sema3E treatment (Fig 5B). On the contrary, the mean length of primary neurites of unpolarized neurons excluding the longest is increased by 16.7% after Sema3E treatment (Fig 5B). We conclude that Sema3E affects all primary neurites outgrowth during early neuron developmental stages 1 and 2. During subicular neuron polarization, Sema3E induces axonal outgrowth stimulation with no effect on dendrites revealing a cell growth oriented toward the axon. The global neuritic outgrowth observed with Sema3E at early stages could be a shared property for the third class of semaphorins as neuritic outgrowth effects were also reported for Sema3A and 3C [1719]. Nevertheless, these observations were based on global neuritic length assessments but no direct comparison between axonal versus dendritic effects of semaphorins had been reported until now.

Overall, these results showed that AutoNeuriteJ easily allows a direct comparison of several parameters of neuronal arborization at different developmental stages.

Morphological analysis of MAP6 knock-out neurons

In our lab, we produced a mouse MAP6 knockout. MAP6 encodes for a protein that stabilized microtubules and is present in their lumen [20]. The MAP6 KO mice present numerous behavioral defects that were alleviated by neuroleptic treatment. Therefore they are a model of psychiatric disorders such as schizophrenia or depression [21, 22]. These mice also present brain anatomy perturbations where white matter tracts are altered as in fornix, corpus callosum or pyramidal tracts [2, 23]. The analysis of neurons in culture from these mice have shown that they present a defect in the Sema3E response and perturbation of the actin filament organization in dendritic spines [2, 24]. No detailed morphometric analysis of these neurons has been done yet. Taking advantages of automatic quantification, we cultivated hippocampal neurons from MAP6 KO or WT mouse littermates. The coverslips were recovered after 48h in culture, stained with antibody against tubulin and neuronal morphology analyzed with AutoNeuriteJ (Fig 6). The polarization index was increased in MAP6 KO neuron cultures (from 9.2% for WT neurons to 16.1% for MAP KO). Moreover, we were able to detect that MAP6 KO neurons produced longer axons than the controls by 23.5% (Fig 6A). Furthermore, thanks to the ability of AutoNeuriteJ to identify axonal primary and secondary branches we performed a measurement of the total axonal tree (axon plus its branches) in both genotypes. We found an increase of 20.2% of the size of MAP6 KO axonal tree as compared to WT neurons (Fig 6B). AutoNeuriteJ also allows determining the mean internode distance (axonal tree divided by the number of branches) which was also found increased by 19.7% in MAP6 KO neurons as compared to WT (Fig 6C). Thus MAP6 KO neurons increase all their axonal branches to the same extend after specification of the axon resulting in an increased internodes length. Overall, MAP6 KO experiments show the capacity of AutoneuriteJ to detect variations of both classical and more subtle morphological features of neurons in culture.

Fig 6. MAP6 deletion enhances axonal growth.

Fig 6

Neurons from control and MAP6 KO mice from three independent experiments were processed for quantification. (A) Axon length for WT and MAP6 KO mice (n = 120 for WT, n = 207 for MAP6 KO). (B) Axonal tree length of polarized neurons (n = 120 for WT, n = 207 for MAP6 KO). (C) Internode distance of polarized neurons (n = 54 for WT, n = 117 for MAP6 KO). p values were obtained from Mann-Whitney tests.

Discussion

We developed a new ImageJ macro able to measure neuron morphology in several neuronal culture conditions. Existing plugins provide only global measurement of neuronal growth, while AutoNeuriteJ allows for quantification of individual neurons. AutoNeuriteJ can also give a global analysis of the culture by building a stack of the segmented neurons with specific colors for the neurites order, overlaid on the original image.

The macro produces a neuron-centric analysis with the classification of neurite. This provides the possibility to analyze crucial steps during neuronal differentiation and maturation. The classification of neurites gives the percentage of polarization of the culture, an essential marker of neuronal differentiation. It also allows the distinction of the effect of a molecule on different types of neurites as demonstrated in this study with the differential effect of nocodazole on axons and dendrites. To our knowledge, without AutoNeuriteJ, this was only achievable by manual tracing.

We performed Sema3E experiment as a validation test of AutoNeuriteJ. We observed, as expected, an increased length of the major neurites in polarized and unpolarized neurons. In polarized neuron, we found that the dendrites do not respond anymore to Sema3E treatment. Interestingly CRMP2, a downstream effectors of semaphorins, is enriched in axons whereas it is uniformly expressed in all neurites in unpolarized neurons [25]. We can thus speculate that the relocalization of CRMPs toward axons could limit the dendritic response to Sema3E stimulation after axonal specification.

AutoNeuriteJ also detects various morphologic differences between WT and genetically modified neurons allowing proposing mechanistic scenarios. The experiments on MAP6 KO neurons show that, consistent with its role of stabilization of microtubule, the absence of MAP6 increases the dynamics of microtubule and allows a faster growth of the axon and of the axonal tree. These results strengthen the previously described role of MAP6 in axonal development [26].

In conclusion, AutoNeuriteJ is an accessible tool that facilitates the classification and measurement of neurites. Hopefully it will make easier, for other investigators, the morphometric analysis of neurons during early differentiation.

Material & methods

Hippocampal and subicular neuron cultures

In accordance with the policy of the Institut des Neurosciences of Grenoble (GIN) and the French legislation, experiments were done in compliance with the European Community Council Directive of 24th November 1986 (86/609/EEC). The research involving animals was authorized by the Direction Départementale de la protection des populations—Préfecture de l’Isère-France and by the ethics committee of GIN number 004 accredited by the French Ministry of Research.

Brains from embryos (E17.5) were dissected and hippocampus or subiculum were removed. Selected parts were dissociated and plated onto polylysine/laminin-coated as previously described [2]. The axonal growth of subicular neurons were stimulated by addition of control AP or Sema3E-AP (6.3nM) in supernatant 2h after cells platting [2]. After 2DIV, cultured cells were fixed and immunostained. Hippocampal neurons were treated by addition of 50nM nocodazole in the medium. After 2DIV, cultured cells were fixed and immunostained.

Immunostaining

Cells were fixed at 37°C in 4% paraformaldehyde, 4% sucrose in phosphate buffered saline (PBS) and permeabilized using 0.1% Triton X-100 in PBS 1min. Cells were then incubated with α3A1 mouse primary antibody produced in the laboratory (1:10,000) for 1h at room temperature. Cells were washed thrice in PBS 0.1 tween and incubated with cyanine-3 conjugated secondary antibody (1:1000) for 1h at room temperature. After three final washes, nuclei were stained using Hoechst 33258 (1 μg/ml) in the mounting media (Dako).

Image acquisition

For manual neuron morphometry, images of each neuron were acquired using 20 X N.A 0.5 objective on an Axioskop 50 microscope (Zeiss). All images were combined in a single file for an easier manipulation. Measure of axonal length was performed using NeuronJ [5].

For automated neuron morphometry, mosaic images of 2 or more ROI per condition were acquired using a 20x N.A 0.8 objective on an Axioscan Z1 (ZEISS) microscope. Mosaic images were then processed with AutoNeuriteJ.

Statistical analysis

Statistical analyses were performed using Prism 5 (GraphPad). For the Sema3E and MAP6 KO experiments, values were normalized for each independent experiment to the value of the mean axonal length in the corresponding control condition. Weighting of independent experiments was obtained by random draw of equal number of neurons in each experiment before pooling values for statistical analysis. In box and whiskers figures the whiskers represent 5 to 95% of the values. Percentage of variation indicated in Figs 5 and 6 are calculated from the median values. For all figures the statistical tests used are indicated in the figure legends.

User recommendations and drawbacks

Culture density and immunofluorescence

Several antibodies can be used for AutoNeuriteJ analysis. Our general recommendation here would be to use markers widespread in all neurons with a strong signal in order to accurately detect smaller neurite structures by setting low detection thresholds. As tubulin is the major protein of neurons, several anti-tubulin antibodies are useful. In the present study, we used a homemade anti-alpha tubulin antibody (α3A1) but other anti tubulin can be used as a classical anti-βIII tubulin specific for neuronal cells or anti-acetylated tubulin antibody that detects only stable microtubules, present in the shafts of neuritic extensions.

AutoNeuriteJ was developed to analyze the first steps of neuron differentiation. It does not consider neurons with overlapping neurites, thus creating a bias in the population considered. This problem also occurs when the measures are done by hand, it is generally circumvented in the field by using low density culture of neurons. To this end it is very important for users to verify a low neuronal density before performing immunostaining.

Image resolution

As AutoneuriteJ is dedicated to neurite measurement, it does not need high resolution images to properly operate (1μm pixel size images are recommended). High resolution images will increase the duration of image processing as neurite measurement is based on pixel erosion. To circumvent this issue, AutoNeuriteJ part I performs scaling of images.

Quantification speed and computer requirements

Time for completion of this macro depends mostly on the number of counted neurons and neurites. From our experience we recommend to analyze images with no more than 500 neurons. This number is sufficient for comparing several groups of treatment or genotypes. If more neurons are needed, it is possible to run several occurrences of Fiji in parallel. As an example, we used eight occurrences of Fiji running at the same time on the same computer to measure 30,000 neurons in less than 12h.

Availability

AutoNeuriteJ and a user guide are available at GitHub (https://github.com/Grenoble-Institute-Neurosciences/AutoNeuriteJ). First and last authors may also be contacted for details or future collaborations.

Supporting information

S1 Data

(ZIP)

S2 Data

(ZIP)

Acknowledgments

The authors want to thank Thomas Brown for his comments and manuscript corrections. We also thank S. Andrieu, M. Lapierre, L. Romian, F. Mehr, and F. Rimet for animal care and F. Vossier and L. De Macedo for mouse genotyping. The Photonic Imaging Center of Grenoble Institute Neuroscience (Univ Grenoble Alpes–Inserm U1216) is part of the ISdV core facility and certified by the IBiSA label.

Data Availability

All relevant data are within the manuscript and its Supporting Information files.

Funding Statement

This work was supported by Institut National de la Santé et de la recherche Médicale, Commissariat à l'Energie Atiomique et aux Energies Alternatives, Université Grenoble Alpes and by awards from the French Agence Nationale de la Recherche to A.A. (2017-CE11-0026 MAMAs). https://www.inserm.fr/http://www.cea.fr/https://www.univ-grenoble-alpes.fr/https://anr.fr/.

References

  • 1.Dawson HN, Ferreira A, Eyster MV, Ghoshal N, Binder LI, Vitek MP. Inhibition of neuronal maturation in primary hippocampal neurons from τ deficient mice. J Cell Sci. 2001;114: 1179–1187. [DOI] [PubMed] [Google Scholar]
  • 2.Deloulme J-C, Gory-Fauré S, Mauconduit F, Chauvet S, Jonckheere J, Boulan B, et al. Microtubule-associated protein 6 mediates neuronal connectivity through Semaphorin 3E-dependent signalling for axonal growth. Nat Commun. 2015;6: 7246 10.1038/ncomms8246 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 3.Kikuchi K, Shiota J, Yamada T, Ishikawa M, Ihara D, Fukuchi M, et al. Rho signaling inhibitor, CCG-1423, inhibits axonal elongation and dendritic complexity of rat cortical neurons. Biochem Biophys Res Commun. 2017;492: 474–479. 10.1016/j.bbrc.2017.08.071 [DOI] [PubMed] [Google Scholar]
  • 4.Banker G. The Development of Neuronal Polarity: A Retrospective View. J Neurosci Off J Soc Neurosci. 2018;38: 1867–1873. 10.1523/JNEUROSCI.1372-16.2018 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 5.Meijering E, Jacob M, Sarria J-C, Steiner P, Hirling H, Unser M. Design and validation of a tool for neurite tracing and analysis in fluorescence microscopy images. Cytometry A. 2004;58: 167–176. 10.1002/cyto.a.20022 [DOI] [PubMed] [Google Scholar]
  • 6.Popko J, Fernandes A, Brites D, Lanier LM. Automated analysis of NeuronJ tracing data. Cytometry A. 2009;75: 371–376. 10.1002/cyto.a.20660 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 7.Haas AJ, Prigent S, Dutertre S, Le Dréan Y, Le Page Y. Neurite analyzer: An original Fiji plugin for quantification of neuritogenesis in two-dimensional images. J Neurosci Methods. 2016;271: 86–91. 10.1016/j.jneumeth.2016.07.011 [DOI] [PubMed] [Google Scholar]
  • 8.Meijering E. Neuron tracing in perspective. Cytometry A. 2010;77: 693–704. 10.1002/cyto.a.20895 [DOI] [PubMed] [Google Scholar]
  • 9.Pool M, Thiemann J, Bar-Or A, Fournier AE. NeuriteTracer: a novel ImageJ plugin for automated quantification of neurite outgrowth. J Neurosci Methods. 2008;168: 134–139. 10.1016/j.jneumeth.2007.08.029 [DOI] [PubMed] [Google Scholar]
  • 10.Arganda‐Carreras I, Fernández‐González R, Muñoz‐Barrutia A, Ortiz‐De‐Solorzano C. 3D reconstruction of histological sections: Application to mammary gland tissue. Microsc Res Tech. 2010;73: 1019–1029. 10.1002/jemt.20829 [DOI] [PubMed] [Google Scholar]
  • 11.Shi S-H, Jan LY, Jan Y-N. Hippocampal neuronal polarity specified by spatially localized mPar3/mPar6 and PI 3-kinase activity. Cell. 2003;112: 63–75. 10.1016/s0092-8674(02)01249-7 [DOI] [PubMed] [Google Scholar]
  • 12.Ferreira TA, Blackman AV, Oyrer J, Jayabal S, Chung AJ, Watt AJ, et al. Neuronal morphometry directly from bitmap images. Nat Methods. 2014;11: 982–984. 10.1038/nmeth.3125 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 13.Baudoin J-P, Alvarez C, Gaspar P, Métin C. Nocodazole-induced changes in microtubule dynamics impair the morphology and directionality of migrating medial ganglionic eminence cells. Dev Neurosci. 2008;30: 132–143. 10.1159/000109858 [DOI] [PubMed] [Google Scholar]
  • 14.Zhang S-X, Duan L-H, Qian H, Yu X. Actin Aggregations Mark the Sites of Neurite Initiation. Neurosci Bull. 2016;32: 1–15. 10.1007/s12264-016-0012-2 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 15.Witte H, Neukirchen D, Bradke F. Microtubule stabilization specifies initial neuronal polarization. J Cell Biol. 2008;180: 619–632. 10.1083/jcb.200707042 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 16.Chauvet S, Cohen S, Yoshida Y, Fekrane L, Livet J, Gayet O, et al. Gating of Sema3E/PlexinD1 signaling by neuropilin-1 switches axonal repulsion to attraction during brain development. Neuron. 2007;56: 807–822. 10.1016/j.neuron.2007.10.019 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 17.Ben-Zvi A, Ben-Gigi L, Yagil Z, Lerman O, Behar O. Semaphorin3A regulates axon growth independently of growth cone repulsion via modulation of TrkA signaling. Cell Signal. 2008;20: 467–479. 10.1016/j.cellsig.2007.10.023 [DOI] [PubMed] [Google Scholar]
  • 18.Moreno-Flores MT, Martín-Aparicio E, Martín-Bermejo MJ, Agudo M, McMahon S, Avila J, et al. Semaphorin 3C preserves survival and induces neuritogenesis of cerebellar granule neurons in culture. J Neurochem. 2003;87: 879–890. 10.1046/j.1471-4159.2003.02051.x [DOI] [PubMed] [Google Scholar]
  • 19.Niclou SP, Franssen EHP, Ehlert EME, Taniguchi M, Verhaagen J. Meningeal cell-derived semaphorin 3A inhibits neurite outgrowth. Mol Cell Neurosci. 2003;24: 902–912. 10.1016/s1044-7431(03)00243-4 [DOI] [PubMed] [Google Scholar]
  • 20.Cuveillier C, Delaroche J, Seggio M, Gory-Fauré S, Bosc C, Denarier E, et al. MAP6 is an intraluminal protein that induces neuronal microtubules to coil. Sci Adv. 2020;6: eaaz4344 10.1126/sciadv.aaz4344 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 21.Andrieux A, Salin PA, Vernet M, Kujala P, Baratier J, Gory-Fauré S, et al. The suppression of brain cold-stable microtubules in mice induces synaptic defects associated with neuroleptic-sensitive behavioral disorders. Genes Dev. 2002;16: 2350–2364. 10.1101/gad.223302 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 22.Jonckheere J, Deloulme J-C, Dall’Igna G, Chauliac N, Pelluet A, Nguon A-S, et al. Short- and long-term efficacy of electroconvulsive stimulation in animal models of depression: The essential role of neuronal survival. Brain Stimulat. 2018. [cited 18 Sep 2018]. 10.1016/j.brs.2018.08.001 [DOI] [PubMed] [Google Scholar]
  • 23.Gimenez U, Boulan B, Mauconduit F, Taurel F, Leclercq M, Denarier E, et al. 3D imaging of the brain morphology and connectivity defects in a model of psychiatric disorders: MAP6-KO mice. Sci Rep. 2017;7: 10308 10.1038/s41598-017-10544-2 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 24.Peris L, Bisbal M, Martinez-Hernandez J, Saoudi Y, Jonckheere J, Rolland M, et al. A key function for microtubule-associated-protein 6 in activity-dependent stabilisation of actin filaments in dendritic spines. Nat Commun. 2018;9: 3775 10.1038/s41467-018-05869-z [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 25.Fukata Y, Kimura T, Kaibuchi K. Axon specification in hippocampal neurons. Neurosci Res. 2002;43: 305–315. 10.1016/s0168-0102(02)00062-7 [DOI] [PubMed] [Google Scholar]
  • 26.Tortosa E, Adolfs Y, Fukata M, Pasterkamp RJ, Kapitein LC, Hoogenraad CC. Dynamic Palmitoylation Targets MAP6 to the Axon to Promote Microtubule Stabilization during Neuronal Polarization. Neuron. 2017;94: 809–825.e7. 10.1016/j.neuron.2017.04.042 [DOI] [PubMed] [Google Scholar]

Decision Letter 0

Giorgio F Gilestro

9 Jun 2020

PONE-D-20-15371

AutoNeuriteJ: An ImageJ plugin for measurement and classification of neuritic extensions

PLOS ONE

Dear Dr. Denarier,

Thank you for submitting your manuscript to PLOS ONE. After careful consideration, we feel that it has merit but does not fully meet PLOS ONE’s publication criteria as it currently stands. Therefore, we invite you to submit a revised version of the manuscript that addresses the points raised during the review process (see below).

Please submit your revised manuscript by Jul 24 2020 11:59PM. If you will need more time than this to complete your revisions, please reply to this message or contact the journal office at plosone@plos.org. When you're ready to submit your revision, log on to https://www.editorialmanager.com/pone/ and select the 'Submissions Needing Revision' folder to locate your manuscript file.

Please include the following items when submitting your revised manuscript:

  • A rebuttal letter that responds to each point raised by the academic editor and reviewer(s). You should upload this letter as a separate file labeled 'Response to Reviewers'.

  • A marked-up copy of your manuscript that highlights changes made to the original version. You should upload this as a separate file labeled 'Revised Manuscript with Track Changes'.

  • An unmarked version of your revised paper without tracked changes. You should upload this as a separate file labeled 'Manuscript'.

If you would like to make changes to your financial disclosure, please include your updated statement in your cover letter. Guidelines for resubmitting your figure files are available below the reviewer comments at the end of this letter.

If applicable, we recommend that you deposit your laboratory protocols in protocols.io to enhance the reproducibility of your results. Protocols.io assigns your protocol its own identifier (DOI) so that it can be cited independently in the future. For instructions see: http://journals.plos.org/plosone/s/submission-guidelines#loc-laboratory-protocols

We look forward to receiving your revised manuscript.

Kind regards,

Giorgio F Gilestro, PhD

Academic Editor

PLOS ONE

Journal Requirements:

When submitting your revision, we need you to address these additional requirements.

1. Please ensure that your manuscript meets PLOS ONE's style requirements, including those for file naming. The PLOS ONE style templates can be found at

https://journals.plos.org/plosone/s/file?id=wjVg/PLOSOne_formatting_sample_main_body.pdf and

https://journals.plos.org/plosone/s/file?id=ba62/PLOSOne_formatting_sample_title_authors_affiliations.pdf

[Note: HTML markup is below. Please do not edit.]

Reviewers' comments:

Reviewer's Responses to Questions

Comments to the Author

1. Is the manuscript technically sound, and do the data support the conclusions?

The manuscript must describe a technically sound piece of scientific research with data that supports the conclusions. Experiments must have been conducted rigorously, with appropriate controls, replication, and sample sizes. The conclusions must be drawn appropriately based on the data presented.

Reviewer #1: Yes

**********

2. Has the statistical analysis been performed appropriately and rigorously?

Reviewer #1: Yes

**********

3. Have the authors made all data underlying the findings in their manuscript fully available?

The PLOS Data policy requires authors to make all data underlying the findings described in their manuscript fully available without restriction, with rare exception (please refer to the Data Availability Statement in the manuscript PDF file). The data should be provided as part of the manuscript or its supporting information, or deposited to a public repository. For example, in addition to summary statistics, the data points behind means, medians and variance measures should be available. If there are restrictions on publicly sharing data—e.g. participant privacy or use of data from a third party—those must be specified.

Reviewer #1: Yes

**********

4. Is the manuscript presented in an intelligible fashion and written in standard English?

PLOS ONE does not copyedit accepted manuscripts, so the language in submitted articles must be clear, correct, and unambiguous. Any typographical or grammatical errors should be corrected at revision, so please note any specific errors here.

Reviewer #1: Yes

**********

5. Review Comments to the Author

Please use the space provided to explain your answers to the questions above. You may also include additional comments for the author, including concerns about dual publication, research ethics, or publication ethics. (Please upload your review as an attachment if it exceeds 20,000 characters)

Reviewer #1: This manuscript describes AutoNeuriteJ, a new ImageJ plugin for measuring the length and classifying neurites from fluorescently labelled neurons. The authors validate this plugin by benchmarking against manual annotation, and by analysis of neurite length under experimental perturbations.

This work meets all the criteria for publication as listed in the PLOS ONE site. The results of the validation experiments support the conclusion that AutoNeuriteJ is a reliable and useful tool for analyzing neurite morphology that could see adoption by many labs.

I have minor comments and suggestions:

1. Please briefly describe the criteria for indicating if a neuron possesses an axon/is polarized. This information could be presented in Part III: Measurement and classification of neurites.

2. In Figure 3A, the biggest outliers are all above the line, indicating that when analyzed by AutoNeuriteJ, these outliers have ~10-70% greater lengths as estimated by eye from Figure 3A This result suggests that the outliers are not random but may be due to some systematic difference in the measurement process for about 5% of the neurons. This is not a serious issue but if the authors have some insights into how these discrepancies could arise, it would be very useful to discuss this briefly since it can help users understand how to optimize their analysis.

3. There are some minor typos and phrases that could be tweaked for better clarity:

- Figure 5 legend: "Length of the longest neurites for cells presenting an axon or not treated with Sema3E" should be rephrased or have a comma after "not" to remove ambiguity and make clear that the groups are not "presenting an axon" and "not treated with Sema3E."

- Page 8, paragraph 2: "the mean length of primary neurites without the longest in unpolarized cells" - this phrase needs a noun after the word "longest."

- Page 12, paragraph 1: "wiskers" is a typo - should be "whiskers"

**********

6. PLOS authors have the option to publish the peer review history of their article (what does this mean?). If published, this will include your full peer review and any attached files.

If you choose “no”, your identity will remain anonymous but your review may still be made public.

Do you want your identity to be public for this peer review? For information about this choice, including consent withdrawal, please see our Privacy Policy.

Reviewer #1: No

[NOTE: If reviewer comments were submitted as an attachment file, they will be attached to this email and accessible via the submission site. Please log into your account, locate the manuscript record, and check for the action link "View Attachments". If this link does not appear, there are no attachment files.]

While revising your submission, please upload your figure files to the Preflight Analysis and Conversion Engine (PACE) digital diagnostic tool, https://pacev2.apexcovantage.com/. PACE helps ensure that figures meet PLOS requirements. To use PACE, you must first register as a user. Registration is free. Then, login and navigate to the UPLOAD tab, where you will find detailed instructions on how to use the tool. If you encounter any issues or have any questions when using PACE, please email PLOS at figures@plos.org. Please note that Supporting Information files do not need this step.

PLoS One. 2020 Jul 16;15(7):e0234529. doi: 10.1371/journal.pone.0234529.r002

Author response to Decision Letter 0


11 Jun 2020

Dear Editor,

We thank the reviewer and the editor for their interest in our work.

We corrected the manuscript according to the reviewer's recommendations. We hope that our manuscript is now acceptable for publication in Plos One.

Response to the reviewer :

"1. Please briefly describe the criteria for indicating if a neuron possesses an axon/is polarized. This information could be presented in Part III: Measurement and classification of neurites"

We clarified the criteria used in our study in the text :

The longest neurite will be considered as an axon if it satisfies to standard criteria [11], i.e. in our study the criteria were set to : the length of the axon should be twice the size of the second longest neurite and longer than 100 pixels . These parameters can be set by the user.

"2. In Figure 3A, the biggest outliers are all above the line, indicating that when analyzed by AutoNeuriteJ, these outliers have ~10-70% greater lengths as estimated by eye from Figure 3A This result suggests that the outliers are not random but may be due to some systematic difference in the measurement process for about 5% of the neurons. This is not a serious issue but if the authors have some insights into how these discrepancies could arise, it would be very useful to discuss this briefly since it can help users understand how to optimize their analysis."

We obtained insight for the outliers and added theses informations in the text.

By inspecting the data corresponding to points far above the fitted line we observed that they represent cells that have not been segmented correctly (e.g. Several cells are fused and present a single nucleus). These cells can be easily removed from the binarized stacks of neurons before the neurite measurement part of AutoNeuriteJ.

"3. There are some minor typos and phrases that could be tweaked for better clarity:- Figure 5 legend: "Length of the longest neurites for cells presenting an axon or not treated with Sema3E" should be rephrased or have a comma after "not" to remove ambiguity and make clear that the groups are not "presenting an axon" and "not treated with Sema3E."

The sentence has been rewritten to : (A) Length of the longest neurites for polarized and unpolarized cells treated or not with Sema3E

"4- Page 8, paragraph 2: "the mean length of primary neurites without the longest in unpolarized cells" - this phrase needs a noun after the word "longest."- Page 12, paragraph 1: "wiskers" is a typo - should be "whiskers"

The manuscript has been corrected accordingly.

Attachment

Submitted filename: ResponseToReviewer.docx

Decision Letter 1

Giorgio F Gilestro

30 Jun 2020

AutoNeuriteJ: An ImageJ plugin for measurement and classification of neuritic extensions

PONE-D-20-15371R1

Dear Dr. Denarier,

We’re pleased to inform you that your manuscript has been judged scientifically suitable for publication and will be formally accepted for publication once it meets all outstanding technical requirements.

Within one week, you’ll receive an e-mail detailing the required amendments. When these have been addressed, you’ll receive a formal acceptance letter and your manuscript will be scheduled for publication.

An invoice for payment will follow shortly after the formal acceptance. To ensure an efficient process, please log into Editorial Manager at http://www.editorialmanager.com/pone/, click the 'Update My Information' link at the top of the page, and double check that your user information is up-to-date. If you have any billing related questions, please contact our Author Billing department directly at authorbilling@plos.org.

If your institution or institutions have a press office, please notify them about your upcoming paper to help maximize its impact. If they’ll be preparing press materials, please inform our press team as soon as possible -- no later than 48 hours after receiving the formal acceptance. Your manuscript will remain under strict press embargo until 2 pm Eastern Time on the date of publication. For more information, please contact onepress@plos.org.

Kind regards,

Giorgio F Gilestro, PhD

Academic Editor

PLOS ONE

Additional Editor Comments (optional):

Reviewers' comments:

Acceptance letter

Giorgio F Gilestro

6 Jul 2020

PONE-D-20-15371R1

AutoNeuriteJ: An ImageJ plugin for measurement and classification of neuritic extensions

Dear Dr. Denarier:

I'm pleased to inform you that your manuscript has been deemed suitable for publication in PLOS ONE. Congratulations! Your manuscript is now with our production department.

If your institution or institutions have a press office, please let them know about your upcoming paper now to help maximize its impact. If they'll be preparing press materials, please inform our press team within the next 48 hours. Your manuscript will remain under strict press embargo until 2 pm Eastern Time on the date of publication. For more information please contact onepress@plos.org.

If we can help with anything else, please email us at plosone@plos.org.

Thank you for submitting your work to PLOS ONE and supporting open access.

Kind regards,

PLOS ONE Editorial Office Staff

on behalf of

Dr. Giorgio F Gilestro

Academic Editor

PLOS ONE

Associated Data

    This section collects any data citations, data availability statements, or supplementary materials included in this article.

    Supplementary Materials

    S1 Data

    (ZIP)

    S2 Data

    (ZIP)

    Attachment

    Submitted filename: ResponseToReviewer.docx

    Data Availability Statement

    All relevant data are within the manuscript and its Supporting Information files.


    Articles from PLoS ONE are provided here courtesy of PLOS

    RESOURCES