Coder Social home page Coder Social logo

modeldbrepository / 267355 Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 1.0 128 KB

AIS model of L5 cortical pyramidal neuron (Filipis et al., 2023)

Home Page: https://modeldb.science/267355

AMPL 96.60% C 3.40%
action-potentials-action-potential-initiation-axon neocortex-layer-5-pyramidal-cell neuron-simulator

267355's Introduction

NEURON model files from the paper 
Luiza Filipis, Laila Ananda Blömer, Jérôme Montnach, Michel De Waard, Marco Canepari
Nav1.2 and BK channels interaction shapes the action potential in the axon initial segment
 
Starting from the model of Hallermann et al.2012 the axon was modified to reproduce our 
experimental results while the rest of the neuron was intact.

Use the mosinit file to run the model.

To reproduce Figure 6, use the different buttons that appear to run the control experiment, the huwentoxin experiment, 
the apamin experiment, the iberiotoxin experiment or the VGCCs block accordingly.

The experimental data we used to fit the sodium, calcium and Voltage are included.

For this model we used NEURON 8.0 on Windows environment. 


Questions regarding this model should be directed to
[email protected] 
or
[email protected]

Changelog
---------
2023-05-30: fix for compatibility with the upcoming NEURON 9 release,
            specifically neuronsimulator/nrn#1992 on GitHub.

267355's People

Contributors

olupton avatar ramcdougal avatar

Watchers

 avatar  avatar  avatar

Forkers

opensourcebrain

267355's Issues

IS SK.mod really representative of an SK channel?

The rate procedure has been substantially changed from the source - is this model really representative of an SK channel?

from SK.mod:
PROCEDURE rate(tcai (mM), ncai(mM)) {
LOCAL q10 : not in use, should be removed
q10 = Cq10^((celsius - 22 (degC))/10 (degC) ) : not in use, should be removed
a = a0*(tcaicarco+ncaicahco)/10 : is this dynamics really representative of an SK channel? (why divide by 10? better update a0)
if (a < 0.05) { : why this conditional statement?
a = 0
}
taun = b0 : 0.06, why set this here?
ninf = a : why use a, you could calc ninf diectly above
}

from source (https://pubmed.ncbi.nlm.nih.gov/30048468/):
PROCEDURE rate(cai (mM)) {
LOCAL q10
q10 = Cq10^((celsius - 22 (degC))/10 (degC) )
a = a0cai^4
taun = mt * q10
(0.2*(q10/(a + b0)))
ninf = a/(a + b0)
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.