-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.html
82 lines (61 loc) · 2.51 KB
/
README.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<HTML><PRE>
Dopaminergic (DA) neuron model with a morphologicaly realistic
dendritic architecture. The model captures several salient features of
DA neurons under several pharmacological manipulations and exhibits
depolarization block for sufficiently high current pulses into the
soma.
The model refers to the paper:
Anna Y. Kuznetsova, Marco A. Huertas, Alexey S. Kuznetsov, Carlos
A. Paladini and Carmen C. Canavier (2010) Regulation of firing
frequency in a computational model of a midbrain dopaminergic neuron
J Comput Neurosci. 2010 Jun;28(3):389-403.
The files included here correspond to the morphologically realistic
reconstructed model (see Figure 1 in paper) and reproduce results
presented in the paper:
1) Fig2a2.hoc Figure 2 (a2)
2) Fig2b2.hoc Figure 2 (b2)
3) Fig2f2.hoc Figure 2 (f2)
4) Fig6a_solid_trace Figure 6a: solid line corresponding to
100 pA stimulation current
5) Fig6a_dashed-line_trace Figure 6a: dashed line corresponding
to 500 pA stimulation current
The first three examples illustrate spontaneous firing of the model DA
neuron in control (1) and after blocking SK channel (2) and Na
channels (3).
Last two files show the response of the model DA neuron to simulated
current pulse to the soma for 100 pA (4) and 500 pA (5). In the last
case one can observe depolarization block.
You can run the simulation either by auto-launching from ModelDB, or
by first compiling the mechanisms as follows:
a) Under LINUX
Type
nrnivmodl
Then type
nrngui mosinit.hoc
b) Under Windows
Run mknrndll to compile the mod files in the top level
directory.
c) Under MAC - OS X
Drag and drop the archive file on the mknrndll icon (in the
NEURON application folder).
------------------------------
If running the individual files listed above:
Once Neuron has been started on your platform select in the main manu
Tools -> RunControl
Graph -> Voltage axis
then select
File -> load hoc
and choose the file you want to run. Finally press Init & Run.
------------------------------
If auto-launched then press a button corresponding to the figure
desired and you can generate figures like these:
Fig 2a2:
<img src="./screenshot2a2.jpg" alt="screenshot 2a2">
Fig 2b2:
<img src="./screenshot2b2.jpg" alt="screenshot 2b2">
Fig 2f2:
<img src="./screenshot2f2.jpg" alt="screenshot 2f2">
Fig 6a (solid trace):
<img src="./screenshot6a_s.jpg" alt="screenshot 6a solid">
Fig 6a (dashed trace):
<img src="./screenshot6a_d.jpg" alt="screenshot 6a dashed">