ABCDEFGHIJKLMNOPQRSTUVWXYZAA
1
These functions convert biological units to the normalized units used in Leabra equations
2
3
Conversion factors:
4
DimensionBiological unitoffsetmultipliernotes
5
currentamp01.00E-0810 nA base unit
6
voltagevolt0.10.1
norm range: -100mV to 0mV -> 0 to 1
7
timesec00.001msec
8
conductancesiemens = amp / volt01.00E-07
9
capacitancefarad = (sec * amp) / volt01.00E-10
10
11
12
CategoryParameterValueBio unitNorm Value
13
Potentials
14
Resting potential-70mV0.3
15
E_l (leak)-70mV0.3
16
E_e (excitatation)0mV1
17
E_i (inhibition)-75mV0.25
18
E hyperpolarized-90mV0.1
can use for K reversal for GABA-B / GIRK for example
19
Spike thr-50mV0.5
20
Exp Spike thr20mV1.2
21
-600.4-60
22
23
24
Conductances
25
g_l (leak)10nS0.1
26
gbar_e (excitation)100nS1.0
max conductance for all inputs
27
gbar_i (inhibition)100nS1.0
28
g_e syn1nS0.01
nominal synaptic-level conductance
29
30
Values below are from Urakubo et al, 2008, based on Migliore et al, 1999 and Poirazi et al, 2003
31
gbar_nmda50nS0.50
nominal value per Froemke & Dan, 2002; Urakubo et al, 2008
32
gbar_nmda eff15nS0.15
this is the value that reproduces Urakubo sim data
33
gbar_vgcc distal146nS1.46
34
gbar_vgcc proximal3.2nS0.03
35
gbar_vgcc soma93nS0.93
36
gbar_vgcc psd distal eff12nS0.12
value that reproduces Urakubo sim data
37
gbar_ak distal48.67nS0.49
ramps up from 7.5 to 48.67 linearly as distance progresses, per Migliore et al, 1999; Poirazi et al, 2003; Urakubo et al, 2008
38
gbar_ak proximal7.5nS0.08
39
gbar_ak eff4.8nS0.05
applying a similar rescaling as applied to vgcc -- unclear exactly what drives this rescaling, but likely needed to keep consistent. could be .1
40
41
Capacitance (dt)
42
C281pF2.81
this is Vm_tau rate constant for Vm changes
43
44
45
Brunel&Wang, 2001 NMDA
46
g_ampa_ext2.08nS0.02080
all are synapse-level conductances
47
g_ampa_rec0.104nS0.00104
48
g_nmda0.327nS0.00327
49
g_gaba1.25nS0.01250
50
g_l (leak)25nS0.25
51
Cm pyramid500pF5.00
52
53
54
Conductance decay time constants
55
AMPA rise0.5ms0instant rise time
56
AMPA decay5ms5
SahHestrinNicoll90 has 4-8ms mostly
57
GABA rise0.5ms0instant rise time
58
GABA decay7ms7
XiangHuguenardPrince98 has 6-7
59
60
61
Axonal conduction delays
http://www.scholarpedia.org/article/Axonal_conduction_delay
62
Thalamocortical1.2ms
63
Corticocortical2.3ms
64
Corpus callosum10ms
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100