Ca_LVA.channel.nml 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <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="Ca_LVA">
  3. <notes>NeuroML file containing a single Channel description</notes>
  4. <ionChannel id="Ca_LVA" conductance="10pS" type="ionChannelHH" species="ca">
  5. <notes>Low voltage activated Ca2+ current
  6. Comment from original mod file:
  7. Note: mtau is an approximation from the plots
  8. :Reference : : Avery and Johnston 1996, tau from Randall 1997
  9. :Comment: shifted by -10 mv to correct for junction potential
  10. :Comment: corrected rates using q10 = 2.3, target temperature 34, orginal 21</notes>
  11. <annotation>
  12. <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  13. <rdf:Description rdf:about="Ca_LVA">
  14. <bqmodel:isDescribedBy xmlns:bqmodel="http://biomodels.net/model-qualifiers/">
  15. <rdf:Bag>
  16. <rdf:li>Models of Neocortical Layer 5b Pyramidal Cells Capturing a Wide Range of Dendritic and Perisomatic Active Properties,
  17. Etay Hay, Sean Hill, Felix Schürmann, Henry Markram and Idan Segev, PLoS Comp Biol 2011</rdf:li>
  18. <rdf:li rdf:resource="http://www.ncbi.nlm.nih.gov/pubmed/21829333"/>
  19. </rdf:Bag>
  20. </bqmodel:isDescribedBy>
  21. <bqbiol:isVersionOf xmlns:bqbiol="http://biomodels.net/biology-qualifiers/">
  22. <rdf:Bag>
  23. <rdf:li>Ca channels</rdf:li>
  24. <rdf:li rdf:resource="http://senselab.med.yale.edu/neurondb/channelGene2.aspx#table1"/>
  25. </rdf:Bag>
  26. </bqbiol:isVersionOf>
  27. </rdf:Description>
  28. </rdf:RDF>
  29. </annotation>
  30. <gate id="m" type="gateHHtauInf" instances="2">
  31. <q10Settings type="q10Fixed" fixedQ10="2.95288264"/>
  32. <timeCourse type="Ca_LVA_m_tau_tau"/>
  33. <steadyState type="HHSigmoidVariable" rate="1" scale="6mV" midpoint="-40mV"/>
  34. </gate>
  35. <gate id="h" type="gateHHtauInf" instances="1">
  36. <q10Settings type="q10Fixed" fixedQ10="2.95288264"/>
  37. <timeCourse type="Ca_LVA_h_tau_tau"/>
  38. <steadyState type="HHSigmoidVariable" rate="1" scale="-6.4mV" midpoint="-90mV"/>
  39. </gate>
  40. </ionChannel>
  41. <ComponentType name="Ca_LVA_m_tau_tau" extends="baseVoltageDepTime">
  42. <Constant name="TIME_SCALE" dimension="time" value="1 ms"/>
  43. <Constant name="VOLT_SCALE" dimension="voltage" value="1 mV"/>
  44. <Dynamics>
  45. <DerivedVariable name="V" dimension="none" value="v / VOLT_SCALE"/>
  46. <DerivedVariable name="t" exposure="t" dimension="time" value="(5 + 20 / (1 + (exp ((V+35)/5) ))) * TIME_SCALE"/>
  47. </Dynamics>
  48. </ComponentType>
  49. <ComponentType name="Ca_LVA_h_tau_tau" extends="baseVoltageDepTime">
  50. <Constant name="TIME_SCALE" dimension="time" value="1 ms"/>
  51. <Constant name="VOLT_SCALE" dimension="voltage" value="1 mV"/>
  52. <Dynamics>
  53. <DerivedVariable name="V" dimension="none" value="v / VOLT_SCALE"/>
  54. <DerivedVariable name="t" exposure="t" dimension="time" value="(20 + 50 / (1 + (exp ((V+50)/7) ))) * TIME_SCALE"/>
  55. </Dynamics>
  56. </ComponentType>
  57. </neuroml>