Skip to main content

ANDA: an open-source tool for automated image analysis of in vitro neuronal cells

Abstract

Background

Imaging of in vitro neuronal differentiation and measurements of cell morphologies have led to novel insights into neuronal development. Live-cell imaging techniques and large datasets of images have increased the demand for automated pipelines for quantitative analysis of neuronal morphological metrics.

Results

ANDA is an analysis workflow that quantifies various aspects of neuronal morphology from high-throughput live-cell imaging screens of in vitro neuronal cell types. This tool automates the analysis of neuronal cell numbers, neurite lengths and neurite attachment points. We used chicken, rat, mouse, and human in vitro models for neuronal differentiation and have demonstrated the accuracy, versatility, and efficiency of the tool.

Conclusions

ANDA is an open-source tool that is easy to use and capable of automated processing from time-course measurements of neuronal cells. The strength of this pipeline is the capability to analyse high-throughput imaging screens.

Peer Review reports

Background

One of the defining characteristics of the central nervous system is the neuronal interconnectivity which facilitates the cell-to-cell communication required for normal brain function [1]. Establishment of neuronal networks in the developing brain are constituted by neuronal connections and can be influenced by the surrounding glia [2]. Neural development is a spatiotemporally fine-tuned biological process that spans the genesis of neurons to the maturation of functional neural tissues. The differentiation of neural cells is composed of steps such as cellular proliferation, neurite extension, neurite branching, synaptogenesis, and refinement of connections [3]. Modelling neuronal differentiation in a dish can provide new insights into how these connections are formed and altered. Many in vitro neuronal models are in use for genetic and pharmacologic screens such as neuronal differentiation cultures of mouse and human embryonic stem cells, induced pluripotent cells, neuronal stem cells, immortalized tumour cells (human neuroblastoma cells SH-SY5Y), NT2 human embryonal carcinoma cells, PC12 rat pheochromocytoma cells, and chicken and rodent primary neuronal cultures [4,5,6,7,8,9,10,11,12,13,14,15]. When microscopy is applied in these studies, the focus has been on changes to different morphologic parameters of neuronal cells, often in a high-throughput manner [16,17,18,19,20,21,22,23,24]. The use of label-free time-course phase contrast microscopy has increased our understanding on the rise, development, and maturation of neuronal networks without being confounded by factors such as phototoxicity [23, 25, 26]. Moreover, live-cell imaging with high spatial and temporal resolution has resulted in a massive increase in data volume and complexity [27, 28]. Image processing of large datasets from high throughput imaging platforms generally involve many steps of image pre-processing, segmentation, phenotype quantification and subsequent analysis [29, 30]. This stresses the need for software applications for large image data sets and automated approaches for reproducibility.

We have developed ANDA, an open-source tool for automated high-throughput image analysis of in-vitro neuronal cell cultures. ANDA is a desktop application built with TAURI that uses Python 3 scripts for data handling and function-call execution, summoning ImageJ functions from Fiji [31,32,33]. ANDA's main advantage is that it offers a graphical user interface that makes it easier to analyze phase contrast images with ImageJ, a process which would otherwise require extensive serial batch macro scripting that would have to be modified on a case-by-case basis.

