Duration-tuned neurons from the inferior colliculus of vertebrates (Aubie et al. 2012)

 Download zip file   Auto-launch 
Help downloading and running models
Accession:144511
These models reproduce the responses of duration-tuned neurons in the auditory midbrain of the big brown bat, the rat, the mouse and the frog (Aubie et al. 2012). They are written in the Python interface to NEURON and a subset of the figures from Aubie et al. (2012) are pre-set in run.py (raw data is generated and a separate graphing program must be used to visualize the results).
Reference:
1 . Aubie B, Sayegh R, Faure PA (2012) Duration tuning across vertebrates. J Neurosci 32:6373-90 [PubMed]
Citations  Citation Browser
Model Information (Click on a link to find other models with that property)
Model Type: Realistic Network; Neuron or other electrically excitable cell;
Brain Region(s)/Organism: Inferior Colliculus;
Cell Type(s):
Channel(s): I Sodium; I Potassium;
Gap Junctions:
Receptor(s): GabaA; AMPA; NMDA;
Gene(s):
Transmitter(s): Gaba; Glutamate;
Simulation Environment: NEURON; Python;
Model Concept(s): Coincidence Detection; Simplified Models; Sensory processing; Duration Selectivity; Audition;
Implementer(s): Aubie, Brandon [aubiebn at mcmaster.ca];
Search NeuronDB for information about:  GabaA; AMPA; NMDA; I Sodium; I Potassium; Gaba; Glutamate;
Simulations using the Python interface to Neuron 7.2 (Development
Version)
Written by Brandon Aubie
brandon@aubie.ca

How to Use
==========
Install NEURON along with the Python interface.  To make use of
multiple cores (or workstations), install the OpenMP toolset.

View run.py for instructions on running different simulations and
reproducing a subset of the figures in Aubie et al. (2012).

In general, once you have a simulation defined (the appropriate lines
uncommented in run.py), you can simply run:

# ./run

and the simulations will run in multiple threads.  If OpenMP is not
available on your system, you can simply run:

# python run.py

Output files are CSV files suitable for producing graphs with many
graphing programs such as GLE (http://glx.sourceforge.net/).

References
==========
Aubie, B., Sayegh, R., & Faure, P. A. (2012). Duration Tuning across
Vertebrates. Journal of Neuroscience, 32(18), 6373-6390.

Changelog
==========
2022-12: Migrate to Python 3(via `2to3 -w .`)