Kv3_1.channel.nml 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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="Kv3_1">
  3. <notes>NeuroML file containing a single Channel description</notes>
  4. <ionChannel id="Kv3_1" conductance="10pS" type="ionChannelHH" species="k">
  5. <notes>Fast, non inactivating K+ current
  6. Comment from original mod file:
  7. :Reference : : Characterization of a Shaw-related potassium channel family in rat brain, The EMBO Journal, vol.11, no.7,2473-2486 (1992)</notes>
  8. <annotation>
  9. <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  10. <rdf:Description rdf:about="Kv3_1">
  11. <bqmodel:isDescribedBy xmlns:bqmodel="http://biomodels.net/model-qualifiers/">
  12. <rdf:Bag>
  13. <rdf:li>Models of Neocortical Layer 5b Pyramidal Cells Capturing a Wide Range of Dendritic and Perisomatic Active Properties,
  14. Etay Hay, Sean Hill, Felix Schürmann, Henry Markram and Idan Segev, PLoS Comp Biol 2011</rdf:li>
  15. <rdf:li rdf:resource="http://www.ncbi.nlm.nih.gov/pubmed/21829333"/>
  16. </rdf:Bag>
  17. </bqmodel:isDescribedBy>
  18. <bqbiol:isVersionOf xmlns:bqbiol="http://biomodels.net/biology-qualifiers/">
  19. <rdf:Bag>
  20. <rdf:li>K channels</rdf:li>
  21. <rdf:li rdf:resource="http://senselab.med.yale.edu/neurondb/channelGene2.aspx#table3"/>
  22. </rdf:Bag>
  23. </bqbiol:isVersionOf>
  24. </rdf:Description>
  25. </rdf:RDF>
  26. </annotation>
  27. <gate id="m" type="gateHHtauInf" instances="1">
  28. <timeCourse type="Kv3_1_m_tau_tau"/>
  29. <steadyState type="HHSigmoidVariable" rate="1" scale="9.7mV" midpoint="18.7mV"/>
  30. </gate>
  31. </ionChannel>
  32. <ComponentType name="Kv3_1_m_tau_tau" extends="baseVoltageDepTime">
  33. <Constant name="TIME_SCALE" dimension="time" value="1 ms"/>
  34. <Constant name="VOLT_SCALE" dimension="voltage" value="1 mV"/>
  35. <Dynamics>
  36. <DerivedVariable name="V" dimension="none" value="v / VOLT_SCALE"/>
  37. <DerivedVariable name="t" exposure="t" dimension="time" value="(4/(1 + exp( (V+46.56) / (-44.140) ))) * TIME_SCALE"/>
  38. </Dynamics>
  39. </ComponentType>
  40. </neuroml>