Started addressing comments from meeting in Tuebingen

This commit is contained in:
nkoch1 2022-10-02 20:02:27 +02:00
parent 80f1d1cd8f
commit ad3a5c9945
6 changed files with 94 additions and 75 deletions

Binary file not shown.

View File

@ -184,8 +184,8 @@ add_scalebar(ax12_spikes, matchx=False, matchy=False, hidex=True, hidey=True, si
bbox_transform=ax12_spikes.transAxes)
# add subplot labels
for i in range(0,len(models)):
spike_axs[i].text(-0.18, 1.08, string.ascii_uppercase[i], transform=spike_axs[i].transAxes, size=10, weight='bold')
# spike_axs[i].text(-0.18, 1.08, string.ascii_uppercase[i], transform=spike_axs[i].transAxes, size=10, weight='bold')
spike_axs[i].text(-0.18, 1.2, string.ascii_uppercase[i], transform=spike_axs[i].transAxes, size=10, weight='bold')
# save
fig.set_size_inches(cm2inch(17.6,20))
fig.savefig('./Figures/diversity_in_firing.pdf', dpi=fig.dpi) #pdf # eps

View File

@ -41,14 +41,20 @@ def correlation_plot(ax, df='AUC', title='', cbar=False):
# array for names
cmap = sns.diverging_palette(220, 10, as_cmap=True)
models = ['RS_pyramidal', 'RS_inhib', 'FS', 'Cb_stellate', 'Cb_stellate_Kv', 'Cb_stellate_Kv_only', 'STN',
'STN_Kv', 'STN_Kv_only']
model_names = ['RS pyramidal', 'RS inhibitory', 'FS', 'Cb stellate',
'Cb stellate +$\mathrm{K}_{\mathrm{V}}\mathrm{1.1}$',
'Cb stellate $\Delta$$\mathrm{K}_{\mathrm{V}}\mathrm{1.1}$', 'STN',
'STN +$\mathrm{K}_{\mathrm{V}}\mathrm{1.1}$', 'STN $\Delta$$\mathrm{K}_{\mathrm{V}}\mathrm{1.1}$']
# model_letter_names = ['Model H', 'Model E', 'Model G', 'Model A', 'Model F', 'Model J', 'Model L', 'Model I', 'Model K']
model_letter_names = ['H', 'E', 'G', 'A', 'F', 'J', 'L', 'I', 'K']
# models = ['RS_pyramidal', 'RS_inhib', 'FS', 'Cb_stellate', 'Cb_stellate_Kv', 'Cb_stellate_Kv_only', 'STN',
# 'STN_Kv', 'STN_Kv_only']
# model_names = ['RS pyramidal', 'RS inhibitory', 'FS', 'Cb stellate',
# 'Cb stellate +$\mathrm{K}_{\mathrm{V}}\mathrm{1.1}$',
# 'Cb stellate $\Delta$$\mathrm{K}_{\mathrm{V}}\mathrm{1.1}$', 'STN',
# 'STN +$\mathrm{K}_{\mathrm{V}}\mathrm{1.1}$', 'STN $\Delta$$\mathrm{K}_{\mathrm{V}}\mathrm{1.1}$']
# model_letter_names = ['H', 'E', 'G', 'A', 'F', 'J', 'L', 'I', 'K']
models =['Cb_stellate','RS_inhib','Cb_stellate_Kv','FS', 'RS_pyramidal','STN_Kv', 'Cb_stellate_Kv_only','STN_Kv_only', 'STN']
model_names = ['Cb stellate','RS inhibitory', 'Cb stellate +$\mathrm{K}_{\mathrm{V}}\mathrm{1.1}$', 'FS',
'RS pyramidal', 'STN +$\mathrm{K}_{\mathrm{V}}\mathrm{1.1}$',
'Cb stellate $\Delta$$\mathrm{K}_{\mathrm{V}}\mathrm{1.1}$',
'STN $\Delta$$\mathrm{K}_{\mathrm{V}}\mathrm{1.1}$','STN']
model_letter_names = ['A', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L']
col_dict = {}
for m in range(len(models)):
col_dict[model_names[m]] = model_letter_names[m]
@ -65,18 +71,26 @@ def correlation_plot(ax, df='AUC', title='', cbar=False):
np.fill_diagonal(mask, False)
# models and renaming of tau
models = ['RS pyramidal', 'RS inhibitory', 'FS', 'Cb stellate',
'Cb stellate +$\mathrm{K}_{\mathrm{V}}\mathrm{1.1}$',
'Cb stellate $\Delta$$\mathrm{K}_{\mathrm{V}}\mathrm{1.1}$', 'STN',
'STN +$\mathrm{K}_{\mathrm{V}}\mathrm{1.1}$']
model_names = ['RS pyramidal +$\mathrm{K}_{\mathrm{V}}\mathrm{1.1}$',
'RS inhibitory +$\mathrm{K}_{\mathrm{V}}\mathrm{1.1}$',
'FS +$\mathrm{K}_{\mathrm{V}}\mathrm{1.1}$',
'Cb stellate', 'Cb stellate +$\mathrm{K}_{\mathrm{V}}\mathrm{1.1}$',
'Cb stellate $\Delta$$\mathrm{K}_{\mathrm{V}}\mathrm{1.1}$', 'STN',
'STN +$\mathrm{K}_{\mathrm{V}}\mathrm{1.1}$']
# model_letter_names = ['Model H', 'Model E', 'Model G', 'Model A', 'Model F', 'Model J', 'Model L', 'Model I', 'Model K']
model_letter_names = ['H', 'E', 'G', 'A', 'F', 'J', 'L', 'I', 'K']
# models = ['RS pyramidal', 'RS inhibitory', 'FS', 'Cb stellate',
# 'Cb stellate +$\mathrm{K}_{\mathrm{V}}\mathrm{1.1}$',
# 'Cb stellate $\Delta$$\mathrm{K}_{\mathrm{V}}\mathrm{1.1}$', 'STN',
# 'STN +$\mathrm{K}_{\mathrm{V}}\mathrm{1.1}$']
# model_names = ['RS pyramidal +$\mathrm{K}_{\mathrm{V}}\mathrm{1.1}$',
# 'RS inhibitory +$\mathrm{K}_{\mathrm{V}}\mathrm{1.1}$',
# 'FS +$\mathrm{K}_{\mathrm{V}}\mathrm{1.1}$',
# 'Cb stellate', 'Cb stellate +$\mathrm{K}_{\mathrm{V}}\mathrm{1.1}$',
# 'Cb stellate $\Delta$$\mathrm{K}_{\mathrm{V}}\mathrm{1.1}$', 'STN',
# 'STN +$\mathrm{K}_{\mathrm{V}}\mathrm{1.1}$']
# # model_letter_names = ['Model H', 'Model E', 'Model G', 'Model A', 'Model F', 'Model J', 'Model L', 'Model I', 'Model K']
# model_letter_names = ['H', 'E', 'G', 'A', 'F', 'J', 'L', 'I', 'K']
models = ['Cb_stellate', 'RS_inhib', 'Cb_stellate_Kv', 'FS', 'RS_pyramidal', 'STN_Kv', 'Cb_stellate_Kv_only',
'STN_Kv_only', 'STN']
model_names = ['Cb stellate', 'RS inhibitory', 'Cb stellate +$\mathrm{K}_{\mathrm{V}}\mathrm{1.1}$', 'FS',
'RS pyramidal', 'STN +$\mathrm{K}_{\mathrm{V}}\mathrm{1.1}$',
'Cb stellate $\Delta$$\mathrm{K}_{\mathrm{V}}\mathrm{1.1}$',
'STN $\Delta$$\mathrm{K}_{\mathrm{V}}\mathrm{1.1}$', 'STN']
model_letter_names = ['A', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L']
col_dict = {}
for m in range(len(models)):
col_dict[model_names[m]] = model_letter_names[m]
@ -206,18 +220,17 @@ sim_style()
fig = plt.figure()
gs0 = fig.add_gridspec(1, 6, wspace=-0.2)
gsl = gs0[0:3].subgridspec(3, 3, wspace=0.9, hspace=0.8)
gsr = gs0[4:6].subgridspec(7, 1, wspace=0.6, hspace=0.8)
ax00 = fig.add_subplot(gsl[0,0])
ax01 = fig.add_subplot(gsl[0,1])
ax02 = fig.add_subplot(gsl[0,2])
ax10 = fig.add_subplot(gsl[1,0])
ax11 = fig.add_subplot(gsl[1,1])
ax12 = fig.add_subplot(gsl[1,2])
ax20 = fig.add_subplot(gsl[2,0])
ax21 = fig.add_subplot(gsl[2,1])
ax22 = fig.add_subplot(gsl[2,2])
gsr = gs0[4:6].subgridspec(7, 1, wspace=0.6, hspace=3.8)
ax00 = fig.add_subplot(gsl[1,1]) #model H
ax01 = fig.add_subplot(gsl[0,1]) # model E
ax02 = fig.add_subplot(gsl[1,0]) # model G
ax10 = fig.add_subplot(gsl[0,0]) # model A
ax11 = fig.add_subplot(gsl[0,2]) # model F
ax12 = fig.add_subplot(gsl[2,0]) # model J
ax20 = fig.add_subplot(gsl[2,2]) # model L
ax21 = fig.add_subplot(gsl[1,2]) # model I
ax22 = fig.add_subplot(gsl[2,1]) # model K
axr0 = fig.add_subplot(gsr[0:3,0])
axr1 = fig.add_subplot(gsr[4:,0])
@ -235,21 +248,24 @@ ax22 = mutation_plot(ax22, model='STN_Kv_only')
marker_s_leg = 4
pos = (0.425, -0.7)
ncol = 5
mutation_legend(ax21, marker_s_leg, pos, ncol)
mutation_legend(ax22, marker_s_leg, pos, ncol)
# plot correlation matrices
correlation_plot(axr1,df = 'AUC', title='Normalized $\Delta$AUC', cbar=False)
correlation_plot(axr0,df = 'rheo', title='$\Delta$Rheobase', cbar=True)
# add subplot labels
axs = [ax00, ax01,ax02, ax10, ax11, ax12, ax20, ax21, ax22]
# axs = [ax00, ax01,ax02, ax10, ax11, ax12, ax20, ax21, ax22]
axs = [ax10, ax01, ax11, ax02, ax00, ax21, ax12, ax22, ax20]
j=0
for i in range(0,9):
# axs[i].text(-0.48, 1.175, string.ascii_uppercase[i], transform=axs[i].transAxes, size=10, weight='bold')
axs[i].text(-0.625, 1.25, string.ascii_uppercase[i], transform=axs[i].transAxes, size=10, weight='bold')
j +=1
axr0.text(-0.77, 1.1, string.ascii_uppercase[j], transform=axr0.transAxes, size=10, weight='bold')
axr1.text(-0.77, 1.1, string.ascii_uppercase[j+1], transform=axr1.transAxes, size=10, weight='bold')
axr0.text(-0.27, 1.075, string.ascii_uppercase[j], transform=axr0.transAxes, size=10, weight='bold')
axr1.text(-0.27, 1.075, string.ascii_uppercase[j+1], transform=axr1.transAxes, size=10, weight='bold')
# save
fig.set_size_inches(cm2inch(22.2,15))

View File

@ -8,12 +8,12 @@
& Gating & \(V_{1/2}\) [mV]& \(k\) & \(j\) & \(a\) \\
\Xhline{1\arrayrulewidth}
%Pospischil
Models & \(\textrm{I}_{\textrm{Na}}\) activation &\(-34.33054521\) & \(-8.21450277\) & \(1.42295686\) & --- \\
B, C, D, E, G, H & \(\textrm{I}_{\textrm{Na}}\) inactivation &\(-34.51951036\) & \(4.04059373\) & \(1\) & \(0.05\) \\
& \(\textrm{I}_{\textrm{Kd}}\) activation &\(-63.76096946\) & \(-13.83488194\) & \(7.35347425\) & --- \\
(RS pyramidal,& \(\textrm{I}_{\textrm{L}}\) activation &\(-39.03684525\) & \(-5.57756176\) & \(2.25190197\) & --- \\
RS inhibitory, & \(\textrm{I}_{\textrm{L}}\) inactivation &\(-57.37\) & \(20.98\) & \(1\) & --- \\
FS) & \(\textrm{I}_{\textrm{M}}\) activation &\(-45\) & \(-9.9998807337\) & \(1\) & --- \\ %-45 with 10 mV shift to contributes to resting potential
& \(\textrm{I}_{\textrm{Na}}\) activation &\(-34.33054521\) & \(-8.21450277\) & \(1.42295686\) & --- \\
& \(\textrm{I}_{\textrm{Na}}\) inactivation &\(-34.51951036\) & \(4.04059373\) & \(1\) & \(0.05\) \\
Models & \(\textrm{I}_{\textrm{Kd}}\) activation &\(-63.76096946\) & \(-13.83488194\) & \(7.35347425\) & --- \\
B, C, D, E, G, H & \(\textrm{I}_{\textrm{L}}\) activation &\(-39.03684525\) & \(-5.57756176\) & \(2.25190197\) & --- \\
& \(\textrm{I}_{\textrm{L}}\) inactivation &\(-57.37\) & \(20.98\) & \(1\) & --- \\
& \(\textrm{I}_{\textrm{M}}\) activation &\(-45\) & \(-9.9998807337\) & \(1\) & --- \\ %-45 with 10 mV shift to contributes to resting potential
% & & & & &\\
\Xhline{1\arrayrulewidth}
\(\textrm{I}_{\textrm{K}_{\textrm{V}}\textrm{1.1}}\ \) & \(\textrm{I}_{\textrm{K}_{\textrm{V}}\textrm{1.1}}\ \) activation &\(-30.01851852\) & \(-7.73333333\) & \(1\) & --- \\
@ -23,6 +23,6 @@
\end{tabular}}
\caption[Gating Properties]{ For comparability to typical electrophysiological data fitting reported and for ease of further gating curve manipulations, a sigmoid function (Eqn.\ref{eqn:Boltz}) %Boltzmann \(x_\infty = {\left(\frac{1-a}{1+{exp[{\frac{V-V_{1/2}}{k}}]}} +a\right)^j}\)
with slope \(k\), voltage for half-maximal activation or inactivation (\(V_{1/2}\)), exponent \(j\), and persistent current \(0 \leq a \leq 1\) were fitted for the \citet{pospischil_minimal_2008} models where \(\alpha_x\) and \(\beta_x\) are used. Gating parameters for \(\textrm{I}_{\textrm{K}_{\textrm{V}}\textrm{1.1}}\ \) are taken from \citet{ranjan_kinetic_2019} and fit to mean wild type parameters in \citet{lauxmann_therapeutic_2021}. Model gating parameters not listed are taken directly from source publication.}
with slope \(k\), voltage for half-maximal activation or inactivation (\(V_{1/2}\)), exponent \(j\), and persistent current \(0 \leq a \leq 1\) were fitted for the models originating from \citet{pospischil_minimal_2008} (models B, C, D, E, G, H) where \(\alpha_x\) and \(\beta_x\) are used. Gating parameters for \(\textrm{I}_{\textrm{K}_{\textrm{V}}\textrm{1.1}}\ \) are taken from \citet{ranjan_kinetic_2019} and fit to mean wild type parameters in \citet{lauxmann_therapeutic_2021}. Model gating parameters not listed are taken directly from source publication.}
\label{tab:gating}
\end{table}

