Na.cell.nml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <?xml version="1.0" encoding="UTF-8"?>
  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.githubusercontent.com/NeuroML/NeuroML2/development/Schemas/NeuroML2/NeuroML_v2beta4.xsd" id="NaTg_cell">
  3. <include href="../pas.channel.nml"/>
  4. <include href="../K_P.channel.nml"/>
  5. <include href="NaTg.channel.nml"/>
  6. <cell id="NaTg_cell">
  7. <notes>Cell to test Na channel</notes>
  8. <morphology id="NaTg_cell_morph">
  9. <segment id="0" name="Soma">
  10. <proximal x="0.0" y="0.0" z="0.0" diameter="96.0"/>
  11. <distal x="96.0" y="0.0" z="0.0" diameter="96.0"/>
  12. </segment>
  13. <segmentGroup id="Soma" neuroLexId="sao864921383">
  14. <member segment="0"/>
  15. </segmentGroup>
  16. <segmentGroup id="all">
  17. <include segmentGroup="Soma"/>
  18. </segmentGroup>
  19. <segmentGroup id="soma_group" neuroLexId="GO:0043025">
  20. <include segmentGroup="Soma"/>
  21. </segmentGroup>
  22. </morphology>
  23. <biophysicalProperties id="biophys">
  24. <membraneProperties>
  25. <channelDensity id="pas" ionChannel="pas" condDensity="0.00011830111773572024 S_per_cm2" erev="-83.92924122901199 mV" ion="non_specific"/>
  26. <channelDensity condDensity="0.049958525078702043 S_per_cm2" id="Na_all" ionChannel="NaTg_PV_somatic" ion="na" erev="50.0 mV" />
  27. <channelDensity id="K_P_somatic" ionChannel="K_P" condDensity="0.01 S_per_cm2" erev="-85 mV" segmentGroup="soma_group" ion="k"/>
  28. <spikeThresh value="0 mV"/>
  29. <specificCapacitance value="1.0 uF_per_cm2"/>
  30. <initMembPotential value="-70.0 mV"/>
  31. </membraneProperties>
  32. <intracellularProperties>
  33. <resistivity value="100 ohm_cm"/>
  34. </intracellularProperties>
  35. </biophysicalProperties>
  36. </cell>
  37. </neuroml>