My home page | Home

NETMORPH: a simulation tool for generating neuronal networks with realistic neuron morphologies


Introduction

The functioning of neurons and neuronal networks strongly depends on synaptic connectivity. At the network level, the organization of synaptic connectivity determines how information is transmitted and what patterns of activity can arise. At the neuron level, the dendritic distribution of synapses controls input integration and signal processing.

During development, neurons establish synaptic connections when their axons and dendrites come in close proximity to each other. Many extracellular guidance cues, such as cell adhesion molecules and diffusible chemoattractants, are thought to be involved in steering axons prior to synapse formation. In addition, the geometry of axonal and dendritic arborizations by itself may shape synaptic connectivity. Synapse formation requires close spatial apposition of axonal and dendritic branches, and the locations where this occurs will depend on axonal and dendritic morphology. Whether the formation of synaptic connectivity in local brain circuits requires that outgrowing axons and dendrites are guided by extracellular cues, or whether accidental appositions between freely outgrowing axons and dendrites can already account for baseline synaptic connectivity, remains an issue of debate (Van Ooyen et al., 2014).

NETMORPH is a simulation tool for generating neuronal networks with realistic neuron morphologies (Koene et al., 2009) in which the growth of axons and dendrites (collectively called neurites) is not guided by extracellular cues. Stochastic rules for neurite elongation and branching are used to grow neuron morphologies, and synapses are formed when axonal and dendritic branches come by chance within a threshold distance of each other. Below, a more detailed description of NETMORPH is given, including the models of neurite outgrowth and synapse formation implemented in NETMORPH, the use of the NETMORPH simulator and where it can be downloaded from, and a brief review of studies that have applied NETMORPH. For more information about NETMORPH, see Koene et al. (2009), Van Ooyen et al. (2014), the NETMORPH manual, and the Scholarpedia article on NETMORPH.


Overview

NETMORPH is a modular simulation tool for building synaptically connected networks with realistic neuron morphologies (Koene et al., 2009). Axonal and dendritic morphologies are created by stochastic rules for the behavior of individual growth cones, the structures at the tip of outgrowing neurites that mediate neurite elongation and branching. Neurons are located in 3D space, grow out independently of each other, and are not guided by any extracellular cues. Synapses between neurons are formed when crossing axonal and dendritic segments come sufficiently close to each other. The neurite outgrowth model implemented in NETMORPH is based on the stochastic rules for neurite branching and elongation that have been formulated by Van Pelt et al. and that have been shown to generate realistic neuronal morphologies. In brief, each growth cone has at each time step a probability of elongating the trailing neurite, a probability of branching and producing two daughter growth cones, and a probability of changing the direction of neurite outgrowth. The parameter values of the outgrowth model can be optimized so as to obtain an optimal match with the morphology of specific neuron types.


Neurite branching and elongation

Each terminal segment in an axonal or dendritic tree branches in a discrete time step with a probability that depends on the centrifugal order of the segment, the momentary total number of terminal segments in the tree, and a base-line factor that decreases with developmental time. The 3D outgrowth directions of the daughter branches after a branching event are determined as described in Koene et al. (2009). The parameter values in the probabilistic branching model can be chosen so as to obtain an optimal match with the morphology of specific neuron types. The parameter optimization can be done separately for axons and dendrites and even for different subparts of an axonal or dendritic tree (apical dendrites, basal dendrites).

The new daughter growth cones that are produced by a branching event are assigned individual growth rates, which they maintain until they themselves experience a branching event. The elongation rates are obtained by random sampling from a Gaussian distribution. During elongation, neurites can change their direction (neurite turning), as described in Koene et al. (2009). Like the branching parameters, the Gaussian distribution can be optimized so as to obtain an optimal match with the morphology of specific neuron types.


Synapse formation

Synapse locations are defined as those places in the 3D meshwork of axonal and dendritic arborizations at which axons and dendrites come within a threshold distance of each other. Because the model-generated neurons are represented by piecewise-linear elements (lines or cylinders, with a length of a few microns, as determined by the parameters for neurite turning), the proximity test needs to be performed on all pairs of axonal and dendritic line pieces. To be regarded as a synapse location, NETMORPH requires that the axonal and dendritic line pieces cross and that the orthogonal distance between them (taken from the centre lines of the axonal and dendritic cylinders) is smaller than a threshold value. NETMORPH searches for synapse locations at the end of the growth process, when all neurons are completely formed. Alternatively, the search can be performed during outgrowth, but this yields exactly the same results because there are no interactions between cells. At each synapse location found, a single synapse between axon and dendrite is established. The algorithm for finding synapses was developed in Van Pelt et al. (2010).