View File

@ -77,7 +77,7 @@
\newcommand{\beginsupplement}{
\setcounter{figure}{0}
\renewcommand{\thefigure}{2-\arabic{figure}}
\renewcommand{\thefigure}{1-\arabic{figure}}
\setcounter{table}{0}
\renewcommand{\thetable}{S\arabic{table}}}
@ -160,8 +160,8 @@ Nils A. Koch\textsuperscript{1,2}, Lukas Sonnenberg\textsuperscript{1,2}, Ulrike
\section*{Abstract (250 Words Maximum - Currently )}
%\textit{It should provide a concise summary of the objectives, methodology (including the species and sex studied), key results, and major conclusions of the study.}
Neuronal excitability is shaped by kinetics of ion channels and disruption in ion channel properties caused by mutations can result in neurological disorders called channelopathies. Often, mutations within one gene are associated with a specific channelopathy. The effects of these mutations on channel function, i.e. the ionic current conducted by the affected ion channels, are generally characterized using heterologous expression systems. Nevertheless, the impact of such mutations on neuronal firing is essential not only for determining brain function, but also for selecting personalized treatment options for the affected patient. The effect of ion channel mutations on firing in different cell types has been mostly neglect and it is unclear whether the effect of a given mutation on firing can simply be inferred from the effects identified at the current level. Here we use a diverse collection of computational neuronal models to determine that ion channel mutation effects at the current level cannot be indiscriminantly used to infer firing effects without consideration of cell-type. In particular, systematic simulation and evaluation of the effects of changes in ion current properties on firing properties in different neuronal types as well as for mutations in the \textit{KCNA1} gene encoding the \Kv potassium channel subtype associated with episodic ataxia type~1 (EA1) was performed. The effects of changes in ion current properties generally and due to mutations in the \Kv channel subtype on the firing of a neuron depends on the ionic current environment, or the neuronal cell type, in which such a change occurs in. Thus, while characterization of ion channel mutations as loss or gain of function is useful at the level of the ionic current, this characterization should not be extended to the level of neuronal excitability as the effects of ion channel mutations on the firing of a cell is dependent on the cell type and the composition of different ion channels and subunits therein. For increased efficiency and efficacy of personalized medicine approaches in channelopathies, the effects of ion channel mutations must be examined in the context of the appropriate cell types in which these mutations occur.
%Using a diverse collection of computational neuronal models, the effects of changes in ion current properties on firing properties of different neuronal types were simulated systematically and for mutations in the \textit{KCNA1} gene encoding the \Kv potassium channel subtype associated with episodic ataxia type~1 (EA1). The effects of changes in ion current properties or changes due to mutations in the \Kv channel subtype on the firing of a neuron depends on the ionic current environment, or the neuronal cell type, in which such a change occurs in. Characterization of ion channel mutations as loss or gain of function is useful at the level of the ionic current. However, the effects of mutations causing channelopathies on the firing of a cell is dependent on the cell type and thus on the composition of different ion channels and subunits. To further the efficacy of personalized medicine in channelopathies, the effects of ion channel mutations must be examined in the context of the appropriate cell types in which these mutations occur.
%Neuronal excitability is shaped by kinetics of ion channels and disruption in ion channel properties caused by mutations can result in neurological disorders called channelopathies. Often, mutations within one gene are associated with a specific channelopathy. The effects of these mutations on channel function, i.e. the ionic current conducted by the affected ion channels, are generally characterized using heterologous expression systems. Nevertheless, the impact of such mutations on neuronal firing is essential not only for determining brain function, but also for selecting personalized treatment options for the affected patient. The effect of ion channel mutations on firing in different cell types has been mostly neglect and it is unclear whether the effect of a given mutation on firing can simply be inferred from the effects identified at the current level. Here we use a diverse collection of computational neuronal models to determine that ion channel mutation effects at the current level cannot be indiscriminantly used to infer firing effects without consideration of cell-type. In particular, systematic simulation and evaluation of the effects of changes in ion current properties on firing properties in different neuronal types as well as for mutations in the \textit{KCNA1} gene encoding the \Kv potassium channel subtype associated with episodic ataxia type~1 (EA1) was performed. The effects of changes in ion current properties generally and due to mutations in the \Kv channel subtype on the firing of a neuron depends on the ionic current environment, or the neuronal cell type, in which such a change occurs in. Thus, while characterization of ion channel mutations as loss or gain of function is useful at the level of the ionic current, this characterization should not be extended to the level of neuronal excitability as the effects of ion channel mutations on the firing of a cell is dependent on the cell type and the composition of different ion channels and subunits therein. For increased efficiency and efficacy of personalized medicine approaches in channelopathies, the effects of ion channel mutations must be examined in the context of the appropriate cell types in which these mutations occur.
%%Using a diverse collection of computational neuronal models, the effects of changes in ion current properties on firing properties of different neuronal types were simulated systematically and for mutations in the \textit{KCNA1} gene encoding the \Kv potassium channel subtype associated with episodic ataxia type~1 (EA1). The effects of changes in ion current properties or changes due to mutations in the \Kv channel subtype on the firing of a neuron depends on the ionic current environment, or the neuronal cell type, in which such a change occurs in. Characterization of ion channel mutations as loss or gain of function is useful at the level of the ionic current. However, the effects of mutations causing channelopathies on the firing of a cell is dependent on the cell type and thus on the composition of different ion channels and subunits. To further the efficacy of personalized medicine in channelopathies, the effects of ion channel mutations must be examined in the context of the appropriate cell types in which these mutations occur.
\par\null
\section*{Significant Statement (120 Words Maximum - Currently )}
@ -173,27 +173,24 @@ Ion channels determine neuronal excitability and mutations that alter ion channe
\section*{Introduction (750 Words Maximum - Currently )}
%\textit{The Introduction should briefly indicate the objectives of the study and provide enough background information to clarify why the study was undertaken and what hypotheses were tested.}
%\textcolor{red}{Over the last years, new technology such as next generation sequencing has led to the identification of a growing number of associated de novo genetic variants, providing the basis for subsequent pathophysiological studies. The ongoing joint effort of many research groups continues to contribute to an increasingly better understanding of underlying disease mechanisms. At the same time, the unfolding complexity of the pathophysiological landscape of DEE emerges as one likely reason for limited therapeutic success experienced with standard care.
%Sodium channelopathies have initially been identified as one of the most frequent causes of genetic forms of epilepsy and more recent studies demonstrate their implication in DEE . SCN8A for example the gene encoding the human NaV1.6 voltage gated sodium channel gene has been recognized as an epilepsy-associated gene in 2012 (Veeramah et al., 2012).
% }
Voltage-gated ion channels are vital in determining neuronal excitability, action potential generation and firing patterns \citep{bernard_channelopathies_2008, carbone_ion_2020}. In particular, the properties and combinations of ion channels and subunits and their resulting currents determine the firing properties of a neuron \citep{rutecki_neuronal_1992, pospischil_minimal_2008}. However, ion channel function can be disturbed, for instance through genetic alterations, resulting in altered ionic current properties and altered neuronal firing behavior \citep{carbone_ion_2020}.
In recent years, next generation sequencing has led to an increasing number of clinically relevant genetic mutations and has provided the basis for pathophysiological studies of genetic epilepsies, pain disorders, dyskinesias, intellectual disabilities, myotonias, and periodic paralyses \citep{bernard_channelopathies_2008, carbone_ion_2020}. Ongoing efforts of many research groups have contributed to the current understanding of underlying disease mechanism in channelopathies, however a complex pathophysiological landscape has emerged for many channelopathies and is likely a reason for limited therapeutic success with standard care.
% Ion channel mutations are the most common cause of such channelopathies and are often associated with hereditary clinical disorders including ataxias, epilepsies, pain disorders, dyskinesias, intellectual disabilities, myotonias, and periodic paralyses \citep{bernard_channelopathies_2008, carbone_ion_2020}.
The effects of mutations in ion channel genes on ionic current kinetics are frequently assessed using heterologous expression systems which do not express endogenous currents \citep{Balestrini1044, Noebels2017, Dunlop2008}. Ion channel variants are frequently classified as either a loss of function (LOF) or a gain of function (GOF) with respect to changes in gating of the altered ion channels \citep{Musto2020, Kullmann2002, Waxman2011, Kim2021}. This classification of the effects on ionic currents is often directly used to predict the effects on neuronal firing \citep{Niday2018, Wei2017, Wolff2017}, which in turn is important for understanding the pathophysiology of these disorders and for identification of potential therapeutic targets \citep{Orsini2018, Yang2018, Colasante2020, Yu2006}. Genotype-phenotype relationships are complex and the understanding of the relationships between these is still evolving \citep{Wolff2017, johannesen_genotype-phenotype_2021}. Experimentally, the effects of channelopathies on neuronal firing can be assessed using primary neuronal cultures \citep{Scalmani2006, Smith2018, Liu2019} or \textit{in vitro} recordings from slices of transgenic mouse lines \citep{Mantegazza2019, Xie2010,Lory2020, Habib2015, Hedrich2019}.
The effects of mutations in ion channel genes on ionic current kinetics are frequently assessed using heterologous expression systems which do not express endogenous currents \citep{Balestrini1044, Noebels2017, Dunlop2008}. Ion channel variants are frequently classified as either a loss of function (LOF) or a gain of function (GOF) with respect to changes in gating of the altered ion channels \citep{Musto2020, Kullmann2002, Waxman2011, Kim2021}. This classification of the effects on ionic currents is often directly used to predict the effects on neuronal firing \citep{Niday2018, Wei2017, Wolff2017} \textcolor{red}{Masnada 2017}, which in turn is important for understanding the pathophysiology of these disorders and for identification of potential therapeutic targets \citep{Orsini2018, Yang2018, Colasante2020, Yu2006}. Genotype-phenotype relationships are complex and the understanding of the relationships between these is still evolving \citep{Wolff2017, johannesen_genotype-phenotype_2021}. Experimentally, the effects of channelopathies on neuronal firing can be assessed using primary neuronal cultures \citep{Scalmani2006, Smith2018, Liu2019} or \textit{in vitro} recordings from slices of transgenic mouse lines \citep{Mantegazza2019, Xie2010,Lory2020, Habib2015, Hedrich2019}. \textcolor{red}{Hedrich 2014}
However, the effect of a given channelopathy on the firing behavior of different neuronal types across the brain is often unclear and not feasible to experimentally obtain. Different neuron types differ in their composition of ionic currents \citep{yao2021taxonomy, Cadwell2016, BICCN2021, Scala2021} and therefore likely respond differently to changes in the properties of a single ionic current. The expression level of an affected gene can correlate with firing behavior in the simplest case \citep{Layer2021}. However, if gating kinetics are affected this can have complex consequences on the firing behavior of a specific cell type and the network activity within the brain.
For instance, altering relative amplitudes of ionic currents can dramatically influence the firing behavior and dynamics of neurons \citep{rutecki_neuronal_1992, pospischil_minimal_2008,Kispersky2012, golowasch_failure_2002, barreiro_-current_2012, Noebels2017, Layer2021}, however other properties of ionic currents impact neuronal firing as well. Cell-type specific effects one firing are possible. For instance, the R1648H mutation in \textit{SCN1A} increases firing in inhibitory interneurons but not pyramidal neurons \citep{Hedrich14874}. In extreme cases, a mutation can have opposite effects on different neuron types. For example, the R1627H \textit{SCN8A} mutation is associated which increased firing in interneurons, but decreases pyramidal neuron excitability \citep{makinson_scn1a_2016}.
For instance, altering relative amplitudes of ionic currents can dramatically influence the firing behavior and dynamics of neurons \citep{rutecki_neuronal_1992, pospischil_minimal_2008,Kispersky2012, golowasch_failure_2002, barreiro_-current_2012, Noebels2017} \textcolor{red}{ueberprufen}, however other properties of ionic currents impact neuronal firing as well. Cell-type specific effects on firing are possible. For instance, the R1648H mutation in \textit{SCN1A} increases firing in inhibitory interneurons but not pyramidal neurons \citep{Hedrich14874}. In extreme cases, a mutation can have opposite effects on different neuron types. For example, the homologous mutation R1627H in \textit{SCN8A} \textcolor{red}{ueberprufen} is associated which increased firing in interneurons, but decreases pyramidal neuron excitability \citep{makinson_scn1a_2016}.
Despite this evidence of cell-type specific effects of ion channel mutations on firing, the dependence of firing outcomes of ion channel mutations is generally not known. Cell-type specificity is likely vital for successful precision medicine treatment approaches. For example, Dravet syndrome was identified as the consquence of LOF mutations in \textit{SCN1A} \citep{Claes2001,Fujiwara2003,Ohmori2002}, however limited succes in treatment of Dravet syndrome persisted \citep{Claes2001,Oguni2001}. Once it became evident that only inhibitory interneurons and not pyramidal neurons had altered excitability as a result of LOF \textit{SCN1A} mutations alternative approaches, based on this understanding such as gene therapy, began to show promise \citep{Colasante2020, Yu2006}. Due to the high clinical relevance of understanding cell-type dependent effects of channelopathies, we use computationaly modelling approaches to assess the impacts of altered ionic current properties on firing behavior, bridging the gap between changes in the biophysical properties induced by mutations, firing and clinical symptoms. Conductance-based neuronal models enable insight into the effects of ion channel mutations with specific effects of the resulting ionic current as well as enabling \textit{in silico} assessment of the relative effects of changes in biophysical properties of ionic currents on neuronal firing. Furthermore, modelling approaches enable predictions of the effects of specific mutation and drug induced biophysical property changes \citep{Layer2021,Liu2019,johannesen_genotype-phenotype_2021, lauxmann_therapeutic_2021}.
Despite this evidence of cell-type specific effects of ion channel mutations on firing, the dependence of firing outcomes of ion channel mutations is generally not known. Cell-type specificity is likely vital for successful precision medicine treatment approaches. For example, Dravet syndrome was identified as the consquence of LOF mutations in \textit{SCN1A} \citep{Claes2001,Fujiwara2003,Ohmori2002}, however limited success in treatment of Dravet syndrome persisted \citep{Claes2001,Oguni2001}. Once it became evident that only inhibitory interneurons and not pyramidal neurons had altered excitability as a result of LOF \textit{SCN1A} mutations alternative approaches \citep{Yu2006}, based on this understanding such as gene therapy, began to show promise \citep{Colasante2020}. Due to the high clinical relevance of understanding cell-type dependent effects of channelopathies, computational modelling approaches are used to assess the impacts of altered ionic current properties on firing behavior, bridging the gap between changes in the biophysical properties induced by mutations, firing and clinical symptoms. Conductance-based neuronal models enable insight into the effects of ion channel mutations with specific effects of the resulting ionic current as well as enabling \textit{in silico} assessment of the relative effects of changes in biophysical properties of ionic currents on neuronal firing. Furthermore, modelling approaches enable predictions of the effects of a specific mutation and drug induced biophysical property changes \citep{Layer2021,Liu2019,johannesen_genotype-phenotype_2021, lauxmann_therapeutic_2021}.
%Computational modelling approaches can be used to assess the impacts of altered ionic current properties on firing behavior, bridging the gap between changes in the biophysical properties induced by mutations, firing and clinical symptoms. Conductance-based neuronal models enable insight into the effects of ion channel mutations with specific effects of the resulting ionic current as well as enabling \textit{in silico} assessment of the relative effects of changes in biophysical properties of ionic currents on neuronal firing. Furthermore, modelling approaches enable predictions of the effects of specific mutation and drug induced biophysical property changes \citep{Layer2021,Liu2019,johannesen_genotype-phenotype_2021, lauxmann_therapeutic_2021}.
In this study, we therefore investigated how the outcome of ionic current kinetic changes on firing depend on neuronal cell type by simulating the response of a repertoire of different neuronal models to changes in single current parameters as well as to more complex changes as they were observed for specific mutations. For this task we chose mutations in the \textit{KCNA1} gene, encoding the potassium channel subunit \Kv, that are associated with episodic ataxia type~1 \citep{Browne1994, Browne1995, lauxmann_therapeutic_2021}.
\textcolor{red}{punkte die man ab arbeiten kann - ausfuehrlich machen, strukturiert, in order in the results}
In this study, we therefore investigated how the outcome of ionic current kinetic changes on firing depend on neuronal cell type by (1) simulating the response of a repertoire of different neuronal models to changes in single current parameters as well as (2) to more complex changes as they were observed for specific mutations. For this task we chose mutations in the \textit{KCNA1} gene, encoding the potassium channel subunit \Kv, that are associated with episodic ataxia type~1 \citep{Browne1994, Browne1995, lauxmann_therapeutic_2021}.
\par\null
\section*{Materials and Methods}
@ -256,24 +253,25 @@ The code/software described in the paper is freely available online at [URL reda
\input{statistical_table}
\section*{Results}
% \textit{The results section should clearly and succinctly present the experimental findings. Only results essential to establish the main points of the work should be included.\\
% Authors must provide detailed information for each analysis performed, including population size, definition of the population (e.g., number of individual measurements, number of animals, number of slices, number of times treatment was applied, etc.), and specific p values (not > or <), followed by a superscript lowercase letter referring to the statistical table provided at the end of the results section. Numerical data must be depicted in the figures with box plots.}
To examine the role of cell-type specific ionic current environments on the impact of altered ion channel properties on firing behavior a set of neuronal models was used and properties of channels common across models were altered systematically one at a time. The effects of a set of episodic ataxia type~1 associated \textit{KCNA1} mutations on firing was then examined across different neuronal models with different ionic current environments.
To examine the role of cell-type specific ionic current environments on the impact of altered ion currents properties on firing behavior a set of neuronal models was used and properties of channels common across models were altered systematically one at a time. The effects of a set of episodic ataxia type~1 associated \textit{KCNA1} mutations on firing was then examined across different neuronal models with different ionic current environments.
\begin{figure}[tp]
\centering
\includegraphics[width=\linewidth]{Figures/diversity_in_firing.pdf}
\linespread{1.}\selectfont
\caption[]{Diversity in Neuronal Model Firing. Spike trains (left), frequency-current (fI) curves (right) for Cb stellate (A), RS inhibitory (B), FS (C), RS pyramidal (D), RS inhibitory +\Kv (E), Cb stellate +\Kv (F), FS +\Kv (G), RS pyramidal +\Kv (H), STN +\Kv (I), Cb stellate \(\Delta\)\Kv (J), STN \(\Delta\)\Kv (K), and STN (L) neuron models. Black markers on the fI curves indicate the current step at which the spike train occurs. The green marker indicates the current at which firing begins in response to an ascending current ramp, whereas the red marker indicates the current at which firing ceases in response to a descending current ramp (see \Cref{fig:ramp_firing}).}
\caption[]{Diversity in Neuronal Model Firing. Spike trains (left), frequency-current (fI) curves (right) for Cb stellate (A), RS inhibitory (B), FS (C), RS pyramidal (D), RS inhibitory +\Kv (E), Cb stellate +\Kv (F), FS +\Kv (G), RS pyramidal +\Kv (H), STN +\Kv (I), Cb stellate \(\Delta\)\Kv (J), STN \(\Delta\)\Kv (K), and STN (L) neuron models. Models are sorted qualitatively based on their fI curves. Black markers on the fI curves indicate the current step at which the spike train occurs. The green marker indicates the current at which firing begins in response to an ascending current ramp, whereas the red marker indicates the current at which firing ceases in response to a descending current ramp (see \Cref{fig:ramp_firing}).}
\label{fig:diversity_in_firing}
\end{figure}
\subsection*{Variety of model neurons}
%Neuronal firing is heterogenous across the CNS and a set of neuronal models with heterogenous firing due to different ionic currents is desirable to reflect this heterogeneity. The set of single-compartment, conductance-based neuronal models used here has considerable diversity as evident in the variability seen across neuronal models both in spike trains and their fI curves (\Cref{fig:diversity_in_firing}). The models chosen for this study all fire tonically and do not exhibit bursting (see methods for details and naming of the models). Some models, such as Cb stellate and RS inhibitory models, display type I firing, whereas others such as Cb stellate \(\Delta\)\Kv and STN models exhibit type II firing. Type I firing is characterized by continuous fI curves (i.e. firing rate increases from 0 in a continuous fashion) whereas type II firing is characterized by a discontinuity in the fI curve (i.e. a jump occurs from no firing to firing at a certain frequency) \cite{ermentrout_type_1996, Rinzel_1998}. The other models used here lie on a continuum between these prototypical firing classifications. Most neuronal models exhibit hysteresis with ascending and descending ramps eliciting spikes at different current thresholds. However, the STN +\Kv, STN \(\Delta\)\Kv, and Cb stellate \(\Delta\)\Kv models have large hysteresis (\Cref{fig:diversity_in_firing}, \Cref{fig:ramp_firing}). Different types of underlying current dynamics are known to generate these different firing types and hysteresis \cite{ERMENTROUT2002, ermentrout_type_1996, Izhikevich2006}.
Neuronal firing is heterogenous across the CNS and a set of neuronal models with heterogenous firing due to different ionic currents is desirable to reflect this heterogeneity. The set of single-compartment, conductance-based neuronal models used here has considerable diversity as evident in the variability seen across neuronal models both in spike trains and their fI curves (\Cref{fig:diversity_in_firing}). The models chosen for this study all fire tonically and do not exhibit bursting (see methods for details and naming of the models). Some models, such as models A and B, display type I firing, whereas others such as models J and L exhibit type II firing. Type I firing is characterized by continuous fI curves (i.e. firing rate increases from 0 in a continuous fashion) whereas type II firing is characterized by a discontinuity in the fI curve (i.e. a jump occurs from no firing to firing at a certain frequency) \cite{ermentrout_type_1996, Rinzel_1998}. The other models used here lie on a continuum between these prototypical firing classifications. Most neuronal models exhibit hysteresis with ascending and descending ramps eliciting spikes at different current thresholds. However, the models I, J, and K have large hysteresis (\Cref{fig:diversity_in_firing}, \Cref{fig:ramp_firing}). Different types of underlying current dynamics are known to generate these different firing types and hysteresis \cite{ERMENTROUT2002, ermentrout_type_1996, Izhikevich2006}.
Neuronal firing is heterogenous across the CNS and a set of neuronal models with heterogenous firing due to different ionic currents is desirable to reflect this heterogeneity. The set of single-compartment, conductance-based neuronal models used here has considerable diversity as evident in the variability seen across neuronal models both in spike trains and their fI curves (\Cref{fig:diversity_in_firing}). The models chosen for this study all fire tonically and do not exhibit bursting (see methods for details and naming of the models). Models are qualitatively sorted based on their firing curves and labeled model A through L accordingly. Some models, such as models A and B, display type I firing, whereas others such as models J and L exhibit type II firing. Type I firing is characterized by continuous fI curves (i.e. firing rate increases from 0 in a continuous fashion) whereas type II firing is characterized by a discontinuity in the fI curve (i.e. a jump occurs from no firing to firing at a certain frequency) \cite{ermentrout_type_1996, Rinzel_1998}. The other models used here lie on a continuum between these prototypical firing classifications. Most neuronal models exhibit hysteresis with ascending and descending ramps eliciting spikes at different current thresholds. However, the models I, J, and K have large hysteresis (\Cref{fig:diversity_in_firing}, \Cref{fig:ramp_firing}). Different types of underlying current dynamics are known to generate these different firing types and hysteresis \cite{ERMENTROUT2002, ermentrout_type_1996, Izhikevich2006}.
\subsection*{Characterization of Neuronal Firing Properties}
\begin{figure}[tp]
@ -287,24 +285,23 @@ Changes in firing as characterized by \(\Delta\)AUC and \(\Delta\)rheobase occup
Neuronal firing is a complex phenomenon, and a quantification of firing properties is required for comparisons across cell types and between different conditions. Here we focus on two aspects of firing: rheobase, the smallest injected current at which the cell fires an action potential, and the shape of the frequency-current (fI) curve as quantified by the area under the curve (AUC) for a fixed range of input currents above rheobase (\Cref{fig:firing_characterization}A). The characterization of the firing properties of a neuron by using rheobase and AUC allows to characterize both a neuron's excitability in the sub-threshold regime (rheobase) and periodic firing in the super-threshold regime (AUC) by two independent measures. Note that AUC is essentially quantifying the slope of a neuron's fI curve.
Using these two measures we quantify the effects a changed property of an ionic current has on neural firing by the differences in both rheobase, \drheo, and in AUC, \(\Delta\)AUC, relative to the wild type neuron. \(\Delta\)AUC is in addition normalized to the AUC of the wild type neuron, see Eq.~\eqref{eqn:AUC_contrast}. Each fI curve resulting from an altered ionic current is a point in a two-dimensional coordinate system spanned by \drheo and \ndAUC (\Cref{fig:firing_characterization}B). An fI curve similar to the one of the wild type neuron is marked by a point close to the origin. In the upper left quadrant, fI curves become steeper (positive difference of AUC values: \(+\Delta\)AUC) and are shifted to lower rheobases (negative difference of rheobases: \(-\)\drheo), unambigously indicating an increased firing that clearly might be classified as a gain of function (GOF) of neuronal firing. The opposite happens in the bottom right quadrant where the slope of fI curves decreases (\(-\Delta\)AUC) and the rheobase is shifted to higher currents (\(+\)\drheo), indicating a decreased, loss of function (LOF) firing. In the lower left (\(-\Delta\)AUC and \(-\)\drheo) and upper right (\(+\Delta\)AUC and \(+\)\drheo) quadrants, the effects on firing are less clear-cut, because the changes in rheobase and AUC have opposite effects on neuronal firing. Changes in a neuron's fI curves in these two quadrants cannot uniquely be described as a gain or loss of excitability.
Using these two measures we quantified the effects a changed property of an ionic current has on neural firing by the differences in both rheobase, \drheo, and in AUC, \(\Delta\)AUC, relative to the wild type neuron. \(\Delta\)AUC is in addition normalized to the AUC of the wild type neuron, see Eq.~\eqref{eqn:AUC_contrast}. Each fI curve resulting from an altered ionic current is a point in a two-dimensional coordinate system spanned by \drheo and \ndAUC (\Cref{fig:firing_characterization}B). An fI curve similar to the one of the wild type neuron is marked by a point close to the origin. In the upper left quadrant, fI curves become steeper (positive difference of AUC values: \(+\Delta\)AUC) and are shifted to lower rheobases (negative difference of rheobases: \(-\)\drheo), unambigously indicating an increased firing that clearly might be classified as a gain of function (GOF) of neuronal firing. The opposite happens in the bottom right quadrant where the slope of fI curves decreases (\(-\Delta\)AUC) and the rheobase is shifted to higher currents (\(+\)\drheo), indicating a decreased, loss of function (LOF) firing. In the lower left (\(-\Delta\)AUC and \(-\)\drheo) and upper right (\(+\Delta\)AUC and \(+\)\drheo) quadrants, the effects on firing are less clear-cut, because the changes in rheobase and AUC have opposite effects on neuronal firing. Changes in a neuron's fI curves in these two quadrants cannot uniquely be described as a gain or loss of excitability.
% \notenk{Moved to discussion section ``Firing Frequency Analysis} \textit{In these cases, it depends on the regime the neuron is operating in. If it is in its excitable regime and only occasionally generates an action potential, then the effect on the rheobase matters more. If it is firing periodically with high rates, then the change in AUC might be more relevant. \textcolor{red}{\noteuh{Das sind ja eigentlich schon Hypothesen, sollte eher in die Diskussion oder dort zumindest noch mal aufgegriffen werden. Kommt ja vermutlich noch ;-)}} \textcolor{red}{\notenk{Add to dicussion? As intro and explanation as to why we characterize firing?}}}
\subsection*{Sensitivity Analysis}
Sensitivity analyses are used to understand how input model parameters contribute to determining the output of a model \citep{Saltelli2002}. In other words, sensitivity analyses are used to understand how sensitive the output of a model is to a change in input or model parameters. One-factor-a-time sensitivity analyses involve altering one parameter at a time and assessing the impact of this parameter on the output. This approach enables the comparison of given alterations in parameters of ionic currents across models.
%For example, when shifting the half activation voltage \(V_{1/2}\) of the delayed rectifier potassium current in the FS +\Kv model to more depolarized values, then the rheobase of the resulting fI curves shifted to lower currents \(-\)\drheo, making the neuron more sensitive to weak inputs, but at the same time the slope of the fI curves was reduced (\(-\)\ndAUC), which resulted in a reduced firing rate (\Cref{fig:AUC_correlation}~A). As a result the effect of a depolarizing shift in the delayed rectifier potassium current half activation \(V_{1/2}\) in FS neurons is in the bottom left quadrant of \Cref{fig:firing_characterization}~B and characterization as LOF or GOF in excitability is not possible. Plotting the corresponding changes in AUC against the change in half activation potential \(V_{1/2}\) results in a monotonically falling curve (thick orange line in \Cref{fig:AUC_correlation}~B). For each of the many models we got a different relation between the changes in AUC and the shifts in half maximal potential \(V_{1/2}\) (thin lines in \Cref{fig:AUC_correlation}~B). To further summarize these different dependencies of the various models we characterized each of these curves by a single number, the \( \text{Kendall} \ \tau \) correlation coefficient\textsuperscript{a}. A monotonically increasing curve resulted in a \( \text{Kendall} \ \tau \) close to \(+1\)\textsuperscript{a}, a monotonously decreasing curve in \( \text{Kendall} \ \tau \approx -1 \)\textsuperscript{a}, and a non-monotonous, non-linear relation in \( \text{Kendall} \ \tau \) close to zero\textsuperscript{a} (compare lines in \Cref{fig:AUC_correlation}~B with dots in black box in panel C).
For example, when shifting the half activation voltage \(V_{1/2}\) of the delayed rectifier potassium current in the model G to more depolarized values, then the rheobase of the resulting fI curves shifted to lower currents \(-\)\drheo, making the neuron more sensitive to weak inputs, but at the same time the slope of the fI curves was reduced (\(-\)\ndAUC), which resulted in a reduced firing rate (\Cref{fig:AUC_correlation}~A). As a result the effect of a depolarizing shift in the delayed rectifier potassium current half activation \(V_{1/2}\) in model C is in the bottom left quadrant of \Cref{fig:firing_characterization}~B and characterization as LOF or GOF in excitability is not possible. Plotting the corresponding changes in AUC against the change in half activation potential \(V_{1/2}\) results in a monotonically falling curve (thick orange line in \Cref{fig:AUC_correlation}~B). For each of the many models we got a different relation between the changes in AUC and the shifts in half maximal potential \(V_{1/2}\) (thin lines in \Cref{fig:AUC_correlation}~B). To further summarize these different dependencies of the various models we characterized each of these curves by a single number, the \( \text{Kendall} \ \tau \) correlation coefficient\textsuperscript{a}. A monotonically increasing curve resulted in a \( \text{Kendall} \ \tau \) close to \(+1\)\textsuperscript{a}, a monotonously decreasing curve in \( \text{Kendall} \ \tau \approx -1 \)\textsuperscript{a}, and a non-monotonous, non-linear relation in \( \text{Kendall} \ \tau \) close to zero\textsuperscript{a} (compare lines in \Cref{fig:AUC_correlation}~B with dots in black box in panel C).
For example, when shifting the half activation voltage \(V_{1/2}\) of the delayed rectifier potassium current in the model G to more depolarized values, then the rheobase of the resulting fI curves shifted to lower currents \(-\)\drheo, making the neuron more sensitive to weak inputs, but at the same time the slope of the fI curves was reduced (\(-\)\ndAUC), which resulted in a reduced firing rate (\Cref{fig:AUC_correlation}~A). As a result the effect of a depolarizing shift in the delayed rectifier potassium current half activation \(V_{1/2}\) in model C is in the bottom left quadrant of \Cref{fig:firing_characterization}~B and characterization as LOF or GOF in excitability is not possible. Plotting the corresponding changes in AUC against the change in half activation potential \(V_{1/2}\) results in a monotonically falling curve (thick orange line in \Cref{fig:AUC_correlation}~B). For each of the many models we got a different relation between the changes in AUC and the shifts in half maximal potential \(V_{1/2}\) (thin lines in \Cref{fig:AUC_correlation}~B). To further summarize these different dependencies of the various models we characterized each of these curves by a single number, the \( \text{Kendall} \ \tau \) correlation coefficient. A monotonically increasing curve resulted in a \( \text{Kendall} \ \tau \) close to \(+1\) a monotonously decreasing curve in \( \text{Kendall} \ \tau \approx -1 \), and a non-monotonous, non-linear relation in \( \text{Kendall} \ \tau \) close to zero (compare lines in \Cref{fig:AUC_correlation}~B with dots in black box in panel C).
Changes in gating half activation potential \(V_{1/2}\) and slope factor \(k\) as well as the maximum conductance \(g\) affected the AUC (\Cref{fig:AUC_correlation}), but how exactly the AUC was affected usually depended on the specific neuronal model. Increasing the slope factor of the \Kv activation curve for example increased the AUC in all models (\( \text{Kendall} \ \tau \approx +1\)\textsuperscript{a}), but with different slopes (\Cref{fig:AUC_correlation}~D,E,F). Similar consistent positive correlations can be found for shifts in A-current activation \(V_{1/2}\). Changes in \Kv half activation \(V_{1/2}\) and in maximal A-current conductance resulted in negative correlations with the AUC in all models (\( \text{Kendall} \ \tau \approx -1\)\textsuperscript{a}).
Changes in gating half activation potential \(V_{1/2}\) and slope factor \(k\) as well as the maximum conductance \(g\) affected the AUC (\Cref{fig:AUC_correlation}), but how exactly the AUC was affected usually depended on the specific neuronal model. Increasing the slope factor of the \Kv activation curve for example increased the AUC in all models (\( \text{Kendall} \ \tau \approx +1\)), but with different slopes (\Cref{fig:AUC_correlation}~D,E,F). Similar consistent positive correlations can be found for shifts in A-current activation \(V_{1/2}\). Changes in \Kv half activation \(V_{1/2}\) and in maximal A-current conductance resulted in negative correlations with the AUC in all models (\( \text{Kendall} \ \tau \approx -1\)).
%Qualitative differences can be found, for example, when increasing the maximal conductance of the delayed rectifier (\Cref{fig:AUC_correlation}~G,H,I). In some model neurons this increased AUC (\( \text{Kendall} \ \tau \approx +1\)\textsuperscript{a}), whereas in others AUC was decreased (\( \text{Kendall} \ \tau \approx -1\)\textsuperscript{a}). In the STN +\Kv model, AUC depended in a non-linear way on the maximal conductance of the delayed rectifier, resulting in a \( \text{Kendall} \ \tau \) close to zero\textsuperscript{a}. Even more dramatic qualitative differences between models resulted from shifts of the activation curve of the delayed rectifier, as discussed already above (\Cref{fig:AUC_correlation}~A,B,C). Some model neurons did almost not depend on changes in K-current half activation \(V_{1/2}\) or showed strong non-linear dependencies, both resulting in \( \text{Kendall} \ \tau\) close to zero\textsuperscript{a}. Many model neurons showed strongly negative correlations, and a few displayed positive correlations with shifting the activation curve of the delayed rectifier.
Qualitative differences can be found, for example, when increasing the maximal conductance of the delayed rectifier (\Cref{fig:AUC_correlation}~G,H,I). In some model neurons this increased AUC (\( \text{Kendall} \ \tau \approx +1\)\textsuperscript{a}), whereas in others AUC was decreased (\( \text{Kendall} \ \tau \approx -1\)\textsuperscript{a}). In model I, AUC depended in a non-linear way on the maximal conductance of the delayed rectifier, resulting in a \( \text{Kendall} \ \tau \) close to zero\textsuperscript{a}. Even more dramatic qualitative differences between models resulted from shifts of the activation curve of the delayed rectifier, as discussed already above (\Cref{fig:AUC_correlation}~A,B,C). Some model neurons did almost not depend on changes in K-current half activation \(V_{1/2}\) or showed strong non-linear dependencies, both resulting in \( \text{Kendall} \ \tau\) close to zero\textsuperscript{a}. Many model neurons showed strongly negative correlations, and a few displayed positive correlations with shifting the activation curve of the delayed rectifier.
Qualitative differences could be found, for example, when increasing the maximal conductance of the delayed rectifier (\Cref{fig:AUC_correlation}~G,H,I). In some model neurons this increased AUC (\( \text{Kendall} \ \tau \approx +1\)), whereas in others AUC was decreased (\( \text{Kendall} \ \tau \approx -1\)). In model I, AUC depended in a non-linear way on the maximal conductance of the delayed rectifier, resulting in a \( \text{Kendall} \ \tau \) close to zero. Even more dramatic qualitative differences between models resulted from shifts of the activation curve of the delayed rectifier, as discussed already above (\Cref{fig:AUC_correlation}~A,B,C). Some model neurons did almost not depend on changes in K-current half activation \(V_{1/2}\) or showed strong non-linear dependencies, both resulting in \( \text{Kendall} \ \tau\) close to zero. Many model neurons showed strongly negative correlations, and a few displayed positive correlations with shifting the activation curve of the delayed rectifier.
\textcolor{red}{langeren bindestrich for A-K throughout}
\begin{figure}[tp]
\centering
\includegraphics[width=\linewidth]{Figures/AUC_correlation.pdf}
@ -316,12 +313,12 @@ Qualitative differences can be found, for example, when increasing the maximal c
%Changes in gating half activation potential \(V_{1/2}\) and slope factor \(k\) as well as the maximum conductance \(g\) affected rheobase (\Cref{fig:rheobase_correlation}). However, in contrast to AUC, qualitatively consistent effects on rheobase across models could be observed. An increasing of the maximal conductance of the leak current in the Cb stellate model increased the rheobase (\Cref{fig:rheobase_correlation}~G). When these changes were plotted against the change in maximal conductance a monotonically increasing relationship was evident (thick teal line in \Cref{fig:rheobase_correlation}~H). This monotonically increasing relationship was evident in all models (\( \text{Kendall} \ \tau \approx +1\)\textsuperscript{a}), but with different slopes (thin lines in \Cref{fig:rheobase_correlation}~H). Similarly, positive correlations were consistently found across models for maximal conductances of delayed rectifier K, \Kv, and A type currents, whereas the maximal conductance of the sodium current was consistently associated with negative correlations (\( \text{Kendall} \ \tau \approx -1\)\textsuperscript{a}; \Cref{fig:rheobase_correlation}~I), i.e. rheobase decreased with increasing maximum conductance in all models.
Changes in gating half activation potential \(V_{1/2}\) and slope factor \(k\) as well as the maximum conductance \(g\) affected rheobase (\Cref{fig:rheobase_correlation}). However, in contrast to AUC, qualitatively consistent effects on rheobase across models could be observed. An increasing of the maximal conductance of the leak current in the model A increased the rheobase (\Cref{fig:rheobase_correlation}~G). When these changes were plotted against the change in maximal conductance a monotonically increasing relationship was evident (thick teal line in \Cref{fig:rheobase_correlation}~H). This monotonically increasing relationship was evident in all models (\( \text{Kendall} \ \tau \approx +1\)\textsuperscript{a}), but with different slopes (thin lines in \Cref{fig:rheobase_correlation}~H). Similarly, positive correlations were consistently found across models for maximal conductances of delayed rectifier K, \Kv, and A type currents, whereas the maximal conductance of the sodium current was consistently associated with negative correlations (\( \text{Kendall} \ \tau \approx -1\)\textsuperscript{a}; \Cref{fig:rheobase_correlation}~I), i.e. rheobase decreased with increasing maximum conductance in all models.
Changes in gating half activation potential \(V_{1/2}\) and slope factor \(k\) as well as the maximum conductance \(g\) affected rheobase (\Cref{fig:rheobase_correlation}). However, in contrast to AUC, qualitatively consistent effects on rheobase across models could be observed. An increasing of the maximal conductance of the leak current in the model A increased the rheobase (\Cref{fig:rheobase_correlation}~G). When these changes were plotted against the change in maximal conductance a monotonically increasing relationship was evident (thick teal line in \Cref{fig:rheobase_correlation}~H). This monotonically increasing relationship was evident in all models (\( \text{Kendall} \ \tau \approx +1\)), but with different slopes (thin lines in \Cref{fig:rheobase_correlation}~H). Similarly, positive correlations were consistently found across models for maximal conductances of delayed rectifier K, \Kv, and A type currents, whereas the maximal conductance of the sodium current was consistently associated with negative correlations (\( \text{Kendall} \ \tau \approx -1\); \Cref{fig:rheobase_correlation}~I), i.e. rheobase decreased with increasing maximum conductance in all models.
%Although changes in half maximal potential \(V_{1/2}\) and slope factor \(k\) generally correlated with rheobase similarly across model there were some exceptions. Changing the slope factor of Na-current inactivation, \Kv-current inactivation, and A-current activation affected the rheobase both with positive and negative correlations in different models \textcolor{red}{\noteuh{Würde diese hier noch mal benennen, damit es klar wird. }}\notenk{Ich mache das ungern, weil ich für jedes (Na-current inactivation, \Kv-current inactivation, and A-current activation) 2 Liste habe (+ und - rheobase Aenderungen} (\Cref{fig:rheobase_correlation}~F). Departures from monotonic relationships also occurred in some models as a result of K-current activation \(V_{1/2}\) and slope factor \(k\), \Kv-current inactivation slope factor \(k\), and A-current activation slope factor \(k\) in some models \textcolor{red}{\noteuh{Auch hier die unterschiedlcihen betroffenen cell type models benennen, einfach in Klammer dahinter.}}\notenk{Hier mache ich das auch ungern, für ähnlichen Gründen}. Thus, identical changes in current gating properties such as the half maximal potential \(V_{1/2}\) or slope factor \(k\) can have differing effects on firing depending on the model in which they occur.
Although changes in half maximal potential \(V_{1/2}\) and slope factor \(k\) generally correlated with rheobase similarly across model there were some exceptions. Rheobase was affected with both with positive and negative correlations in different models as a result of changing slope factor of Na-current inactivation (positive: models A-H and J; negative: models I, K and L), \Kv-current inactivation (positive: models I and K; negative: models E-G, J, H), and A-current activation (positive: models A,F and L; negative: model I; \Cref{fig:rheobase_correlation}~F). Departures from monotonic relationships also occurred in some models as a result of K-current activation \(V_{1/2}\) (e.g. model J) and slope factor \(k\) (models F and G), \Kv-current inactivation slope factor \(k\) (model K), and A-current activation slope factor \(k\) (model L). Thus, identical changes in current gating properties such as the half maximal potential \(V_{1/2}\) or slope factor \(k\) can have differing effects on firing depending on the model in which they occur.
Although changes in half maximal potential \(V_{1/2}\) and slope factor \(k\) generally correlated with rheobase similarly across model there were some exceptions. Rheobase was affected with both with positive and negative correlations in different models as a result of changing slope factor of Na-current inactivation (positive: models A-H and J; negative: models I, K and L), \Kv-current inactivation (positive: models I and K; negative: models E-G, J, H), and A-current activation (positive: models A, F and L; negative: model I; \Cref{fig:rheobase_correlation}~F). Departures from monotonic relationships also occurred in some models as a result of K-current activation \(V_{1/2}\) (e.g. model J) and slope factor \(k\) (models F and G), \Kv-current inactivation slope factor \(k\) (model K), and A-current activation slope factor \(k\) (model L). Thus, identical changes in current gating properties such as the half maximal potential \(V_{1/2}\) or slope factor \(k\) can have differing effects on firing depending on the model in which they occur.
\textcolor{red}{passt zu nummerierung in der einleitung}
\begin{figure}[tp]
\centering
@ -333,8 +330,9 @@ Although changes in half maximal potential \(V_{1/2}\) and slope factor \(k\) ge
\end{figure}
\subsection*{\textit{KCNA1} Mutations}
Mutations in \textit{KCNA1} are associated with episodic ataxia type~1 (EA1) and have been characterized biophysically (as reviewed by \citet{lauxmann_therapeutic_2021}). Here they were used as a test case in the effects of various ionic current environments on neuronal firing and on the outcomes of channelopathies. The changes in AUC and rheobase from wild type values for reported EA1 associated \textit{KCNA1} mutations were heterogeneous across models containing \Kv, but generally showed decreases in rheobase (\Cref{fig:simulation_model_comparision}A-I). Pairwise non-parametric Kendall \(\tau\) rank correlations\textsuperscript{a} between the simulated effects of these \Kv mutations on rheobase were highly correlated across models (\Cref{fig:simulation_model_comparision}J) indicating that EA1 associated \textit{KCNA1} mutations generally decrease rheobase across diverse cell-types. However, the effects of the \Kv mutations on AUC were more heterogenous as reflected by both weak and strong positive and negative pairwise correlations between models (\Cref{fig:simulation_model_comparision}K), suggesting that the effects of ion-channel variant on super-threshold neuronal firing depend both quantitatively and qualitatively on the specific composition of ionic currents in a given neuron.
Mutations in \textit{KCNA1} are associated with episodic ataxia type~1 (EA1) and have been characterized biophysically (as reviewed by \citet{lauxmann_therapeutic_2021}). Here they were used as a test case in the effects of various ionic current environments on neuronal firing and on the outcomes of channelopathies. The changes in AUC and rheobase from wild type values for reported EA1 associated \textit{KCNA1} mutations were heterogeneous across models containing \Kv, but generally showed decreases in rheobase (\Cref{fig:simulation_model_comparision}A-I). Pairwise non-parametric Kendall \(\tau\) rank correlations between the simulated effects of these \Kv mutations on rheobase were highly correlated across models (\Cref{fig:simulation_model_comparision}J) indicating that EA1 associated \textit{KCNA1} mutations generally decrease rheobase across diverse cell-types. However, the effects of the \Kv mutations on AUC were more heterogenous as reflected by both weak and strong positive and negative pairwise correlations between models (\Cref{fig:simulation_model_comparision}K), suggesting that the effects of ion-channel variant on super-threshold neuronal firing depend both quantitatively and qualitatively on the specific composition of ionic currents in a given neuron.
%use alphabetic order in both %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{figure}[tp]
\centering
\includegraphics[width=\linewidth]{Figures/simulation_model_comparison.pdf}
@ -349,13 +347,15 @@ Mutations in \textit{KCNA1} are associated with episodic ataxia type~1 (EA1) and
% \textit{The discussion section should include a brief statement of the principal findings, a discussion of the validity of the observations, a discussion of the findings in light of other published work dealing with the same or closely related subjects, and a statement of the possible significance of the work. Extensive discussion of the literature is discouraged.}\\
%Changes to single ionic current properties, as well as known episodic ataxia type~1 associated \textit{KCNA1} mutations showed consistent effects on the rheobase across cell types, whereas the effects on AUC of the steady-state fI-curve depended on the cell type. Our results demonstrate that loss of function (LOF) and gain of function (GOF) on the biophysical level cannot be uniquely transferred to the level of neuronal firing. Thus the effects caused by different mutations depend on the properties of the other ion channels expressed in a cell and are therefore depend on the channel ensemble of a specific cell type.
To compare the effects ion channel mutations on neuronal firing of different neuron types, a diverse set of conductance-based models was used and the effect of changes in individual channel properties across conductance-based neuronal models and the effects of episodic ataxia type~1 associated (EA1) \textit{KCNA1} mutations were simulated. Changes to single ionic current properties, as well as known EA1 associated \textit{KCNA1} mutations showed consistent effects on the rheobase across cell types, whereas the effects on AUC of the steady-state fI-curve depended on the cell type. Our results demonstrate that loss of function (LOF) and gain of function (GOF) on the biophysical level cannot be uniquely transferred to the level of neuronal firing. Thus the effects caused by different mutations depend on the properties of the other ion channels expressed in a cell and are therefore depend on the channel ensemble of a specific cell type.
To compare the effects of ion channel mutations on neuronal firing of different neuron types, a diverse set of conductance-based models was used and the effect of changes in individual channel properties across conductance-based neuronal models. Additionally, the effects of episodic ataxia type~1 associated (EA1) \textit{KCNA1} mutations were simulated. Changes to single ionic current properties, as well as known EA1 associated \textit{KCNA1} mutations showed consistent effects on the rheobase across cell types, whereas the effects on AUC of the steady-state fI-curve depended on the cell type. Our results demonstrate that loss of function (LOF) and gain of function (GOF) on the biophysical level cannot be uniquely transferred to the level of neuronal firing. Thus the effects caused by different mutations depend on the properties of the other ion channels expressed in a cell and are therefore depend on the channel ensemble of a specific cell type.
\subsection*{Firing Frequency Analysis}
Although, firing differences can be characterized by an area under the curve of the fI curve for fixed current steps this approach characterizes firing as a mixture of key features: rheobase and the initial slope of the fI curve. By probing rheobase directly and using an AUC relative to rheobase, we disambiguate these features and enable insights into the effects on rheobase and initial fI curve steepness. This increases the specificity of our understanding of how ion channel mutations alter firing across cells types and enable classification as described in \Cref{fig:firing_characterization}. Importanty, in cases when ion channel mutations alter rheobase and initial fI curve sleepness in ways that opposing effects on firing (upper left and bottom right quadrants of \Cref{fig:firing_characterization}B) this disamgibuation is important for understanding the outcome of the mutation. In these cases, the regime the neuron is operating in is vital in determining the cells firing outcome. If it is in its excitable regime and only occasionally generates an action potential, then the effect on the rheobase is more important. If it is firing periodically with high rates, then the change in AUC might be more relevant.
Although, firing differences can be characterized by an area under the curve of the fI curve for fixed current steps this approach characterizes firing as a mixture of key features: rheobase and the initial slope of the fI curve. By probing rheobase directly and using an AUC relative to rheobase, we disambiguate these features and enable insights into the effects on rheobase and initial fI curve steepness. This increases the specificity of our understanding of how ion channel mutations alter firing across cells types and enable classification as described in \Cref{fig:firing_characterization}. Importantly, in cases when ion channel mutations alter rheobase and initial fI curve steepness in ways that opposing effects on firing (upper left and bottom right quadrants of \Cref{fig:firing_characterization}B) this disamgibuation is important for understanding the outcome of the mutation. In these cases, the regime the neuron is operating in is vital in determining the cells firing outcome. If it is in its excitable regime and only occasionally generates an action potential, then the effect on the rheobase is more important. If it is firing periodically with high rates, then the change in AUC might be more relevant.
\subsection*{Modelling Limitations}
The models used here are simple and while they all capture key aspects of the firing dynamics for their respective cell, they fall short of capturing the complex physiology and biophysics of real cells. However, for the purpose of understanding how different cell-types, or current environments, contribute to diversity in firing outcomes of ion channel mutations, the fidelity of the models to the physiological cells they represent is of a minor concern and the variety in currents and dynamics across models is of utmost importance. With this context in mind, the collection of models used here are labelled as models A-L to highlight that the physiological cells they represent is not of chief concern, but rather that the collection of models with different attributes respond heterogeneously to the same perturbation. Additionally, the development of more realistic models is a high priority and will enable cell-type specific predictions that may aid in precision medicine approaches. Thus, weight should not be put on any single predicted firing outcome here in a specific model, but rather on the differences in outcomes that occur across the cell-type spectrum the models used here represent.
The models used here are simple and while they all capture key aspects of the firing dynamics for their respective cell, they fall short of capturing the complex physiology and biophysics of real cells. However, for the purpose of understanding how different cell-types, or current environments, contribute to diversity in firing outcomes of ion channel mutations, the fidelity of the models to the physiological cells they represent is of a minor concern. For exploring possible cell-type specific effects, variety in currents and dynamics across models is of utmost importance. With this context in mind, the collection of models used here are labelled as models A-L to highlight that the physiological cells they represent is not of chief concern, but rather that the collection of models with different attributes respond heterogeneously to the same perturbation. Additionally, the development of more realistic models is a high priority and will enable cell-type specific predictions that may aid in precision medicine approaches. Thus, weight should not be put on any single predicted firing outcome here in a specific model, but rather on the differences in outcomes that occur across the cell-type spectrum the models used here represent.
\subsection*{Neuronal Diversity}
The nervous system consists of a vastly diverse and heterogenous collection of neurons with variable properties and characteristics including diverse combinations and expression levels of ion channels which are vital for neuronal firing dynamics.
@ -375,19 +375,22 @@ Cell type specific differences in ionic current properties are important in the
Multiple sets of conductances can give rise to the same patterns of activity also termed degeneracy and differences in neuronal dynamics may only be evident with perturbations \citep{marder_multiple_2011, goaillard_ion_2021}.
The variability in ion channel expression often correlates with the expression of other ion channels \citep{goaillard_ion_2021} and neurons whose behavior is similar may possess correlated variability across different ion channels resulting in stability in the neuronal phenotype \citep{lamb_correlated_2013, soofi_co-variation_2012, taylor_how_2009}.
The variability of ionic currents and degeneracy of neurons may account, at least in part, for the observation that the effect of toxins within a neuronal type is frequently not constant \citep{khaliq_relative_2006, puopolo_roles_2007, ransdell_neurons_2013}.
% \textcolor{red}{\notenk{add temperature sensitivity-> within cell-type heterogeneity exists - Marder paper?}}
\subsection*{Effects of \textit{KCNA1} Mutations}
Changes in delayed rectifier potassium currents, analogous to those seen in LOF \textit{KCNA1} mutations, change the underlying firing dynamics of the Hodgkin Huxley model result in reduced thresholds for repetitive firing and thus contribute to increased excitability \citep{hafez_altered_2020}. Although the Hodgkin Huxley delayed rectifier lacks inactivation, the increases in excitability observed by \citet{hafez_altered_2020} are in line with our simulation-based predictions of the outcomes of \textit{KCNA1} mutations. LOF \textit{KCNA1} mutations generally increase neuronal excitability, however the varying susceptibility on rheobase and different effects on AUC of the fI-curve of KCNA1 mutations across models are indicative that a certain cell type specific complexity exists. Increased excitability is seen experimentally with \Kv null mice \citep{smart_deletion_1998, zhou_temperature-sensitive_1998}, with pharmacological \Kv block \citep{chi_manipulation_2007, morales-villagran_protection_1996} and by \citet{hafez_altered_2020} with simulation-based predictions of \textit{KCNA1} mutations. Contrary to these results, \citet{zhao_common_2020} predicted \textit{in silico} that the depolarizing shifts seen as a result of \textit{KCNA1} mutations broaden action potentials and interfere negatively with high frequency action potential firing. However, they varied stimulus duration between different models and therefore comparability of firing rates is lacking in this study.
In our simulations, different current properties alter the impact of \textit{KCNA1} mutations on firing as evident in the differences seen in the impact of \(\textrm{I}_\textrm{A}\) and \IKv in the Cb stellate and STN model families on \textit{KCNA1} mutation firing. This highlights that not only knowledge of the biophysical properties of a channel but also its neuronal expression and other neuronal channels present is vital for the holistic understanding of the effects of a given ion channel mutation both at the single cell and network level.
\subsection*{Loss or Gain of Function Characterizations Do Not Fully Capture Ion Channel Mutation Effects on Firing}
The effects of changes in channel properties depend in part on the neuronal model in which they occur and can be seen in the variance of correlations (especially in AUC of the fI-curve) across models for a given current property change. Therefore, relative conductances and gating properties of currents in the ionic current environment in which an alteration in current properties occurs plays an important role in determining the outcome on firing. The use of loss of function (LOF) and gain of function (GOF) is useful at the level of ion channels to indicate whether a mutation results in more or less ionic current. However, the extension of this thinking onto whether mutations induce LOF or GOF at the level of neuronal firing based on the ionic current LOF/GOF is problematic due to the dependency of neuronal firing changes on the ionic channel environment. Thus, the direct leap from current level LOF/GOF characterizations to effects on firing without experimental or modelling-based evidence, although tempting, should be refrained from and viewed with caution when reported. This is especially relevant in the recent development of personalized medicine for channelopathies, where a patient's specific channelopathy is identified and used to tailor treatments \citep{Weber2017, Ackerman2013, Helbig2020, Gnecchi2021, Musto2020, Brunklaus2022, Hedrich2021}. However, in these cases the effects of specific ion channel mutations are often characterized based on ionic currents in expression systems and classified as LOF or GOF to aid in treatment decisions \citep{johannesen_genotype-phenotype_2021, Brunklaus2022, Musto2020}. Although positive treatment outcomes occur with sodium channel blockers in patients with GOF \(\textrm{Na}_{\textrm{V}}\textrm{1.6}\) mutations, patients with both LOF and GOF \(\textrm{Na}_{\textrm{V}}\textrm{1.6}\) mutations can benefit from treatment with sodium channel blockers \citep{johannesen_genotype-phenotype_2021}, suggesting that the relationship between effects at the level of ion channels and effects at the level of firing and therapeutics is not linear or evident without further contextual information.
The effects of changes in channel properties depend in part on the neuronal model in which they occur and can be seen in the variance of correlations (especially in AUC of the fI-curve) across models for a given current property change. Therefore, relative conductances and gating properties of currents in the ionic current environment in which an alteration in current properties occurs plays an important role in determining the outcome on firing. The use of LOF and GOF is useful at the level of ion channels to indicate whether a mutation results in more or less ionic current. However, the extension of this thinking onto whether mutations induce LOF or GOF at the level of neuronal firing based on the ionic current LOF/GOF is problematic due to the dependency of neuronal firing changes on the ionic channel environment. Thus, the direct leap from current level LOF/GOF characterizations to effects on firing without experimental or modelling-based evidence, although tempting, should be refrained from and viewed with caution when reported. This is especially relevant in the recent development of personalized medicine for channelopathies, where a patient's specific channelopathy is identified and used to tailor treatments \citep{Weber2017, Ackerman2013, Helbig2020, Gnecchi2021, Musto2020, Brunklaus2022, Hedrich2021}. However, in these cases the effects of specific ion channel mutations are often characterized based on ionic currents in expression systems and classified as LOF or GOF to aid in treatment decisions \citep{johannesen_genotype-phenotype_2021, Brunklaus2022, Musto2020}. Although positive treatment outcomes occur with sodium channel blockers in patients with GOF \(\textrm{Na}_{\textrm{V}}\textrm{1.6}\) mutations, patients with both LOF and GOF \(\textrm{Na}_{\textrm{V}}\textrm{1.6}\) mutations can benefit from treatment with sodium channel blockers \citep{johannesen_genotype-phenotype_2021}. This example suggests that the relationship between effects at the level of ion channels and effects at the level of firing and therapeutics is not linear or evident without further contextual information.
Therefore, the transferring of LOF or GOF from the current to the firing level should be used with caution; the cell type in which the mutant ion channel is expressed may provide valuable insight into the functional consequences of an ion channel mutation. Experimental assessment of the effects of a patient's specific ion channel mutation \textit{in vivo} is not generally feasible at a large scale. Therefore, modelling approaches investigating the effects of patient specific channelopathies provide an alternative bridge between characterization of changes in biophysical properties of ionic currents and the firing consequences of these effects. In both experimental and modelling investigation into the effects of ion channel mutations on neuronal firing the specific cell-type dependency should be considered.
Therefore, this approach should be used with caution and the cell type which expresses the mutant ion channel may provide valuable insight into the functional consequences of an ion channel mutation. Where experimental assessment of the effects of a patient's specific ion channel mutation \textit{in vivo} is not feasible at a large scale, modelling approaches investigating the effects of patient specific channelopathies provides an alternative bridge between characterization of changes in biophysical properties of ionic currents and the firing consequences of these effects. In both experimental and modelling investigation into the effects of ion channel mutations on neuronal firing the specific cell-type dependency should be considered.
The effects of altered ion channel properties on firing is generally influenced by the other ionic currents present in the cell. In channelopathies the effect of a given ion channel mutation on neuronal firing therefore depends on the cell type in which those changes occur \citep{Hedrich14874, makinson_scn1a_2016, Waxman2007, Rush2006}. Although certain complexities of neurons such as differences in cell-type sensitivities to current property changes, interactions between ionic currents, cell morphology and subcellular ion channel distribution are neglected here, it is likely that this increased complexity \textit{in vivo} would contribute to the cell-type dependent effects on neuronal firing. The complexity and nuances of the nervous system, including cell-type dependent firing effects of channelopathies explored here, likely underlie shortcomings in treatment approaches in patients with channelopathies. Accounting for cell-type dependent firing effects provides an opportunity to further the efficacy and precision in personalized medicine approaches.
The effects of altered ion channel properties on firing is generally influenced by the other ionic currents present in the cell. In channelopathies the effect of a given ion channel mutation on neuronal firing therefore depends on the cell type in which those changes occur \citep{Hedrich14874, makinson_scn1a_2016, Waxman2007, Rush2006}. Although certain complexities of neurons such as differences in cell-type sensitivities to current property changes, interactions between ionic currents, cell morphology and subcellular ion channel distribution are neglected here, it is likely that this increased complexity \textit{in vivo} would contribute to the cell-type dependent effects on neuronal firing. The complexity and nuances of the nervous system, including cell-type dependent firing effects of channelopathies explored here, likely underlie shortcomings in treatment approaches in patients with channelopathies and accounting for cell-type dependent firing effects provide an opportunity to further the efficacy and precision in personalized medicine approaches.
With this study we suggest that cell-type specific effects are vital to a full understanding of the effects of channelopathies at the level of neuronal firing. Furthermore, we highlight the use of modelling approaches to enable relatively fast and efficient insight into channelopathies.
%%