We show that ANDA can quantify various metrics of three neuronal cell models with distinct differences in morphologies: chicken cerebellar granule neurons (CGNs), mouse primary neurons, neuronally differentiating rat PC12 cells (PC12Ns), human neuroblastoma SH-SY5Y cells (SH-SY5Ys) and pre-terminally neuronal differentiated human-derived embryonal carcinoma NTERA2 cells (NT2Ns). Decisive metrics in neuronal morphology, particularly cell bodies, neurites and neurite attachment points are retrieved and reproducibly quantified, either at single time points or in time series. ANDA is open source under the MIT license and is available on GitHub (https://github.com/EskelandLab/ANDA).

Implementation

Image analysis of neuronal cell types

ANDA is a tool that can measure quantity, size and shape of cell bodies, neurites, and neurite attachment points from segmented images. Furthermore, ANDA fully automates image analysis and output data summarization (Fig. 1). Prior to quantification, ANDA can be used to threshold raw images and apply different algorithms from Fiji [31] for segmentation (Additional file 1: Table S1). The pipeline also includes the option of using pre-segmented images as input. After thresholding and watershed algorithms [34] are implemented, ANDA identifies cell bodies and neurites based on segmented images. This measurement requires customization of the size and circularity of the cell bodies and neurites for the neuronal cell type of interest (Additional file 1: Table S2). Sobel edge detection is applied to identify the neurite attachment points and all output data is summarised in csv-files.

Fig. 1
figure 1

A flowchart of ANDA. Raw phase contrast images are segmented prior to identification and analysis of cell bodies or neurites. The mapping of cell bodies and neurites yield results of their own, or their outlines can be used to identify neurite attachment points. This is done by applying Sobel edge detection on the neurite outlines, followed by colour inversion of cell body outlines and neurite edges. Thereafter, the overlap between cell bodies and neurites are determined by image multiplication. These overlaps are quantified as neurite attachment points. The data is summarized in different csv files

Workflow

ANDA's workflow is designed to be straightforward and easy to customize for the user. The downstream image analysis parameters are set using a graphical user interface. Before automated image analysis, settings for cell line and neurite aspect ratio inclusion threshold have to be defined as input parameters. The images of CGNs, mouse primary neurons, NT2Ns, SH-SY5Ys and PC12Ns are successively processed and analysed in Fiji [31] and the raw output saved in csv-files. After completion of the image analysis, mean values of each selected analysis metric for each image are summarized into separate csv-files.

Quantification of neuronal morphological metrics

ANDA presents the option to threshold images from multiple global thresholding algorithms available in Fiji [31] (Additional file 1: Table S1). In addition, the user can choose to apply a watershed algorithm to segment the images even further or use pre-segmented images as input and thereby skip a redundant segmentation step altogether. Some cell types such as the human pre-terminally differentiated NT2Ns exhibit contrast-levels that are too low to be reliably distinguished from background using standard thresholding methods, necessitating a separate segmentation-step of Weka segmentation. Weka segmentation is an unsupervised trainable machine learning algorithm that is included in Fiji, and which can improve the delineation of low-contrast objects from background, given proper training (Additional file 1: Figure S1) [35]. Following segmentation, the quantity, size and shape of cell bodies, neurites and neurite attachment points, are measured using built-in features in Fiji [31]. Cell bodies are isolated from background by applying image thresholding followed by a watershed algorithm. Similarly, neurites can be retrieved by isolating the motifs from background with thresholding and watershed algorithm. Cell bodies and neurites are quantified by identifying motifs with custom-set size and circularity criteria specified for each cell type (Additional file 1: Table S2). Neurite attachment points, a collective term for neurite trunks and neurite terminal ends, are retrieved by highlighting the edges of the neurite outlines with Sobel edge detector after thresholding and watershed algorithm, and thereafter isolating the overlap between cell body outlines and neurite outlines by colour inversion and image multiplication.

Availability and set-up

ANDA uses brightfield images from in vitro neuronal cultures stored on disk and generates csv- files from the analysis. To be able to run ANDA download or git clone https://github.com/ EskelandLab/ANDA. For set up, example images generated and analysed in the current study can be downloaded from NeuroImaging Tools & Resources Collaboratory (NITRC) (https://www.nitrc.org/projects/anda_neuronal). Moreover, example output data for analysis has been made available for user-friendly verification of ANDA set-up.

Results

Qualitative measurement assessment

Automated quantification of neuronal metrics from high-throughput experiments is the main purpose of our pipeline (Fig. 1). The quality of ANDA’s ability to quantify neuronal differentiation metrics was assessed using outlines of identified structures in freshly plated and in vitro day 3 CGN cells (Fig. 2), as well as freshly plated and differentiated PC12Ns (Additional file 1: Figure S2), differentiated NT2Ns (Additional file 1: Figure S3), neuroblastoma SH-SY5Y (Additional file 1: Figure S4) and in vitro day 8 E16 primary mouse neurons (Additional file 1: Figure S5). Details of the cultivation of these five cell types are described in Additional file information [18, 36, 37]. To obtain phase contrast images of the cells we used the live-cell imaging platforms IncuCyte® ZOOM for the CGN and PC12N cells, and IncuCyte® S3 for the NT2N, SH-SY5Y and primary mouse neuronal cells (Additional file methods). Generally, freshly plated cells are spherical and do not exhibit neurite outgrowth until proper attachment to the growth vessel. ANDA consistently identified cell bodies in freshly plated chicken cells and in vitro day 3 (Fig. 2B, F) and mouse primary neurons in vitro day 8 (Additional file 1: Figure S5B). This trend was also observed in the PC12N, NT2N and SH-SY5Y models (Additional file 1: Figures S2B, 2E, 3B, 3E and 4B), although the NT2N cell bodies tend to have a more oblong shape.

Fig. 2
figure 2

Identified cell structures from ANDA image analysis of CGN cells. A Phase contrast image of freshly plated cells. B Outlines of identified cell bodies in freshly plated cells. C Outlines of identified neurites in freshly plated cells. D Outlines of identified neurite attachment points in freshly plated cells. E Phase contrast of CGN cells at day in vitro (DIV) 3. F Outlines of identified cell bodies at DIV 3. G Outlines of identified neurites at DIV 3. H Outlines of identified neurite attachment points at DIV 3. Scale bar is 100 µm

ANDA identified CGN neurite structures at in vitro day 3 (Fig. 2G), with some artefactual identification of neurites in freshly plated cells (Fig. 2C). Similarly, neurite structures were identified in vitro day 8 mouse primary neurons (Additional file 1: Figure S5C). ANDA also detected neurite structures in three days differentiated PC12N cells but not in freshly plated cells (Additional file 1: Figures S2C, F). Some neurite structures were detected in the freshly plated NT2N cells with a clear increase after three days of differentiation (Additional file 1: Figures S3C, F). For SH-SY5Y cells cultivated for two days, some neurite structures were detected as expected for a neuronal type morphology [37]. The identification of neurite attachment points relies on identified neurite and cell body structures in the image. In freshly plated CGN and NT2N cells, ANDA falsely detected some neurites that also resulted in detection of false positive neurite attachment points (Figs. 2D and Additional file 1: Fig. S3C). True positive identification of neurite attachment points was more consistent at in vitro day 3 (Fig. 2H), NT2N day 7 neuronal differentiation (Additional file 1: Figure S3F) and mouse primary neurons (Additional file 1: Figure S5C). Based on these observations, we show that ANDA’s ability to quantify neuronal differentiation metrics improves with neuronal morphological development.

Measurement of neuronal morphology in cell models across species

We next used ANDA to measure the morphological dynamics in chicken CGN, rat PC12N and human NT2N cells. All three models exhibit morphologies applicable for quantification of neuronal metrics. CGNs and NT2Ns exhibited a decrease in cell body count throughout differentiation, whereas PC12Ns displayed an initial slight increase up to 50 h followed by a decrease (Fig. 3). The drop in PC12Ns after 50 h can be explained by the developed dependency to nerve growth factor (NGF), and the subsequent depletion thereof in the culture media. Mean neurite lengths remained stable with a slight increase for all three models (Fig. 3A, C, E). Overall, the number of cell bodies decreased in the CGN model, however there may also be some cell bodies that cluster together that is difficult to distinguish with an automated workflow. The NT2N model exhibited decrease in numbers of cell bodies whereas cell bodies for PC12Ns showed an increase and later decreased towards the end of the experiment.

Fig. 3
figure 3

Analysis of neuronal differentiation metrics in CGNs, NT2Ns and PC12Ns. Time course measurements of neuronal differentiation in A CGNs, C NT2Ns and E PC12Ns. Sample phase contrast images of B differentiating CGNs (at 1.5, 25.5, 49.5 and 85.5 h) D Weka segmented images of differentiating NT2N cells (at 0, 60, 120 and 190.5 h) and F differentiating PC12Ns (at 1.5, 25.5, 49.5 and 73.5 h). Scale bar is 200 µm, px represents pixels

We observe that CGN cells developed longer and fewer neurites over time whereas the NT2N cells extended more and longer neurites (Fig. 3A–D). For the PC12N cells we did not detect a substantial difference, which may be because naïve PC12 cells have neurite-like filopodial protuberances that can be difficult to differentiate from neurites using our automated workflow (Fig. 3E–F). As fewer cells and neurites indicate fewer cell-to-neurite connections, the frequency of neurite attachment points also decreased in the CGNs. The number of neurite attachment points was slowly decreasing and stabilizing after approximately 50 h in the CGN cells (Fig. 3A). Similarly, the number of neurite attachment points slowly decreased but after approximately 120 h followed by a steady increase in the differentiating NT2N cells (Fig. 3C). The number of neurite attachment points curve for PC12N cells had a rapid increase followed by stabilization and decrease (Fig. 3E). Both PC12N and NT2N cells presented a low number of neurite attachment points compared to CGNs.

Quality assessment by manual quantification

To verify the image analysis quality of ANDA, we have used a selection of images of CGNs at early and late stages after seeding in vitro and compared the quantified output from ANDA with manual measurements (Fig. 4). The comparison between manual consensus quantification [38] and ANDA’s ability to quantify cell bodies indicates that ANDA tends to underestimate the true number of cell bodies in each image. However, both analyses showed the same trend of decreasing number of cell bodies over time (Fig. 4A). We next compared the neurite length analysis output from ANDA with manual measurements and the commercially available IncuCyte® NeuroTrack Software Module (NeuroTrack) provided by Essen BioScience (Sartorius). All three analysis methods showed a similar trend in increasing mean neurite lengths over time, but both computational methods tended to underestimate the neurite lengths, especially at the later time points of CGN compared to manual counts (Fig. 4B). Next, we used a selection of images of early and late in vitro differentiated NT2Ns and compared the quantified output from ANDA with manual consensus measurements of cell bodies and neurites (Fig. 4C–D). The trends were similar to manual annotation of CGNs, ANDA underestimates the true NT2N cell numbers and neurite lengths.

Fig. 4
figure 4

Comparison of analysis with ANDA and manual quantification of CGN and NT2N cells. A Comparison of output after analysis of CGN cell body counts with ANDA and manual quantification. B Comparison of output after analysis of CGN neurite lengths with ANDA, manual measurements and NeuroTrack. C Comparison of output after analysis of cell body count with ANDA and manual quantification three randomly selected areas of three differentiation time-points (0, 72 and 120 h) of NT2Ns. D Comparison of output after analysis of neurite lengths with ANDA and manual measurements of NT2Ns. Manual measurements for each time-point are presented as an average of two consensus counts of n = 2 randomly selected images at three stages of CGNs in vitro differentiation (DIV1, 2 and 3) and an average of two consensus counts of n = 3 randomly selected images per time-point (0, 72 and 120 h) of NT2N cell differentiation

Comparison of cell body analytics between ANDA and NeuroTrack could not be performed quantitatively, as NeuroTrack quantifies cells into clusters instead of attempting to delineate individual cells (Fig. 5). Judging qualitatively, both ANDA and NeuroTrack showed a tendency to detect cell bodies with minor differences to the manual measurements in the early and mid-stage time points (Fig. 5A, B). At the latest time point, NeuroTrack identified the density of cell bodies more precisely than ANDA (Fig. 5C), while yielding more false positives. The number of neurite structures was underestimated by both computational methods especially at the mid-stage time point (Fig. 5B). Although neurite counts and lengths were underestimated in comparison to the manual quantifications thereof, both ANDA and NeuroTrack tended to correctly identify oblong structures as neurites during the latest time point in CGN development (Fig. 5C).

Fig. 5
figure 5

Mask comparisons between manual measurements, ANDA and NeuroTrack. From left to right: Phase contrast images, cell bodies, neurites, mask overlay. From top to bottom: manual measurements, ANDA, NeuroTrack. A CGNs day in vitro (DIV) 1; B DIV 2 and C DIV 3. Colours in the “overlay” panels represent cell bodies (yellow) and neurites (magenta)

Time-course analysis with ANDA

To better demonstrate the utility of ANDA for larger quantitative datasets, we set up time-course treatments with a low dose of cytosine arabinoside (AraC) in CGNs and NT2Ns (Fig. 6). AraC is a mitotic inhibitor often used as an inhibitor of glial cell proliferation in neuronal cell cultures [18]. AraC treatment is therefore expected to impact number of cell bodies over time. We performed measurements of eight areas from three individual wells during a time-course of every 12 h for a total of 132 h for CGNs (Fig. 6A–C) and every 6 h for a total of 66 h for NT2Ns (Fig. 6D–E). We observed a decrease of CGN cell number from 60 h upon AraC treatment compared to control. This was concomitant with increase in CGN neurite lengths and reduction in neurite attachment points. For NT2N no effect of AraC was observed for all three metrices, likely due to the measurement time course being too short.

Fig. 6
figure 6

Time-course analysis of cell bodies, neurite length and attachment points in normal culture media and upon 10 µm AraC treatment by ANDA. A CGN cell body count, B CGN neurite length, C CGN neurite attachment points, D NT2N cell body count, E NT2N neurite length and F NT2N neurite attachment points. NT2N images were WEKA segmented before analysis. Each point represents average of three measurements and error bars are standard deviation. Px represents pixels

We have previously shown that ANDA is able to quantify the impact CGN and NT2N neurite lengths and neurite attachment points upon treatment with increasing doses of the analgesic paracetamol (acetaminophen) [18]. After 72 h, lower doses of paracetamol had no significant effect on NT2Ns, whereas the highest dose showed an effect on neurite length and neurite attachment points.

Discussion

ANDA is an image analysis tool particularly useful for analysis of large datasets from live cell high-throughput neuronal image time-series and drug exposures [18]. The comparison of the metrics of the five different in vitro cell models suggests that the numerical output from analysis with ANDA is relatively consistent with what is observed in the images. In comparing ANDA to NeuroTrack, the two methods yielded relatively similar outputs. However, whereas NeuroTrack averages cell body counts into clusters, ANDA quantifies individual soma, including somatic characteristics such as size and shape, yielding a much higher granularity of data. The discrepancies between the numerical output and what is observed in the images can to a large degree be attributed to identification of false positive structures such as dead cell debris or structures falsely quantified due to over segmentation of the images. As with any automated method, ANDA comes with some limitations.

These limitations are mostly dependent on the quality of the data, with higher quality reducing the possibility of errors by image pre-processing and segmentation. Therefore, we have outlined some recommendations for image analysis to improve the quality of the output. For any new cell type to be analysed, we recommend doing a manual consensus quantification to set up the ANDA analysis. The experimental setup should ensure that cell densities do not become excessively high. As ANDA is not performing uncertainty assessment, we recommend the use of images with notable contrast between cells and background. If low-contrast cells are used, as described here for NT2Ns, we strongly recommend Weka-based pre-segmentation prior to analysis with ANDA [35]. At too high cell densities ANDA is not able to correctly segment cells from each other or the background. Furthermore, ANDA is not able to distinguish individual neurites in fasciculated neurite bundles and will only retrieve the length of the identified oblong objects, regardless of its width. False positive neurites can be identified by comparing image outlines with the raw data. ANDA also includes the option to set an aspect ratio threshold for which oblong structures are regarded as false positive or not. Some primary cells, glial cells and neuronal cells cannot be clearly distinguished by phase contrast alone. The user can, however, isolate granule cells from the images based on criteria such as size and shape.

We have shown that ANDA was able to capture the overall trend from the images represented here, albeit with a subtle over- or under-estimation of the number of neuronal metrics (Fig. 3). To address this, we have included an option to remove falsely identified neurites from the final output based on neurite aspect ratio in ANDA. This can be achieved by setting a certain threshold. All neurite structures with an aspect ratio below this will be regarded as false positive and therefore not included in the final output when mean neurite length and number of neurite attachment points are summarized.

Conclusion

We have demonstrated that the open-source tool ANDA is suitable for analysis of high-throughput images of differentiating neuronal cells from human, mouse, rat, and chicken in vitro models. ANDA can effectively analyse time-series image sets of differentiating neuronal cells with vastly differing morphologies. To that end, we have shown that ANDA is an accurate, versatile, efficient, and user-friendly tool for quantification of neuronal morphometrics in different model systems.

Project name ANDA: An open-source tool for automated image analysis of neuronal differentiation.

Project home page https://github.com/EskelandLab/ANDA and https://www.nitrc.org/projects/anda_neuronal/

Operating system(s) Linux, MacOS, Windows.

Programming language Python, shell, HTML, CSS, JavaScript, Rust.

License MIT.

Any restrictions to use by non-academics MIT.

Availability of data and materials

Example datasets generated and analysed during the current study are available as downloads in the NeuroImaging Tools & Resources Collaboratory (NITRC) https://www.nitrc.org/projects/anda_neuronal.

References

  1. Sporns O. Brain connectivity. Scholarpedia. 2007;2:4695.

    Article  Google Scholar 

  2. Fields RD, Woo DH, Basser PJ. Glial regulation of the neuronal connectome through local and long-distant communication. Neuron. 2015;86:374–86.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  3. Rice D, Barone S. Critical periods of vulnerability for the developing nervous system: evidence from humans and animal models. Environ Health Perspect. 2000;108(suppl 3):511–33.

    Article  PubMed  PubMed Central  Google Scholar 

  4. Samara A, Falck M, Spildrejorde M, Leithaug M, Acharya G, Lyle R, et al. Robust neuronal differentiation of human embryonic stem cells for neurotoxicology. STAR Protocols. 2022;3: 101533.

    Article  PubMed  PubMed Central  Google Scholar 

  5. Agholme L, Lindström T, Kågedal K, Marcusson J, Hallbeck M. An in vitro model for neuroscience: differentiation of SH-SY5Y cells into cells with morphological and biochemical characteristics of mature neurons. J Alzheimer’s Dis. 2010;20:1069–82.

    Article  CAS  Google Scholar 

  6. Coyle DE, Li J, Baccei M. Regional differentiation of retinoic acid-induced human pluripotent embryonic carcinoma stem cell neurons. PLoS ONE. 2011;6: e16174.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  7. Bjornstad S, Austdal LPE, Roald B, Glover JC, Paulsen RE. Cracking the egg: potential of the developing chicken as a model system for non-clinical safety studies of pharmaceuticals. J Pharmacol Experim Ther. 2015;115:227025.

    Google Scholar 

  8. Haile Y, Fu W, Shi B, Westaway D, Baker G, Jhamandas J, et al. Characterization of the NT2-derived neuronal and astrocytic cell lines as alternative in vitro models for primary human neurons and astrocytes. J Neurosci Res. 2014;92:1187–98.

    Article  CAS  PubMed  Google Scholar 

  9. Hill EJ, Jiménez-González C, Tarczyluk M, Nagel DA, Coleman MD, Parri HR. NT2 derived neuronal and astrocytic network signalling. PLoS ONE. 2012;7: e36098.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  10. Gunhanlar N, Shpak G, van der Kroeg M, Gouty-Colomer LA, Munshi ST, Lendemeijer B, et al. A simplified protocol for differentiation of electrophysiologically mature neuronal networks from human induced pluripotent stem cells. Mol Psychiatry. 2018;23:1336–44.

    Article  CAS  PubMed  Google Scholar 

  11. Kuijlaars J, Oyelami T, Diels A, Rohrbacher J, Versweyveld S, Meneghello G, et al. Sustained synchronized neuronal network activity in a human astrocyte co-culture system. Sci Rep. 2016;6:36529.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  12. Radio NM, Breier JM, Shafer TJ, Mundy WR. Assessment of chemical effects on neurite outgrowth in PC12 cells using high content screening. Toxicol Sci. 2008;105:106–18.

    Article  CAS  PubMed  Google Scholar 

  13. Bain G, Kitchens D, Yao M, Huettner JE, Gottlieb DI. Embryonic stem cells express neuronal properties in vitro. Dev Biol. 1995;168:342–57.

    Article  CAS  PubMed  Google Scholar 

  14. Imaizumi K, Okano H. Modeling neurodevelopment in a dish with pluripotent stem cells. Dev Growth Differ. 2021;63:18–25.

    Article  PubMed  Google Scholar 

  15. Jacobs CM, Aden P, Mathisen GH, Khuong E, Gaarder M, Løberg EM, et al. Chicken cerebellar granule neurons rapidly develop excitotoxicity in culture. J Neurosci Methods. 2006;156:129–35.

    Article  PubMed  Google Scholar 

  16. Dehmelt L, Poplawski G, Hwang E, Halpain S. NeuriteQuant: an open source toolkit for high content screens of neuronal morphogenesis. BMC Neurosci. 2011;12:1–14.

    Article  Google Scholar 

  17. Vieira MS, Santos AK, Vasconcellos R, Goulart VAM, Parreira RC, Kihara AH, et al. Neural stem cell differentiation into mature neurons: mechanisms of regulation and biotechnological applications. Biotechnol Adv. 2018;36:1946–70.

    Article  CAS  PubMed  Google Scholar 

  18. Labba N-A, Wæhler HA, Houdaifi N, Zosen D, Haugen F, Paulsen RE, et al. Paracetamol perturbs neuronal arborization and disrupts the cytoskeletal proteins SPTBN1 and TUBB3 in both human and chicken in vitro models. Toxicol Appl Pharmacol. 2022;449: 116130.

    Article  CAS  PubMed  Google Scholar 

  19. Buchser WJ, Slepak TI, Gutierrez-Arenas O, Bixby JL, Lemmon VP. Kinase/phosphatase overexpression reveals pathways regulating hippocampal neuron morphology. Mol Syst Biol. 2010;6:391.

    Article  PubMed  PubMed Central  Google Scholar 

  20. Blackmore MG, Moore DL, Smith RP, Goldberg JL, Bixby JL, Lemmon VP. High content screening of cortical neurons identifies novel regulators of axon growth. Mol Cell Neurosci. 2010;44:43–54.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  21. Hu M, Schurdak ME, Puttfarcken PS, El Kouhen R, Gopalakrishnan M, Li J. High content screen microscopy analysis of Aβ1–42-induced neurite outgrowth reduction in rat primary cortical neurons: Neuroprotective effects of α7 neuronal nicotinic acetylcholine receptor ligands. Brain Res. 2007;1151:227–35.

    Article  CAS  PubMed  Google Scholar 

  22. Verschuuren M, Verstraelen P, García-Díaz Barriga G, Cilissen I, Coninx E, Verslegers M, et al. High-throughput microscopy exposes a pharmacological window in which dual leucine zipper kinase inhibition preserves neuronal network connectivity. Acta Neuropathol Commun. 2019;7:93.

    Article  PubMed  Google Scholar 

  23. Breier JM, Radio NM, Mundy WR, Shafer TJ. Development of a high-throughput screening assay for chemical effects on proliferation and viability of immortalized human neural progenitor cells. Toxicol Sci. 2008;105:119–33.

    Article  CAS  PubMed  Google Scholar 

  24. 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.

    Article  PubMed  Google Scholar 

  25. Vicar T, Balvan J, Jaros J, Jug F, Kolar R, Masarik M, et al. Cell segmentation methods for label-free contrast microscopy: review and comprehensive comparison. BMC Bioinformatics. 2019;20:360.

    Article  PubMed  PubMed Central  Google Scholar 

  26. Harrill JA, Mundy WR. Quantitative Assessment of Neurite Outgrowth in PC12 Cells. In: Costa LG, Giordano G, Guizzetti M, editors. In vitro neurotoxicology: methods and protocols. Totowa NJ: Humana Press; 2011. p. 331–48.

    Chapter  Google Scholar 

  27. Verstraelen P, Pintelon I, Nuydens R, Cornelissen F, Meert T, Timmermans J-P. Pharmacological characterization of cultivated neuronal networks: relevance to synaptogenesis and synaptic connectivity. Cell Mol Neurobiol. 2014;34:757–76.

    Article  PubMed  Google Scholar 

  28. Stiegler NV, Krug AK, Matt F, Leist M. Assessment of chemical-induced impairment of human neurite outgrowth by multiparametric live cell imaging in high-density cultures. Toxicol Sci. 2011;121:73–87.

    Article  CAS  PubMed  Google Scholar 

  29. Weiyang C, Weiwei L, Xiangjun D, Jialun P. A review of biological image analysis. Curr Bioinform. 2018;13:337–43.

    Article  Google Scholar 

  30. Eliceiri KW, Berthold MR, Goldberg IG, Ibáñez L, Manjunath BS, Martone ME, et al. Biological imaging software tools. Nat Methods. 2012;9:697–710.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  31. Schindelin J, Arganda-Carreras I, Frise E, Kaynig V, Longair M, Pietzsch T, et al. Fiji: an open-source platform for biological-image analysis. Nat Methods. 2012;9:676–82.

    Article  CAS  PubMed  Google Scholar 

  32. Tauri C. The Tauri Programme within The Commons Conservancy.

  33. Van Rossum G, Drake FL. Python 3 reference manual. Scotts Valley: CreateSpace; 2009.

    Google Scholar 

  34. Vincent L, Soille P. Watersheds in digital spaces: an efficient algorithm based on immersion simulations. IEEE Trans Pattern Anal Mach Intell. 1991;13:583–98.

    Article  Google Scholar 

  35. Arganda-Carreras I, Kaynig V, Rueden C, Eliceiri KW, Schindelin J, Cardona A, et al. Trainable Weka Segmentation: a machine learning tool for microscopy pixel classification. Bioinformatics. 2017;33:2424–6.

    Article  CAS  PubMed  Google Scholar 

  36. Rakkestad KE, Sørvik IB, Øverby GR, Debernard KAB, Mathisen GH, Paulsen RE. 17α-Estradiol down-regulates glutathione synthesis in serum deprived PC-12 cells. Free Radical Res. 2014;48:1170–8.

    Article  CAS  Google Scholar 

  37. Feles S, Overath C, Reichardt S, Diegeler S, Schmitz C, Kronenberg J, et al. Streamlining culture conditions for the neuroblastoma cell line SH-SY5Y: a prerequisite for functional studies. Methods Protocols. 2022;5:58.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  38. Giovannucci A, Friedrich J, Gunn P, Kalfon J, Brown BL, Koay SA, et al. CaImAn an open source tool for scalable calcium imaging data analysis. Elife. 2019;8:38173.

    Article  CAS  Google Scholar 

Download references

Acknowledgements

We thank Ajay Yadav, Section for Pharmacology and Pharmaceutical Biosciences for the PC12N images and the National Institute of Occupational Health in Norway for sharing of IncuCyte® ZOOM equipment. Imaging with IncuCyte® S3 was performed at The MolMed Imaging Platform (MIP), University of Oslo. We are grateful for mouse primary neurons from Wen-Jin Cai and Farrukh Abbas Chaudry, Institute of Basic Medical Sciences, University of Oslo, and thank Marianne Fyhn, Department of Biosciences, University of Oslo for SH-SY5Y cells. We also thank Marit Ledsaak for technical assistance. The majority of informatic analysis was performed at saga super computing resources (Project NN9632K) provided by UNINETT Sigma2—the National Infrastructure for High Performance Computing and Data Storage in Norway. We have featured ANDA, and deposited microscopy images used in this study in NITRC (https://www.nitrc.org/projects/anda_neuronal/ under License CC BY 4.0.). NITRC, NITRC-IR, and NITRC-CE have been funded in whole or in part with Federal funds from the Department of Health and Human Services, National Institute of Biomedical Imaging and Bioengineering, the National Institute of Neurological Disorders and Stroke, under the following NIH grants: 1R43NS074540, 2R44NS074540, and 1U24EB023398 and previously GSA Contract No. GS-00F-0034P, Order Number HHSN268200100090U.

Funding

Open access funding provided by University of Oslo (incl Oslo University Hospital). This work was supported by PharmaTox Strategic Research Initiative, Faculty of Mathematics and Natural Sciences, University of Oslo, and was partly supported by the Research Council of Norway through its Centres of Excellence funding scheme 262652. We thank Institute of Basic Medical Sciences, Faculty of Medicine, University of Oslo for funding of HAW.

Author information

Authors and Affiliations

Authors

Contributions

HAW: Conceptualization, Software development, Investigation, Writing original draft, Writing—review and editing. NAL: Conceptualization, Investigation, Writing original draft, Writing—review and editing. REP: Conceptualization, Resources, Supervision, Writing review and editing. GKS: Software validation, Writing—review and editing. RE: Conceptualization, Resources, Project administration, Supervision, Writing—original draft, Writing—review and editing. All authors read and approved the final manuscript.

Corresponding author

Correspondence to Ragnhild Eskeland.

Ethics declarations

Ethics approval and consent to participate

Derivation of mouse primary neuronal cells from C57BL/6 J E16 embryos has been approved by Norwegian Food Safety Authority (Project No. 30120) in accordance with the guidelines of the Section of Comparative Medicine at the Institute of Basic Medical Sciences, University of Oslo, Norway.

Consent for publication

Not applicable.

Competing interests

All authors declare no competing interest.

Additional information

Publisher's Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Supplementary Information

Additional file 1: Figure S1.

NT2N cells before and after segmentation with Weka. Figure S2. Identified cell structures from ANDA image analysis of PC12N cells. Figure S3. Identified cell structures from ANDA image analysis of Weka segmented NT2N cells. Figure S4. Identified cell structures from ANDA image analysis of SH-SY5Y cells Figure S5. Identified cell structures from ANDA image analysis of E16 DIV 8 mouse primary neurons. Table S1. Fiji [1] and built-in features used for image analysis. Table S2. Size and shape criteria used for analysis of NT2Ns, CGNs, PC12Ns SHSY5Y cells, and mouse primary neurons for ANDA.

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated in a credit line to the data.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Wæhler, H.A., Labba, NA., Paulsen, R.E. et al. ANDA: an open-source tool for automated image analysis of in vitro neuronal cells. BMC Neurosci 24, 56 (2023). https://doi.org/10.1186/s12868-023-00826-z

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12868-023-00826-z

Keywords