Welcome to a brief introduction on modeling brain rhythms in BMTK and NEURON.
- [gamma] - NEURON code for previewing a simple excitatory/inhibitory loop
- [modfiles/] - current channel definitions. COMPILE before running hoc interfaces with
nrnivmodl
ormknrndll
cell_tester_rtm.hoc
- single RTM excitatory cell interfacecell_tester_wb.hoc
- single WB inhibitory cell interfacenetwork_tester_2_cell.hoc
- two cell interface, RTM/WB loop with current injection
- [modfiles/] - current channel definitions. COMPILE before running hoc interfaces with
- [stochastic_weak_ping] - BMTK notebook for testing excitatory/inhibitory network used to generate gamma rhythms
sw_ping.ipynb
- main jupyter notebook
- [realistic_rhythm] - BMTK notebook for testing a 3 layer cortex network that generates gamma rhythms
realistic.ipynb
- main jupyter notebook
- [theta] - NEURON code for previewing a simple excitatory/inhibitory/OLM cells used to generate theta
- [modfiles/] - current channel definitions. COMPILE before running hoc interfaces with
nrnivmodl
ormknrndll
cell_tester_rtm.hoc
- single RTM excitatory cell interfacecell_tester_wb.hoc
- single WB inhibitory cell interfacecell_tester_olm_pre.hoc
- single OLM inhibitory cell interface with Na/K channels onlycell_tester_olm_h.hoc
- single OLM inhibitory cell interface with Na/K/h channelscell_tester_olm_ha.hoc
- single OLM inhibitory cell interface with Na/K/h/A channels
- [modfiles/] - current channel definitions. COMPILE before running hoc interfaces with
- [eio_theta_network] - BMTK notebook for testing excitatory/inhibitory/OLM network used to generate theta and gamma rhythms
eio.ipynb
- main jupyter notebook