ModelDB is moving. Check out our new site at https://modeldb.science. The corresponding page is https://modeldb.science/260949.

Mechanisms for pattern specificity of DBS in Parkinson's disease (Velarde et al 2017)

 Download zip file 
Help downloading and running models
Accession:260949

Reference:
1 . Velarde OM, Mato G, Dellavale D (2017) Mechanisms for pattern specificity of deep-brain stimulation in Parkinson's disease. PLoS One 12:e0182884 [PubMed]
Model Information (Click on a link to find other models with that property)
Model Type:
Brain Region(s)/Organism: Thalamus; Basal ganglia;
Cell Type(s): Abstract integrate-and-fire neuron;
Channel(s):
Gap Junctions:
Receptor(s):
Gene(s):
Transmitter(s):
Simulation Environment: C or C++ program;
Model Concept(s): Deep brain stimulation; Parkinson's; Pathophysiology; Detailed Neuronal Models;
Implementer(s): Velarde, Osva [osva.m.velarde at gmail.com];
# 1. Introduction
Simulation of a Cortico-Basal Ganglia-Thalamocortical network model.
The architecture and dynamics of the network can be seen in the reference.
The objective is to analyze the effect of the intensities of the synaptic connections on the dynamics of the network.
In particular, associating pathological and physiological states in Parkinson's disease.
Furthermore, it is desired to study the effect of deep brain stimulation on the pathological dynamics of the network.

# 2. References
https://doi.org/10.1371/journal.pone.0182884

# 3. About code
How to compile: gcc -o main BGThNetwork_1DModel.c
How to execute: 
./main
A_DBS Period_DBS Width_Pulse Slope

where A_DBS: amplitude of stimulation (e.g 10)
	  Period_DBS: Period of stimulation (ms) (e.g 7) 
	  Width_Pulse: Width of pulse train (ms) (e.g 0.5)
	  Slope: Slope (e.g 0)

# 4. About files
- 4.1: Ganglios.dat
		Numeric matrix (number of populations x 4). 
		For each population, threshold, constant external input, noise level and number of neurons are stored.

- 4.2: Interaction.dat
		Numeric matrix (number of "conductores" x 4)
		For each "conductor", pre-synaptic, post-synaptic, average of number of connections, level of divergence of connections are stored. 

- 4.3: Conductores.dat
		Numeric matrix (number of "conductores" x 3)
		For each "conductor", synaptic efficac, time constant and delay are stored.

- 4.4: ElectrodosLFP.dat
		Numeric matrix (number of populations x 4)
		For each population, The parameters of the spatial modulation of the measurement (electrode position, threshold, volume of tissue involved) are saved.

- 4.5: ElectrodosEstim.dat
		Numeric array (4)
		The parameters of spatial modulation of stimulation are saved (target population, position, threshold, volumen of activated tissue)

Loading data, please wait...