Synaptic information transfer in computer models of neocortical columns (Neymotin et al. 2010)

 Download zip file 
Help downloading and running models
Accession:136095
"... We sought to measure how the activity of the network alters information flow from inputs to output patterns. Information handling by the network reflected the degree of internal connectivity. ... With greater connectivity strength, the recurrent network translated activity and information due to contribution of activity from intrinsic network dynamics. ... At still higher internal synaptic strength, the network corrupted the external information, producing a state where little external information came through. The association of increased information retrieved from the network with increased gamma power supports the notion of gamma oscillations playing a role in information processing."
Reference:
1 . Neymotin SA, Jacobs KM, Fenton AA, Lytton WW (2011) Synaptic information transfer in computer models of neocortical columns. J Comput Neurosci 30:69-84 [PubMed]
Model Information (Click on a link to find other models with that property)
Model Type: Realistic Network;
Brain Region(s)/Organism: Neocortex;
Cell Type(s): Neocortex L5/6 pyramidal GLU cell; Neocortex L2/3 pyramidal GLU cell; Neocortex V1 interneuron basket PV GABA cell; Neocortex fast spiking (FS) interneuron; Neocortex spiny stellate cell; Neocortex spiking regular (RS) neuron; Neocortex spiking low threshold (LTS) neuron;
Channel(s): I Na,t; I A; I K;
Gap Junctions:
Receptor(s): GabaA; AMPA; NMDA;
Gene(s):
Transmitter(s):
Simulation Environment: NEURON;
Model Concept(s): Activity Patterns; Information transfer;
Implementer(s): Lytton, William [bill.lytton at downstate.edu]; Neymotin, Sam [Samuel.Neymotin at nki.rfmh.org];
Search NeuronDB for information about:  Neocortex L5/6 pyramidal GLU cell; Neocortex L2/3 pyramidal GLU cell; Neocortex V1 interneuron basket PV GABA cell; GabaA; AMPA; NMDA; I Na,t; I A; I K;
/
ncdemo
readme.txt
A.mod
AMPA.mod *
AMPAr.mod
clampex.mod *
cp.mod *
cp2.mod *
field.mod
GABAa.mod
GABAar.mod
GABAb.mod
GABAbr.mod
H.mod
Iahp.mod *
Ican.mod *
IL.mod
IL3.mod *
infot.mod *
intf_.mod
intfsw.mod *
kdr2.mod *
kmbg.mod
misc.mod *
naf2.mod *
nap.mod *
NMDA.mod *
NMDAr.mod
nthh.mod *
ntIh.mod *
ntt.mod *
OFThpo.mod
OFThresh.mod
pregencv.mod
stats.mod
updown.mod *
vecst.mod
bg_cvode.inc
misc.h *
mosinit.hoc
netcon.inc *
netrand.inc
ofc.inc
                            
 $Id: readme.txt,v 1.2 2010/11/01 13:45:41 samn Exp $ 

--------------------------------------------------------------------------
                           Neocortical Column Demo Readme
--------------------------------------------------------------------------

This package contains the source code from the paper:
  Synaptic information transfer in computer models of neocortical columns.
  Article by SA Neymotin, KM Jacobs, AA Fenton, and WW Lytton
  Journal of Computational Neuroscience (2010), in press.
  PubMed ID 20556639.

It allows simulating the activity of a neocortical column using
conductance- based neurons. In addition, NEURON vector implementations
of normalized transfer entropy are provided in infot.mod. For more
information on methods used, please see the paper.

--------------------------------------------------------------------------
                      Compilation/running instructions (LINUX)
--------------------------------------------------------------------------

You will need the NEURON simulator in order to run this simulation.
It is available for download at http://www.neuron.yale.edu/neuron/
Detailed installation instructions are available there as well.

Once you have NEURON installed you will need to compile the .mod files
included in the zip file. To do so first extract the contents of the
zip file into a single flat directory.

If you are on LINUX/UNIX then run nrnivmodl *.mod from the command
line to compile the .mod files. If this is done properly, an
executable named 'special' will be produced in the x86_64 subdirectory
(on 64 bit machines) or x86 subdirectory on 32 bit machines.

(If you are using WINDOWS this is not guaranteed to work but try the
instructions at:
http://www.neuron.yale.edu/neuron/docs/nmodl/mswin.html for more
information on compiling new mechanisms into NEURON .)

Next, to run the simulation enter the following command at the command
prompt:
  ./x86_64/special (or ./x86/special )

This will begin the NEURON simulator.  You will then be at the NEURON
command prompt which should look like this: oc> Type
load_file("mosinit.hoc") and press enter.  This will start the
neocortical column simulation.  A GUI window will be displayed that
will allow running the simulation and displaying output consisting of:

 1. spike raster
 2. local field potential
 3. voltage of several cells with different dynamical properties

--------------------------------------------------------------------------
                              Contact
--------------------------------------------------------------------------

For questions/comments/collaborations please contact 
Samuel Neymotin at samn at neurosim dot downstate dot edu
     or
Bill Lytton at billl at neurosim dot downstate dot edu

--------------------------------------------------------------------------
                             Changelog
--------------------------------------------------------------------------
2022-05: Updated MOD files to contain valid C++ and be compatible with the
         upcoming versions 8.2 and 9.0 of NEURON. Updated to use post ~2011
         signature of mcell_ran4_init function and fix hashseed2 argument.
2023-04: Updates for compatibility with the new data structures in the
         upcoming version 9.0 of NEURON.

Loading data, please wait...