forked from ModelDBRepository/2017403
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'test_neuron' into test_pg
- Loading branch information
Showing
7 changed files
with
337 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,144 @@ | ||
<neuroml xmlns="http://www.neuroml.org/schema/neuroml2" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.neuroml.org/schema/neuroml2 https://raw.github.com/NeuroML/NeuroML2/development/Schemas/NeuroML2/NeuroML_v2.3.1.xsd" id="AWCon_slo2"> | ||
<notes>An ion channel from cell AWCon from Nicoletti et al. 2024</notes> | ||
<ionChannelHH id="slo2unc2" species="k" conductance="10pS"> | ||
|
||
<gate id="m" instances="1" type="gateHHtauInf"> | ||
<timeCourse type="slo2_m_tau"/> | ||
<steadyState type="slo2_m_inf"/> | ||
</gate> | ||
|
||
</ionChannelHH> | ||
<ComponentType name="slo2_m_inf" extends="baseVoltageDepVariable"> | ||
<Constant name="VOLT_SCALE" dimension="voltage" value="1 mV"/> | ||
<Constant name="TIME_SCALE" dimension="time" value="1 ms"/> | ||
<Constant name="bkg" dimension="none" value="0.05"/> | ||
<Constant name="gbar" dimension="none" value="0.11"/> | ||
<Constant name="wom" dimension="none" value="0.896395"/> | ||
<Constant name="wyx1" dimension="none" value="0.019405"/> | ||
<Constant name="kyx" dimension="none" value="3294.553404"/> | ||
<Constant name="nyx" dimension="none" value="0.0000100"/> | ||
<Constant name="wop" dimension="none" value="0.026719"/> | ||
<Constant name="wxy" dimension="none" value="-0.024123"/> | ||
<Constant name="kxy" dimension="none" value="93.449423"/> | ||
<Constant name="nxy" dimension="none" value="1.835067"/> | ||
<Constant name="r" dimension="none" value="13e-9"/> | ||
<Constant name="d" dimension="none" value="250e-12"/> | ||
<Constant name="kb" dimension="none" value="500e6"/> | ||
<Constant name="b" dimension="none" value="30e-6"/> | ||
<Constant name="gsc" dimension="none" value="40e-12"/> | ||
<Constant name="pi" dimension="none" value="3.14"/> | ||
<Constant name="va_unc2" dimension="none" value="-12.17"/> | ||
<Constant name="ka_unc2" dimension="none" value="3.97"/> | ||
<Constant name="vi_unc2" dimension="none" value="-52.47"/> | ||
<Constant name="ki_unc2" dimension="none" value="5.6"/> | ||
<Constant name="stm2" dimension="none" value="25"/> | ||
<Constant name="sth2" dimension="none" value="25"/> | ||
<Constant name="p1tmunc2" dimension="none" value="1.4969"/> | ||
<Constant name="p2tmunc2" dimension="none" value="-8.1761"/> | ||
<Constant name="p3tmunc2" dimension="none" value="9.0753"/> | ||
<Constant name="p4tmunc2" dimension="none" value="15.3456"/> | ||
<Constant name="p5tmunc2" dimension="none" value="0.1029"/> | ||
<Constant name="p1thunc2" dimension="none" value="83.8037"/> | ||
<Constant name="p2thunc2" dimension="none" value="52.8997"/> | ||
<Constant name="p3thunc2" dimension="none" value="3.4557"/> | ||
<Constant name="p4thunc2" dimension="none" value="72.0995"/> | ||
<Constant name="p5thunc2" dimension="none" value="23.9009"/> | ||
<Constant name="p6thunc2" dimension="none" value="3.5903"/> | ||
<Constant name="shifthunc2" dimension="none" value="30"/> | ||
<Constant name="shiftmunc2" dimension="none" value="30"/> | ||
<Constant name="consthunc2" dimension="none" value="1.7"/> | ||
<Constant name="constmunc2" dimension="none" value="3"/> | ||
<Constant name="func2" dimension="none" value="1"/> | ||
<Constant name="f2unc2" dimension="none" value="1"/> | ||
<Constant name="fp3" dimension="none" value="1"/> | ||
<Constant name="fp4" dimension="none" value="1"/> | ||
<Constant name="fp5" dimension="none" value="1"/> | ||
<Constant name="eca" dimension="none" value="60.0"/> | ||
<Constant name="F" dimension="none" value="96485.0"/> | ||
|
||
|
||
<Dynamics> | ||
<StateVariable name="munc2_unc2" dimension="none"/> | ||
<DerivedVariable name="V" dimension="none" value="(v) / VOLT_SCALE"/> | ||
<DerivedVariable name = "minf_unc2" dimension="none" value="1 / (1 + exp(-(V - va_unc2 + 25) / ka_unc2))"/> | ||
|
||
<DerivedVariable name="tm_unc2" dimension="none" | ||
value ="(p1tmunc2/(exp(-(V-p2tmunc2+30)/(p3tmunc2))+exp((V-p2tmunc2+30)/(p4tmunc2)))+p5tmunc2)*3"/> | ||
<DerivedVariable name="cao_nano" dimension="none" value="(((abs(gsc*(V - eca))/(8*pi*F*d*r))*exp(-r/(sqrt(d/(b*kb)))))*1e6*1e-3) + bkg"/> | ||
<DerivedVariable name = "kop" dimension="none" value="wop*exp(-wxy*V)*(1/(1+((kxy/cao_nano)^nxy)))"/> | ||
<DerivedVariable name = "alpha1" dimension="none" value="minf_unc2/tm_unc2"/> | ||
<DerivedVariable name = "beta1" dimension="none" value="(1/tm_unc2)-alpha1"/> | ||
<DerivedVariable name = "kcm" dimension="none" value="wom*exp(-wyx1*V)*(1/(1+((bkg/kyx)^nyx)))"/> | ||
<DerivedVariable name = "kom" dimension="none" value="wom*exp(-wyx1*V)*(1/(1+((cao_nano/kyx)^nyx)))"/> | ||
<DerivedVariable name="x" dimension="none" exposure="x" | ||
value="(munc2_unc2*kop*(alpha1+beta1+kcm))/((kop+kom)*(kcm+alpha1)+(beta1*kcm))"/> | ||
|
||
<TimeDerivative variable="munc2_unc2" value="((-munc2_unc2 + minf_unc2)/tm_unc2) / TIME_SCALE"/> | ||
|
||
|
||
</Dynamics> | ||
</ComponentType> | ||
<ComponentType name="slo2_m_tau" extends="baseVoltageDepTime"> | ||
<Constant name="VOLT_SCALE" dimension="voltage" value="1 mV"/> | ||
<Constant name="TIME_SCALE" dimension="time" value="1 ms"/> | ||
<Constant name="bkg" dimension="none" value="0.05"/> | ||
<Constant name="gbar" dimension="none" value="0.11"/> | ||
<Constant name="wom" dimension="none" value="0.896395"/> | ||
<Constant name="wyx1" dimension="none" value="0.019405"/> | ||
<Constant name="kyx" dimension="none" value="3294.553404"/> | ||
<Constant name="nyx" dimension="none" value="0.0000100"/> | ||
<Constant name="wop" dimension="none" value="0.026719"/> | ||
<Constant name="wxy" dimension="none" value="-0.024123"/> | ||
<Constant name="kxy" dimension="none" value="93.449423"/> | ||
<Constant name="nxy" dimension="none" value="1.835067"/> | ||
<Constant name="r" dimension="none" value="13e-9"/> | ||
<Constant name="d" dimension="none" value="250e-12"/> | ||
<Constant name="kb" dimension="none" value="500e6"/> | ||
<Constant name="b" dimension="none" value="30e-6"/> | ||
<Constant name="gsc" dimension="none" value="40e-12"/> | ||
<Constant name="pi" dimension="none" value="3.14"/> | ||
<Constant name="va_unc2" dimension="none" value="-12.17"/> | ||
<Constant name="ka_unc2" dimension="none" value="3.97"/> | ||
<Constant name="vi_unc2" dimension="none" value="-52.47"/> | ||
<Constant name="ki_unc2" dimension="none" value="5.6"/> | ||
<Constant name="stm2" dimension="none" value="25"/> | ||
<Constant name="sth2" dimension="none" value="25"/> | ||
<Constant name="p1tmunc2" dimension="none" value="1.4969"/> | ||
<Constant name="p2tmunc2" dimension="none" value="-8.1761"/> | ||
<Constant name="p3tmunc2" dimension="none" value="9.0753"/> | ||
<Constant name="p4tmunc2" dimension="none" value="15.3456"/> | ||
<Constant name="p5tmunc2" dimension="none" value="0.1029"/> | ||
<Constant name="p1thunc2" dimension="none" value="83.8037"/> | ||
<Constant name="p2thunc2" dimension="none" value="52.8997"/> | ||
<Constant name="p3thunc2" dimension="none" value="3.4557"/> | ||
<Constant name="p4thunc2" dimension="none" value="72.0995"/> | ||
<Constant name="p5thunc2" dimension="none" value="23.9009"/> | ||
<Constant name="p6thunc2" dimension="none" value="3.5903"/> | ||
<Constant name="shifthunc2" dimension="none" value="30"/> | ||
<Constant name="shiftmunc2" dimension="none" value="30"/> | ||
<Constant name="consthunc2" dimension="none" value="1.7"/> | ||
<Constant name="constmunc2" dimension="none" value="3"/> | ||
<Constant name="func2" dimension="none" value="1"/> | ||
<Constant name="f2unc2" dimension="none" value="1"/> | ||
<Constant name="fp3" dimension="none" value="1"/> | ||
<Constant name="fp4" dimension="none" value="1"/> | ||
<Constant name="fp5" dimension="none" value="1"/> | ||
<Constant name="eca" dimension="none" value="60.0"/> | ||
<Constant name="F" dimension="none" value="96485.0"/> | ||
|
||
<Dynamics> | ||
<DerivedVariable name="V" dimension="none" value="(v) / VOLT_SCALE"/> | ||
<DerivedVariable name="cao_nano" dimension="none" value="(((abs(gsc*(V - eca))/(8*pi*F*d*r))*exp(-r/(sqrt(d/(b*kb)))))*1e6*1e-3) + bkg"/> | ||
|
||
<DerivedVariable name = "minf_unc2" dimension="none" value="1 / (1 + exp(-(V - va_unc2 + 25) / ka_unc2))"/> | ||
<DerivedVariable name="tm_unc2" dimension="none" | ||
value ="(p1tmunc2/(exp(-(V-p2tmunc2+shiftmunc2)/(p3tmunc2))+exp((V-p2tmunc2+shiftmunc2)/(p4tmunc2)))+p5tmunc2)*constmunc2"/> | ||
<DerivedVariable name = "kop" dimension="none" value="wop*exp(-wxy*V)*(1/(1+((kxy/cao_nano)^nxy)))"/> | ||
<DerivedVariable name = "alpha1" dimension="none" value="minf_unc2/tm_unc2"/> | ||
<DerivedVariable name = "beta1" dimension="none" value="(1/tm_unc2)-alpha1"/> | ||
<DerivedVariable name = "kcm" dimension="none" value="wom*exp(-wyx1*V)*(1/(1+((bkg/kyx)^nyx)))"/> | ||
<DerivedVariable name = "kom" dimension="none" value="wom*exp(-wyx1*V)*(1/(1+((cao_nano/kyx)^nyx)))"/> | ||
<DerivedVariable name="t" dimension="time" exposure="t" value="((alpha1+beta1+kcm)/((kop)+kom)*(kcm+alpha1)+(beta1*kcm))* TIME_SCALE"/> | ||
</Dynamics> | ||
</ComponentType> | ||
</neuroml> |