// ReConv algorithm for reconstructing evoked LFP in cerebellar granular layer // Uses Multicompartmental GrC model (see http://senselab.med.yale.edu/ModelDb/showmodel.asp?model=116835) // Last updated 11-June-2011 // Model developer: Shyam Diwakar M. // Developed at Amrita School of Biotechnology (India) and at Prof. Egidio D'Angelo's Lab at Univ of Pavia (Italy) // Amrita School of Biotechnology, Amritapuri // Clappana P.O., Kollam, 690 525, Kerala, India. // http://research.amrita.edu/compneuro // Email:shyam@amrita.edu /* Model published as [Diwakar et al., 2011, manuscript accepted, PLoS ONE] Shyam Diwakar, Paola Lombardo, Sergio Solinas, Giovanni Naldi, Egidio D'Angelo. "Local field potential modeling predicts dense activation in cerebellar granule cells clusters under LTP and LTD control", PLoS ONE, 2011. */ begintemplate GrC ndend = 4 nsg = 5 naxon = 30 public soma,synA,synNS,synG,Area,CC,dend_1,dend_2,dend_3,dend_4,hillock,axon public connect_pre,rescale,Us public list_go_grc,list_con_inhib public branch0,branch1,branch2,branch3 public SpikeTrain create soma,hillock[1],axon[1],dend_1[1],dend_2[1],dend_3[1],dend_4[1],branch0,branch1,branch2,branch3 objref synNS[4],synA[4],synG[4] objref list_go_grc,list_con_inhib objref Inhib[4],CC objref SpikeTrain,nil,netcon proc init() { list_go_grc=new List() list_con_inhib=new List() if(numarg()==4){ndend=$1 nsg =$2 nbut=$3 naxon=$4} else {ndend=4 nsg=5 nbut=20 naxon=30} create soma, hillock[nsg], axon[naxon], dend_1[ndend], dend_2[ndend], dend_3[ndend], dend_4[ndend],branch0,branch1,branch2,branch3 soma { access soma nseg = 1 diam = 5.8//6.06 L = 5.8//6.16 cm = 1 Ra = 100 celsius=30 // Soma Channels insert GRC_LKG1 insert GRC_LKG2 ggaba_GRC_LKG2 = 3e-05 insert GRC_KIR insert GRC_KA insert GRC_KM usetable_GRC_KA = 0 usetable_GRC_KIR = 0 usetable_GRC_KM = 0 insert GRC_NA insert GRC_KV usetable_GRC_NA = 0 usetable_GRC_KV = 0 insert GRC_KCA usetable_GRC_KCA = 0 gkbar_GRC_KCA = 0 insert GRC_CA usetable_GRC_CA = 0 gcabar_GRC_CA = 0 insert GRC_CALC beta_GRC_CALC = 1.5 ena = 87.39 ek = -84.69 eca = 129.33 ecl = -65 } // Hillock definition for(w1=0;w1