SK.channel.nml 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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="SK">
  3. <notes>NeuroML file containing a single Channel description</notes>
  4. <ionChannel id="SK" conductance="10pS" type="ionChannelHH" species="k">
  5. <notes>Small-conductance, Ca2+ activated K+ current
  6. Comment from original mod file:
  7. : SK-type calcium-activated potassium current
  8. : Reference : Kohler et al. 1996</notes>
  9. <annotation>
  10. <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  11. <rdf:Description rdf:about="SK">
  12. <bqmodel:isDescribedBy xmlns:bqmodel="http://biomodels.net/model-qualifiers/">
  13. <rdf:Bag>
  14. <rdf:li>Models of Neocortical Layer 5b Pyramidal Cells Capturing a Wide Range of Dendritic and Perisomatic Active Properties,
  15. Etay Hay, Sean Hill, Felix Schürmann, Henry Markram and Idan Segev, PLoS Comp Biol 2011</rdf:li>
  16. <rdf:li rdf:resource="http://www.ncbi.nlm.nih.gov/pubmed/21829333"/>
  17. </rdf:Bag>
  18. </bqmodel:isDescribedBy>
  19. <bqbiol:isVersionOf xmlns:bqbiol="http://biomodels.net/biology-qualifiers/">
  20. <rdf:Bag>
  21. <rdf:li>K channels</rdf:li>
  22. <rdf:li rdf:resource="http://senselab.med.yale.edu/neurondb/channelGene2.aspx#table3"/>
  23. </rdf:Bag>
  24. </bqbiol:isVersionOf>
  25. </rdf:Description>
  26. </rdf:RDF>
  27. </annotation>
  28. <gate id="z" type="gateHHtauInf" instances="1">
  29. <timeCourse type="SK_z_tau_tau"/>
  30. <steadyState type="SK_z_inf_inf"/>
  31. </gate>
  32. </ionChannel>
  33. <ComponentType name="SK_z_tau_tau" extends="baseVoltageConcDepTime">
  34. <Constant name="TIME_SCALE" dimension="time" value="1 ms"/>
  35. <Constant name="VOLT_SCALE" dimension="voltage" value="1 mV"/>
  36. <Constant name="CONC_SCALE" dimension="concentration" value="1 mol_per_cm3"/>
  37. <Dynamics>
  38. <DerivedVariable name="V" dimension="none" value="v / VOLT_SCALE"/>
  39. <DerivedVariable name="ca_conc" dimension="none" value="caConc / CONC_SCALE"/>
  40. <DerivedVariable name="t" exposure="t" dimension="time" value="(1) * TIME_SCALE"/>
  41. </Dynamics>
  42. </ComponentType>
  43. <ComponentType name="SK_z_inf_inf" extends="baseVoltageConcDepVariable">
  44. <Constant name="TIME_SCALE" dimension="time" value="1 ms"/>
  45. <Constant name="VOLT_SCALE" dimension="voltage" value="1 mV"/>
  46. <Constant name="CONC_SCALE" dimension="concentration" value="1 mol_per_cm3"/>
  47. <Dynamics>
  48. <DerivedVariable name="V" dimension="none" value="v / VOLT_SCALE"/>
  49. <DerivedVariable name="ca_conc" dimension="none" value="caConc / CONC_SCALE"/>
  50. <DerivedVariable name="x" exposure="x" dimension="none" value="1/(1+(4.3e-10/ca_conc)^4.8)"/>
  51. </Dynamics>
  52. </ComponentType>
  53. </neuroml>