Use of the simulator

NETMORPH is written in C++ and tailored to a Unix operating environment. Windows users can provide such an environment within Windows through Cygwin. After compilation of NETMORPH, one can grow single-neuron morphologies or networks of neurons with realistic morphologies. A simulation run of NETMORPH is based on a script, which is a text file containing parameter identifiers with associated values specifying the duration of the simulation, the discrete time step, and the parameters of neurite elongation and branching, as well as a number of other parameters required for neuromorphogenesis and synapse formation. The structure of the scripts and the parameters are fully explained in the NETMORPH manual. The output of NETMORPH consists of a number of files specifying the generated neuron morphologies and synaptic connectivity. Visualization of neurons and networks can be done by a basic visualization tool incorporated in NETMORPH or by a separate Java program called NEURON3D.


Download

NETMORPH (version 2011-06-24) and its manual (updated 2014-04-03), as well as NEURON3D, can be freely downloaded from ModelDB (accession number 182135). The manual describes how NETMORPH can be installed, provides a number of example scripts, and lists and explains all the parameters that control a NETMORPH simulation.


Applications

The potential applications of NETMORPH include (a) exploring to what extent typical connectivity patterns can arise from neuronal morphology alone (Van Ooyen et al., 2014), (b) creating detailed connectivity patterns with synapses at specific axodendritic locations, (c) examining how aberrant synaptic connectivity in brain diseases such as Alzheimer’s disease and autism may result from changes in neuronal morphology, (d) investigating the complex relationship between neuronal morphology and local and global connectivity, and (e) providing a first approximation of synaptic connectivity in cortical microcircuits for large-scale brain models. The synaptic connectivity and neuronal morphologies produced by NETMORPH can be made available to tools such as NEURON to simulate activity dynamics.


Studies that used NETMORPH

Van Ooyen et al. (2014) demonstrated that in a NETMORPH-generated network of L2/3 pyramidal neurons, the emerging synaptic connectivity, despite the absence of extracellular guidance cues, showed a good agreement with available experimental data on spatial locations of synapses on dendrites and axons, number of synapses by which neurons are connected, connection probability between neurons, distance between connected neurons, and pattern of synaptic connectivity. The connectivity pattern had a small-world topology but was not scale free.

NETMORPH was used by Van Pelt and Van Ooyen (2013) and McAssey et al. (2014) to validate methods for estimating neuronal connectivity from axonal and dendritic density fields (the spatial distribution of a neuron’s axonal and dendritic mass, obtained by averaging over many individual axonal and dendritic arborizations) and by Van Pelt et al. (2014) to show how axonal and dendritic density fields can be obtained from incomplete single-slice neuronal reconstructions.

Aćimović et al. (2011) simulated the development of neocortical cultures using NETMORPH and characterized the changes in network connectivity during growth. Mäki-Marttunen et al. (2011) and Mäki-Marttunen et al. (2013) studied the relationships between connectivity structure and activity dynamics in NETMORPH-generated networks.

Laakso (2010) and Krieger and Laakso (2010) used the NETMORPH simulator to generate realistic morphologies of pyramidal neuron populations from mouse neocortex.


Acknowledgements

NETMORPH was developed in the Neuroinformatics Group at the Department of Integrative Neurophysiology, VU University Amsterdam, The Netherlands, by Randal Koene, Jaap van Pelt, and Arjen van Ooyen, with assistance from Betty Tijms, Peter van Hees, Frank Postma, Sander de Ridder, Sacha Hoedemaker, Andrew Carnell, and Pieter Laurens Baljon. The work was supported by grants from the Netherlands Organization for Scientific Research (CASPAN: 635.100.005) and the European Union (NEURoVERS-it: 019247; SECO: 216593) awarded to Jaap van Pelt and Arjen van Ooyen.


My home page | Home