Skip to content

Commit 2775b94

Browse files
committed
Corrected IK1 annotations in O'Hara model
1 parent dfc9a6d commit 2775b94

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

Diff for: c/ohara-2011.mmt

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[[model]]
22
name: ohara-2011
3-
version: 20240307
3+
version: 20240529
44
mmt_authors: Michael Clerx
55
display_name: O'Hara et al., 2011
66
desc: """
@@ -585,18 +585,16 @@ IKs = fKs * gKs * KsCa * x1 * x2 * (V - rev.EKs)
585585
use membrane.V
586586
use extra.K_o
587587
dot(x) = (inf - x) / tau
588-
desc: Activation of IK1
588+
desc: Time-dependent inactivation at hyperpolarised (low) potentials
589589
inf = 1 / (1 + exp(-(V + 2.5538 [mV/mM] * K_o + 144.59 [mV]) / (1.5692 [mV/mM] * K_o + 3.8115 [mV])))
590-
desc: Steady-state value for activation of IK1
591590
tau = 122.2 [ms] / (exp((V + 127.2 [mV]) / -20.36 [mV]) + exp((V + 236.8 [mV]) / 69.33 [mV]))
592-
desc: Time constant for activation of IK1
593591
in [ms]
594592
r = 1 / (1 + exp((V + 105.8 [mV] - 2.6 [mV/mM] * K_o) / 9.493 [mV]))
595-
desc: Inactivation of IK1
593+
desc: Instantaneous rectification
596594
fK1 = piecewise(cell.mode == 0, 1, cell.mode == 1, 1.2, 1.3)
597595
gK1 = 0.1908 [mS/uF]
598596
in [mS/uF]
599-
desc: Maximum conductance for IK1 (before scaling)
597+
desc: Maximum conductance for IK1 (before cell-type scaling)
600598
IK1 = fK1 * gK1 * sqrt(K_o / 1 [mM]) * r * x * (V - rev.EK)
601599
in [A/F]
602600
desc: Inward rectifier Potassium current

0 commit comments

Comments
 (0)