Deep Cerebellar Nuclei¶
Deep cerebellar nuclei (DCN) are the primary output structures of the cerebellar cortex [1]. They receive inhibitory input from Purkinje cells and excitatory input from mossy fibers and climbing fibers (from IO). DCN are composed by three distinct nuclei: dentate nucleus, fastigial nucleus and interposed nucleus. The default configuration with DCN is implemented in dcn.yaml.
Configuration¶
In dcn.yaml ,
a new region called cerebellar_nuclei was added to the canonical circuit.
This region contains only one Layer Partition: dcn layer.
dcn layer has a thickness of \(200 \mu m\) . Additionally, to ensure that cerebellar_nuclei are placed under
the cerebellar_cortex, the origin of the dcn_layer was set to [0, 0, -200] (below the granular layer).
Cell types¶
In DCN, two types of neurons are considered [2] [3]:
DCNp: they are the excitatory neurons projecting outside the cerebellum to various brain regions, including the thalamus, the red nucleus, the vestibular nuclei, and the reticular formation;
DCNi: they are GABAergic interneurons which send inhibitory feedback to IO.
Warning
In Geminiani et al (2019) [8], DCN populations are defined in a different way:
DCNnL for the excitatory population (DCNp)
DCNp for the inhibitory one (DCNi)
Then, starting from Geminiani et al (2019b) [3] , names for DCN populations were redefined as reported here.
No morphologies are currently available for DCN neurons, so they are modelled as point neurons.
Densities were estimated from Blue Brain Cell Atlas
(version 2018 [6]), considering the ratio \(\frac{n_{GrC}}{n_{DCN}} = \frac{33 \times 10^6}{230 \times 10^3} \approx 143\)
between the total number of granule cells and the total number of neurons in the cerebellar nuclei.
From this ratio, considering the total amount of GrC placed in the canonical circuit, it is possible to estimate the
number of DCN to be placed.
Literature data reported that DCNp are around the 57% of the total number of neurons in the cerebellar nuclei,
while DCNi around the 32% [4] [5]. Taking into account these percentages and dividing by the
volume of the DCN layer (set to \(200 \times 200 \times 300 \mu m\)), the values reported in the following table
were obtained.
Placement¶
DCN are assumed to be uniformly distributed in their own layer, hence the bsb RandomPlacement strategy is chosen
to place them.