Kv2p2_0010_MA2020_GrC#
- class braincell.channel.Kv2p2_0010_MA2020_GrC(size, g_max=Quantity(0.01, 'mS / cm^2'), BBiD=10.0, name=None)#
Kv2.2 delayed-rectifier current of the granule cell model.
Slowly inactivating delayed-rectifier potassium current attributed to Kv2.2, imported from the cerebellar granule cell model of Masoli et al. (2020) [3]. Two first-order gates of power 1, an activation
mand an inactivationh, drive an ohmic current:\[\begin{split}\begin{aligned} m_\infty &= \frac{1}{1 + \exp(-(V - 5) / 12)} \\ \tau_m &= \frac{130}{1 + \exp(-(V + 46.56) / 44.14)} \\ h_\infty &= \frac{1}{1 + \exp((V + 16.3) / 4.8)} \\ \tau_h &= \frac{10000}{1 + \exp(-(V + 46.56) / 44.14)} \end{aligned}\end{split}\]where \(V\) is in millivolts and both time constants are in milliseconds. The two time constants share a denominator and differ only by a factor of about 77, so inactivation is very slow – \(\tau_h\) approaches 10 seconds at depolarized potentials. This class applies no voltage shift, and the reversal potential comes from the potassium ion object rather than from the class.
- Parameters:
size (
int|Sequence[int] |integer|Sequence[integer]) – Channel state shape.g_max (
Array|ndarray|bool|number|bool|int|float|complex|Quantity|Callable) – Maximal conductance density. Defaults to0.01 mS/cm2, which is exactly the source mechanism’sgKv2_2bar = 0.00001 S/cm2.BBiD (
Array|ndarray|bool|number|bool|int|float|complex|Quantity|Callable) – Channelpedia ion-channel identifier, default10.0(dimensionless). This is inert metadata, not a kinetic parameter; see the note below.
See also
Kir2p3_MA2020_GrCInward rectifier of the same granule cell model.
KM_MA2020_GrCM-type current of the same granule cell model.
Notes
Ported from
GrC/channel/Kv2p2_0010_MA20_GrC.mod.No temperature dependence. Neither gate declares
phiorq10, soHH.gate_phi()resolves to1.0, and the class takes notempparameter at all. This is faithful: the.modfile contains nocelsiusreference and no Q10 term.``BBiD`` is metadata, not a parameter of the model. In the
.modfileBBiD = 10is declaredRANGEbut never appears in any equation, and BrainCell likewise stores it and never reads it. It is the Channelpedia identifier for Kv2.2 (gene KCNB2), and it is also the0010embedded in the class name.How this mechanism was produced. The
.modfile is machine generated, not hand written: its version-control keywords name the EPFL Blue BrainxmlTomod/CreateMOD.cgenerator behind the Channelpedia database of Ranjan et al. (2011) [2]. That record is cited here for the toolchain and the channel identity only – it is not the source of the rate constants above. Those come from the delayed-rectifier component identified in gastrointestinal smooth muscle by Schmalz et al. (1998) [1], which the.modheader’s own:Reference :line names. The granule-cell paper [3] names the model this parameterisation was imported from; the companion Golgi-cell paper of the same year covers a different deposit and is not cited here.Conductance default.
0.01 mS/cm2is the deposit’s tuned value, carried across from the.modfile. It is not a value printed in any of the cited papers.Import deviations: none. This mechanism carries no NMODL
TABLEand was already integrated withcnexpupstream. Its rate block is wrapped inUNITSOFF/UNITSON, which BrainCell reproduces by evaluating the expressions on the dimensionless millivolt value ofV.References