-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathca.channel.nml
63 lines (47 loc) · 2.88 KB
/
ca.channel.nml
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
<?xml version="1.0" encoding="ISO-8859-1"?>
<neuroml xmlns="http://www.neuroml.org/schema/neuroml2" 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_v2beta4.xsd" id="it">
<notes>NeuroML file containing a single Channel description</notes>
<ionChannel id="ca" conductance="10 pS" type="ionChannelHH" species="ca">
<notes>HVA Ca Current
WARNING: Global parameter "shift" from modfile has not been implemented.
Comments from original mod file
26 Ago 2002 Modification of original channel to allow variable time step and to correct an initialization error.
Done by Michael Hines([email protected]) and Ruggero Scorcioni([email protected]) at EU Advance Course in Computational Neuroscience. Obidos, Portugal
ca.mod
Uses fixed eca instead of GHK eqn
HVA Ca current
Based on Reuveni, Friedman, Amitai and Gutnick (1993) J. Neurosci. 13:
4609-4621.
Author: Zach Mainen, Salk Institute, 1994, [email protected]
</notes>
<annotation>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="ca">
<bqmodel:isDescribedBy xmlns:bqmodel="http://biomodels.net/model-qualifiers/">
<rdf:Bag>
<rdf:li>HVA Ca current. Based on Reuveni, Friedman, Amitai and Gutnick (1993) J. Neurosci. 13: 4609-4621.</rdf:li>
<rdf:li rdf:resource="http://www.jneurosci.org/content/13/11/4609.short"/>
</rdf:Bag>
</bqmodel:isDescribedBy>
<bqbiol:isVersionOf xmlns:bqbiol="http://biomodels.net/biology-qualifiers/">
<rdf:Bag>
<rdf:li>Calcium channels</rdf:li>
<rdf:li rdf:resource="http://senselab.med.yale.edu/neurondb/channelGene2.aspx#table1"/>
</rdf:Bag>
</bqbiol:isVersionOf>
</rdf:Description>
</rdf:RDF>
</annotation>
<q10ConductanceScaling q10Factor="2.3" experimentalTemp="23degC"/>
<gate id="m" type="gateHHrates" instances="2">
<q10Settings type="q10ExpTemp" q10Factor="2.3" experimentalTemp="23degC"/>
<forwardRate type="HHExpLinearRate" rate="0.209per_ms" midpoint="-27mV" scale="3.8mV"/>
<reverseRate type="HHExpRate" rate="0.94per_ms" midpoint="-75mV" scale="-17mV"/>
</gate>
<gate id="h" type="gateHHrates" instances="1">
<q10Settings type="q10ExpTemp" q10Factor="2.3" experimentalTemp="23degC"/>
<forwardRate type="HHExpRate" rate="0.000457per_ms" midpoint="-13mV" scale="-50mV"/>
<reverseRate type="HHSigmoidRate" rate="0.0065per_ms" midpoint="-15mV" scale="28mV"/>
</gate>
</ionChannel>
</neuroml>