Nerve terminal currents at lizard neuromuscular junction (Lindgren, Moore 1989)

 Download zip file 
Help downloading and running models
Accession:10360
Loose patch clamp measurement of presynaptic ionic currents at lizard neuromuscular junction compared with computer simulations.
Reference:
1 . Lindgren CA, Moore JW (1989) Identification of ionic currents at presynaptic nerve endings of the lizard. J Physiol 414:201-22 [PubMed]
Model Information (Click on a link to find other models with that property)
Model Type: Neuromuscular Junction;
Brain Region(s)/Organism:
Cell Type(s):
Channel(s): I Na,t; I K;
Gap Junctions:
Receptor(s):
Gene(s):
Transmitter(s):
Simulation Environment: NEURON;
Model Concept(s): Ion Channel Kinetics; Action Potentials;
Implementer(s): Hines, Michael [Michael.Hines at Yale.edu];
Search NeuronDB for information about:  I Na,t; I K;
/
lindgren89
README
ending.ses
fig13.ses
init.hoc
mosinit.hoc
                            
load_file("nrngui.hoc")
// use rallbranch to create 3-virtual ending branches
load_file("ending.ses")
ax[0].rallbranch = 3
topology()
print "section diam L"
forall print secname(), " ", diam, L
print "section gnabar_hh gkbar_hh"
forsec all_active print secname(), " ", gnabar_hh, gkbar_hh

proc init() {
	finitialize(v_init)
	fcurrent()
	forsec all_active {
		el_hh = (ina + ik)/gl_hh + v_init
	}
	fcurrent()
}


Loading data, please wait...