Catalogue Search | MBRL
Search Results Heading
Explore the vast range of titles available.
MBRLSearchResults
-
DisciplineDiscipline
-
Is Peer ReviewedIs Peer Reviewed
-
Item TypeItem Type
-
SubjectSubject
-
YearFrom:-To:
-
More FiltersMore FiltersSourceLanguage
Done
Filters
Reset
189
result(s) for
"Erik De Schutter"
Sort by:
Models of Purkinje cell dendritic tree selection during early cerebellar development
by
De Schutter, Erik
,
Kato, Mizuki
in
Axons
,
Biology and Life Sciences
,
Cell adhesion & migration
2023
We investigate the relationship between primary dendrite selection of Purkinje cells and migration of their presynaptic partner granule cells during early cerebellar development. During postnatal development, each Purkinje cell grows more than three dendritic trees, from which a primary tree is selected for development, whereas the others completely retract. Experimental studies suggest that this selection process is coordinated by physical and synaptic interactions with granule cells, which undergo a massive migration at the same time. However, technical limitations hinder continuous experimental observation of multiple cell populations. To explore possible mechanisms underlying this selection process, we constructed a computational model using a new computational framework, NeuroDevSim. The study presents the first computational model that simultaneously simulates Purkinje cell growth and the dynamics of granule cell migrations during the first two postnatal weeks, allowing exploration of the role of physical and synaptic interactions upon dendritic selection. The model suggests that interaction with parallel fibers is important to establish the distinct planar morphology of Purkinje cell dendrites. Specific rules to select which dendritic trees to keep or retract result in larger winner trees with more synaptic contacts than using random selection. A rule based on afferent synaptic activity was less effective than rules based on dendritic size or numbers of synapses.
Journal Article
The choroid plexus is an important circadian clock component
2018
Mammalian circadian clocks have a hierarchical organization, governed by the suprachiasmatic nucleus (SCN) in the hypothalamus. The brain itself contains multiple loci that maintain autonomous circadian rhythmicity, but the contribution of the non-SCN clocks to this hierarchy remains unclear. We examine circadian oscillations of clock gene expression in various brain loci and discovered that in mouse, robust, higher amplitude, relatively faster oscillations occur in the choroid plexus (CP) compared to the SCN. Our computational analysis and modeling show that the CP achieves these properties by synchronization of “twist” circadian oscillators via gap-junctional connections. Using an in vitro tissue coculture model and in vivo targeted deletion of the
Bmal1
gene to silence the CP circadian clock, we demonstrate that the CP clock adjusts the SCN clock likely via circulation of cerebrospinal fluid, thus finely tuning behavioral circadian rhythms.
The suprachiasmatic nucleus (SCN) has been thought of as the master circadian clock, but peripheral circadian clocks do exist. Here, the authors show that the choroid plexus displays oscillations more robust than the SCN and that can be described as a Poincaré oscillator with negative twist.
Journal Article
Efficient simulation of neural development using shared memory parallelization
2023
The Neural Development Simulator, NeuroDevSim, is a Python module that simulates the most important aspects of brain development: morphological growth, migration, and pruning. It uses an agent-based modeling approach inherited from the NeuroMaC software. Each cycle has agents called fronts execute model-specific code. In the case of a growing dendritic or axonal front, this will be a choice between extension, branching, or growth termination. Somatic fronts can migrate to new positions and any front can be retracted to prune parts of neurons. Collision detection prevents new or migrating fronts from overlapping with existing ones. NeuroDevSim is a multi-core program that uses an innovative shared memory approach to achieve parallel processing without messaging. We demonstrate linear strong parallel scaling up to 96 cores for large models and have run these successfully on 128 cores. Most of the shared memory parallelism is achieved without memory locking. Instead, cores have only write privileges to private sections of arrays, while being able to read the entire shared array. Memory conflicts are avoided by a coding rule that allows only active fronts to use methods that need writing access. The exception is collision detection, which is needed to avoid the growth of physically overlapping structures. For collision detection, a memory-locking mechanism was necessary to control access to grid points that register the location of nearby fronts. A custom approach using a serialized lock broker was able to manage both read and write locking. NeuroDevSim allows easy modeling of most aspects of neural development for models simulating a few complex or thousands of simple neurons or a mixture of both.
Journal Article
Multidimensional cerebellar computations for flexible kinematic control of movements
by
De Schutter, Erik
,
Thier, Peter
,
Inoue, Junya
in
631/378/116/2395
,
631/378/2617/1368
,
631/378/2617/1795
2023
Both the environment and our body keep changing dynamically. Hence, ensuring movement precision requires adaptation to multiple demands occurring simultaneously. Here we show that the cerebellum performs the necessary multi-dimensional computations for the flexible control of different movement parameters depending on the prevailing context. This conclusion is based on the identification of a manifold-like activity in both mossy fibers (MFs, network input) and Purkinje cells (PCs, output), recorded from monkeys performing a saccade task. Unlike MFs, the PC manifolds developed selective representations of individual movement parameters. Error feedback-driven climbing fiber input modulated the PC manifolds to predict specific, error type-dependent changes in subsequent actions. Furthermore, a feed-forward network model that simulated MF-to-PC transformations revealed that amplification and restructuring of the lesser variability in the MF activity is a pivotal circuit mechanism. Therefore, the flexible control of movements by the cerebellum crucially depends on its capacity for multi-dimensional computations.
Moving precisely in natural environments requires adapting to multiple demands arising dynamically. Here, the authors show that the cerebellum’s capacity for multidimensional computations allows it to flexibly control multiple movement parameters guaranteeing movement precision.
Journal Article
Self-configuring feedback loops for sensorimotor control
by
De Schutter, Erik
,
Verduzco-Flores, Sergio Oscar
in
Brain
,
Cerebellum
,
Computational and Systems Biology
2022
How dynamic interactions between nervous system regions in mammals performs online motor control remains an unsolved problem. In this paper, we show that feedback control is a simple, yet powerful way to understand the neural dynamics of sensorimotor control. We make our case using a minimal model comprising spinal cord, sensory and motor cortex, coupled by long connections that are plastic. It succeeds in learning how to perform reaching movements of a planar arm with 6 muscles in several directions from scratch. The model satisfies biological plausibility constraints, like neural implementation, transmission delays, local synaptic learning and continuous online learning. Using differential Hebbian plasticity the model can go from motor babbling to reaching arbitrary targets in less than 10 min of in silico time. Moreover, independently of the learning mechanism, properly configured feedback control has many emergent properties: neural populations in motor cortex show directional tuning and oscillatory dynamics, the spinal cord creates convergent force fields that add linearly, and movements are ataxic (as in a motor system without a cerebellum).
Journal Article
Complex Parameter Landscape for a Complex Neuron Model
by
De Schutter, Erik
,
Achard, Pablo
in
Algorithms
,
Bioinformatics - Computational Biology
,
Cell Line
2006
The electrical activity of a neuron is strongly dependent on the ionic channels present in its membrane. Modifying the maximal conductances from these channels can have a dramatic impact on neuron behavior. But the effect of such modifications can also be cancelled out by compensatory mechanisms among different channels. We used an evolution strategy with a fitness function based on phase-plane analysis to obtain 20 very different computational models of the cerebellar Purkinje cell. All these models produced very similar outputs to current injections, including tiny details of the complex firing pattern. These models were not completely isolated in the parameter space, but neither did they belong to a large continuum of good models that would exist if weak compensations between channels were sufficient. The parameter landscape of good models can best be described as a set of loosely connected hyperplanes. Our method is efficient in finding good models in this complex landscape. Unraveling the landscape is an important step towards the understanding of functional homeostasis of neurons.
Journal Article
Multiplexed coding by cerebellar Purkinje neurons
2016
Purkinje cells (PC), the sole output neurons of the cerebellar cortex, encode sensorimotor information, but how they do it remains a matter of debate. Here we show that PCs use a multiplexed spike code. Synchrony/spike time and firing rate encode different information in behaving monkeys during saccadic eye motion tasks. Using the local field potential (LFP) as a probe of local network activity, we found that infrequent pause spikes, which initiated or terminated intermittent pauses in simple spike trains, provide a temporally reliable signal for eye motion onset, with strong phase-coupling to the β/γ band LFP. Concurrently, regularly firing, non-pause spikes were weakly correlated with the LFP, but were crucial to linear encoding of eye movement kinematics by firing rate. Therefore, PC spike trains can simultaneously convey information necessary to achieve precision in both timing and continuous control of motion. The cerebellum is a part of the brain that uses information from the senses to coordinate movement. Cells called Purkinje neurons in the cerebellum produce the final ‘output’ of its cortex. Therefore, Purkinje neurons have to communicate precise information about different aspects of the movement, such as its speed and timing. This information is likely to be represented by patterns of electrical activity within Purkinje neurons, but these patterns are still not fully understood. Hong et al. recorded and analyzed electrical ‘spikes’, the output activity of Purkinje neurons, while monkeys made rapid eye movements. The recordings showed that occasional pauses in the otherwise regularly firing spikes of Purkinje neurons signaled the start of the eye movements. The pauses were accompanied by a sharp change in the local field potential, another electrical signal that comes from many neurons in the neighborhood. In the same cells, the rate of regularly firing spikes increased and decreased with the direction and speed of eye movements, following a simple relationship and independently of the local field potential. Purkinje neurons therefore appear to use both the timing and the rate of their spiking activity to represent movement. This resolves conflicting reports in the literature claiming that either rates of spiking or their timing code essential information about movements: both are important. This way of representing information by combining more than one source is known as multiplexed coding. Next, experiments recording electrical activity from many cells in the cerebellum at the same time are needed to find out how multiple Purkinje neurons can pause their spiking activity at the same time. Future experiments should also uncover how pauses in spiking and firing rates change with learning.
Journal Article
Cerebellar tonic inhibition orchestrates the maturation of information processing and motor coordination
by
Tanaka-Yamamoto, Keiko
,
De Schutter, Erik
,
Woo, Junsung
in
631/378/116/1925
,
631/378/1697/1691
,
631/378/2632/1368
2026
Tonic inhibition in cerebellar granule cells is crucial for maintaining information coding fidelity during motor coordination. It arises through both activity-dependent and activity-independent mechanisms, and the interplay between these mechanisms changes with age. However, specific molecular and cellular mechanisms and how their change affects network-level computation and motor behavior remain unclear. Here we show that, while net tonic inhibitory current remains unchanged, the main source of tonic γ-aminobutyric acid switches from synaptic spillover (neuronal activity dependent) to astrocytic Best1 (activity independent) throughout adolescence (4–8 weeks) in mice. Computational modeling based on experimental data demonstrated that this switch downregulates the internally generated network activity mediating mutual inhibition between granule cell clusters receiving different inputs, thereby enhancing their independence. Consistent with simulations, three-dimensional posture analysis revealed an age-dependent increase in independent limb movements during spontaneous motion, which was impaired in Best1-knockout mice. Our findings highlight the late-stage development of complex motor coordination driven by the emergence of astrocyte-mediated tonic inhibition.
Astrocyte-mediated tonic inhibition drives development of flexible motor coordination
This study explores how γ-aminobutyric acid (GABA), a chemical that inhibits brain cell activity, shapes brain and behavioral development during adolescence. GABA can inhibit neurons in two ways: phasic and tonic. Researchers investigated how the source of tonic GABA changes with maturation and how this affects movement. In a brain region called the cerebellum, they found that, in young mice, tonic GABA comes mainly from neurons, while in adults, it comes from astrocytes. The computer models fit to the data predicted that, with maturation, the switch in GABA source enables the development of flexible movement coordination, confirmed by artificial-intelligence-aided movement analysis. These findings could help us understand similar processes in humans and improve the treatment of developmental movement disorders. Future research may explore other sources of GABA and their roles in brain function.
This summary was initially drafted using artificial intelligence, then revised and fact-checked by the author.
Journal Article
Spatiotemporal network coding of physiological mossy fiber inputs by the cerebellar granular layer
by
De Schutter, Erik
,
Raikov, Ivan
,
Close, Thomas
in
Action Potentials - physiology
,
Biological Clocks - physiology
,
Biology and Life Sciences
2017
The granular layer, which mainly consists of granule and Golgi cells, is the first stage of the cerebellar cortex and processes spatiotemporal information transmitted by mossy fiber inputs with a wide variety of firing patterns. To study its dynamics at multiple time scales in response to inputs approximating real spatiotemporal patterns, we constructed a large-scale 3D network model of the granular layer. Patterned mossy fiber activity induces rhythmic Golgi cell activity that is synchronized by shared parallel fiber input and by gap junctions. This leads to long distance synchrony of Golgi cells along the transverse axis, powerfully regulating granule cell firing by imposing inhibition during a specific time window. The essential network mechanisms, including tunable Golgi cell oscillations, on-beam inhibition and NMDA receptors causing first winner keeps winning of granule cells, illustrate how fundamental properties of the granule layer operate in tandem to produce (1) well timed and spatially bound output, (2) a wide dynamic range of granule cell firing and (3) transient and coherent gating oscillations. These results substantially enrich our understanding of granule cell layer processing, which seems to promote spatial group selection of granule cell activity as a function of timing of mossy fiber input.
Journal Article
Pycabnn: Efficient and Extensible Software to Construct an Anatomical Basis for a Physiologically Realistic Neural Network Model
by
De Schutter, Erik
,
Wichert, Ines
,
Jee, Sanghun
in
Algorithms
,
anatomical basis
,
cell position
2020
Physiologically detailed models of neural networks are an important tool for studying how biophysical mechanisms impact neural information processing. An important, fundamental step in constructing such a model is determining where neurons are placed and how they connect to each other, based on known anatomical properties and constraints given by experimental data. Here we present an open-source software tool, pycabnn, that is dedicated to generating an anatomical model, which serves as the basis of a full network model. In pycabnn, we implemented efficient algorithms for generating physiologically realistic cell positions and for determining connectivity based on extended geometrical structures such as axonal and dendritic morphology. We demonstrate the capabilities and performance of pycabnn by using an example, a network model of the cerebellar granular layer, which requires generating more than half a million cells and computing their mutual connectivity. We show that pycabnn is efficient enough to carry out all the required tasks on a laptop computer within reasonable runtime, although it can also run in a parallel computing environment. Written purely in Python with limited external dependencies, pycabnn is easy to use and extend, and it can be a useful tool for computational neural network studies in the future.
Journal Article