ModelDB is moving. Check out our new site at https://modeldb.science. The corresponding page is https://modeldb.science/137846.

GP Neuron, somatic and dendritic phase response curves (Schultheiss et al. 2011)

 Download zip file 
Help downloading and running models
Accession:137846
Phase response analysis of a GP neuron model showing type I PRCs for somatic inputs and type II PRCs for dendritic excitation. Analysis of intrinsic currents underlying type II dendritic PRCs.
Reference:
1 . Schultheiss NW, Edgerton JR, Jaeger D (2010) Phase response curve analysis of a full morphological globus pallidus neuron model reveals distinct perisomatic and dendritic modes of synaptic integration. J Neurosci 30:2767-82 [PubMed]
Model Information (Click on a link to find other models with that property)
Model Type: Neuron or other electrically excitable cell;
Brain Region(s)/Organism: Basal ganglia;
Cell Type(s): Globus pallidus neuron;
Channel(s):
Gap Junctions:
Receptor(s):
Gene(s): HCN1; HCN2;
Transmitter(s):
Simulation Environment: GENESIS;
Model Concept(s): Oscillations; Synchronization; Active Dendrites; Synaptic Integration; Parkinson's; Phase Response Curves;
Implementer(s): Edgerton, Jeremy R. [jedgert at emory.edu]; Hanson, Jesse E.; Schultheiss, Nathan W [nwschultheiss at gmail.com];
//make_GP_library: create the library of components for GP simulation
//	IN USE SINCE 01/17/2005
//	New changes since last version:
//		Changed SK channel

/* Note that include statements are called from the directory in which the
main genesis file (the run file, e.g.) is located. So path must be either
fully explicit (/home/jedgerton/...) or else relative to the run directories.
*/
include ../common/GPchans_NaF_art
include ../common/GPsyns
include ../common/GPcomps_newGP

if (!{exists /library})
        create neutral /library
        disable /library
end

pushe /library
	make_Na_fast_GP
    make_Na_slow_GP
	make_Kv3_GP
	make_Kv2_GP
    make_Kv4_fast_GP
	make_Kv4_slow_GP
	make_KCNQ_GP
    make_Ca_GP_conc
	make_Ca_GP_nernst
    make_Ca_HVA_GP
    make_SK_GP
    make_h_HCN_GP
	make_h_HCN2_GP
    make_GP_comps
	make_GP_syns
pope
/*
include ./write_chankin
write_kinetics "Na_fast_GP" 3
write_kinetics "Na_slow_GP" 3
write_kinetics "Kv3_GP" 1
write_kinetics "Kv2_GP" 1
write_kinetics "Kv4_fast_GP" 1
write_kinetics "Kv4_slow_GP" 1
write_kinetics "KCNQ_GP" 0
write_kinetics "Ca_HVA_GP" 0
write_kinetics "K_ahp_GP" 2
write_kinetics "h_HCN_GP" 0
write_kinetics "h_HCN2_GP" 0
*/

Loading data, please wait...