بدون توضیح

moritz 746d6cf609 Firing rate still incorrect and thus HDI turns out to be NAN. 4 سال پیش
legacy_code 5318284ad3 moved old code basis to legacy code 4 سال پیش
models 8b28da9f74 PRC of Hodkin-Huxley with H-current is as desired. Transfer from notebook to script 4 سال پیش
notebooks a132435856 thoughts about orientation of the ellipsoids 4 سال پیش
scripts 746d6cf609 Firing rate still incorrect and thus HDI turns out to be NAN. 4 سال پیش
.gitignore 0ee4bb0df8 changed location of logging and data 4 سال پیش
README.md 2482e4dbfd added environment.yml to ensure same python setup 4 سال پیش
environment.yml 746d6cf609 Firing rate still incorrect and thus HDI turns out to be NAN. 4 سال پیش

README.md

Functional aspects of interneuron morphology in the subiculum

Interneurons in the subiculum have a polar axonal cloud instead of a circular as found in other brain regions. Additionally, pyramidal neurons in the subiculum lack recurrent connections, but they connect via recurrent inhibition. Therefore, inhibition plays a major role in this circuitry and we pose the question, which function the extraordinary axon morphology serves in this setting.

How to run the scripts

It is recommended to use Anaconda (https://www.continuum.io/downloads) to create a virtual environment with the necessary dependencies. With anaconda, it is a one button install. Af ter cloning the repository and changing into the root folder, type

conda env create -f environment.yml

This creates an environment called interneuron_polarity, which can be activated via

conda activate interneuron_polarity

If you need additional packages, install them via conda install and update the environment file via

conda env export > environment.yml

To update the existing enviroment

conda-env update -f environment.yml