DendroTweaks is a toolbox designed to facilitate the creation and validation of single-cell biophysical models. With its user-friendly interface and diverse set of tools, researchers can deepen their understanding of how the morphological and biophysical properties of a neuron impact its somatic and dendritic voltage dynamics.
For a quick overview of the toolbox, including a video demonstration, you can visit our e-poster presented at the FENS Forum 2024 in Vienna.
📜 Makarov, R., Chavlis, S., & Poirazi, P. (2024). DendroTweaks: An interactive approach for unraveling dendritic dynamics. Science Communications World Wide. https://doi.org/10.57736/abba-7149
DendroTweaks allows you to adjust any parameter of the model and receive real-time visual feedback. With widgets and interactive plots, you can explore the impact of different morphological and biophysical parameters on the voltage dynamics of a neuron.
You can automaticlly parse existing .mod
files and adjust channel kinetics with interactive widgets.
Additionaly, we provide the means to standardize ion channel models by fitting a set of equations [1] to the original activation curves.
Current for a given ion channel: $$I = \bar{g} \times p(x_1, ..., x_n) \times (V_m - E) \tag{1}$$
where:
Time derivative of a state variable: $$\dot{x} = \dfrac{x^{\infty} - x}{\tau_x} \tag{2}$$
Steady state: $$x^{\infty} = \dfrac{1}{1 + \exp \left({-\dfrac{V - V_{half}}{\sigma}}\right)} \tag{3}$$
Time constant: $$\tau_x = \dfrac{1}{\alpha'(V) + \beta'(V)} + \tau_0 \tag{4}$$
where $$\alpha'(V) = K \times \exp \left({\dfrac{\delta \times (V - V_{half})}{\sigma}}\right) \tag{5}$$ $$\beta'(V) = K \times \exp \left({\dfrac{-(1 -\delta) \times (V_{half} - V)}{\sigma}}\right) \tag{6}$$
where:
You can reduce neuronal morphology by simplifying the dendritic structure.
We have extended the functionality of neuron_reduce
[2] to allow for an arbitrary level of morphology reduction.
Our toolbox provides a set of built-in validation protocols to ensure the model's activity is consistent with the experimental data.