changes to Frontiers_manuscript/For_Submission/Koch_frontiers_revised and addition of Frontiers_manuscript/For_Submission/Koch_frontiers_diff for differences using Latexdiff
This commit is contained in:
parent
7a7f3c427f
commit
c5af571dec
@ -87,12 +87,15 @@ def add_scalebar(ax, matchx=True, matchy=True, hidex=True, hidey=True, **kwargs)
|
||||
def plot_spike_train(ax, model='RS Pyramidal', stop=750):
|
||||
model_spiking = pd.read_csv('./Figures/Data/model_spiking.csv')
|
||||
stop_ind = int(np.argmin(np.abs(model_spiking['t'] - stop)))
|
||||
ax.plot(model_spiking['t'][0:stop_ind], model_spiking[model][0:stop_ind], 'k', linewidth=1.5)
|
||||
if model == 'STN':
|
||||
ax.plot(model_spiking['t'][0:stop_ind], model_spiking[model][0:stop_ind], 'k', linewidth=0.625)
|
||||
else:
|
||||
ax.plot(model_spiking['t'][0:stop_ind], model_spiking[model][0:stop_ind], 'k', linewidth=1.) #1.5
|
||||
ax.set_ylabel('V')
|
||||
ax.set_xlabel('Time [s]')
|
||||
ax.set_ylim(-85, 60)
|
||||
ax.axis('off')
|
||||
ax.set_title(model, fontsize=10)
|
||||
ax.set_title(model, fontsize=7)
|
||||
|
||||
|
||||
def plot_fI(ax, model='RS Pyramidal'):
|
||||
@ -119,19 +122,35 @@ def plot_fI(ax, model='RS Pyramidal'):
|
||||
ax.plot(firing_values.loc['ramp_down', model],
|
||||
model_F_inf[model][int(np.argmin(np.abs(model_F_inf['I'] - firing_values.loc['ramp_down', model])))],
|
||||
'.', color='r', markersize=3)
|
||||
f = 8
|
||||
f = 6
|
||||
ax.set_ylabel('Frequency [Hz]', fontsize=f)
|
||||
ax.set_xlabel('Current [nA]', fontsize=f)
|
||||
ax.spines['right'].set_visible(False)
|
||||
ax.spines['top'].set_visible(False)
|
||||
ax.tick_params(axis='y', labelrotation=90)
|
||||
|
||||
|
||||
#%%
|
||||
|
||||
# plot layout
|
||||
fig = plt.figure()
|
||||
gs0 = fig.add_gridspec(3, 2, wspace=0.3, hspace=0)
|
||||
gs00 = gs0[:,0].subgridspec(6, 3, wspace=1.5, hspace=1.5)
|
||||
gs01 = gs0[:,1].subgridspec(6, 3, wspace=1.2, hspace=1.3)
|
||||
gs0 = fig.add_gridspec(3, 3, wspace=0.4, hspace=0.2)
|
||||
|
||||
gs00 = gs0[:,0].subgridspec(5, 3, wspace=1.8, hspace=1.5)
|
||||
gs01 = gs0[:,1].subgridspec(5, 3, wspace=1.8, hspace=1.5)
|
||||
gs02 = gs0[:,2].subgridspec(5, 3, wspace=1.8, hspace=1.5)
|
||||
|
||||
ax_diag = fig.add_subplot(gs02[:3, :])
|
||||
import matplotlib.image as mpimg
|
||||
img = mpimg.imread('./Figures/model_diagram2.png')
|
||||
ax_diag.imshow(img)
|
||||
ax_diag.spines['top'].set_visible(False)
|
||||
ax_diag.spines['bottom'].set_visible(False)
|
||||
ax_diag.spines['left'].set_visible(False)
|
||||
ax_diag.spines['right'].set_visible(False)
|
||||
ax_diag.set_yticks([])
|
||||
ax_diag.set_xticks([])
|
||||
ax_diag.text(-0.12, 1.075, string.ascii_uppercase[12], transform=ax_diag.transAxes, size=10, weight='bold')
|
||||
|
||||
ax1_spikes = fig.add_subplot(gs00[0,0:2])
|
||||
ax1_fI = fig.add_subplot(gs00[0, 2])
|
||||
@ -153,15 +172,15 @@ ax9_spikes = fig.add_subplot(gs00[4,0:2])
|
||||
ax9_fI = fig.add_subplot(gs00[4, 2])
|
||||
ax10_spikes = fig.add_subplot(gs01[4,0:2])
|
||||
ax10_fI = fig.add_subplot(gs01[4, 2])
|
||||
ax11_spikes = fig.add_subplot(gs00[5,0:2])
|
||||
ax11_fI = fig.add_subplot(gs00[5, 2])
|
||||
ax12_spikes = fig.add_subplot(gs01[5,0:2])
|
||||
ax12_fI = fig.add_subplot(gs01[5, 2])
|
||||
ax11_spikes = fig.add_subplot(gs02[3,0:2])
|
||||
ax11_fI = fig.add_subplot(gs02[3, 2])
|
||||
ax12_spikes = fig.add_subplot(gs02[4,0:2])
|
||||
ax12_fI = fig.add_subplot(gs02[4, 2])
|
||||
|
||||
spike_axs = [ax1_spikes, ax2_spikes, ax3_spikes, ax4_spikes, ax5_spikes,ax6_spikes, ax7_spikes, ax8_spikes,
|
||||
ax9_spikes, ax10_spikes, ax11_spikes, ax12_spikes]#, ax13_spikes, ax14_spikes]
|
||||
fI_axs = [ax1_fI, ax2_fI, ax3_fI, ax4_fI, ax5_fI,ax6_fI, ax7_fI, ax8_fI, ax9_fI, ax10_fI,
|
||||
ax11_fI, ax12_fI] #, ax13_fI, ax14_fI]
|
||||
ax11_spikes,ax9_spikes,ax10_spikes, ax12_spikes]#, ax13_spikes, ax14_spikes]
|
||||
fI_axs = [ax1_fI, ax2_fI, ax3_fI, ax4_fI, ax5_fI,ax6_fI, ax7_fI, ax8_fI, ax11_fI, ax9_fI, ax10_fI,
|
||||
ax12_fI] #, ax13_fI, ax14_fI]
|
||||
|
||||
# model order
|
||||
models = ['Cb stellate','RS Inhibitory','FS', 'RS Pyramidal','RS Inhibitory +$\mathrm{K}_{\mathrm{V}}\mathrm{1.1}$',
|
||||
@ -176,20 +195,91 @@ for i in range(len(models)):
|
||||
plot_fI(fI_axs[i], model=models[i])
|
||||
|
||||
# add scalebars
|
||||
add_scalebar(ax11_spikes, matchx=False, matchy=False, hidex=True, hidey=True, sizex=100, sizey=50, labelx='100\u2009ms',
|
||||
labely='50\u2009mV', loc=3, pad=-0.5, borderpad=-1.0, barwidth=2, bbox_to_anchor=Bbox.from_bounds(-0.2, -0.05, 1, 1),
|
||||
bbox_transform=ax11_spikes.transAxes)
|
||||
add_scalebar(ax9_spikes, matchx=False, matchy=False, hidex=True, hidey=True, sizex=100, sizey=50, labelx='100\u2009ms',
|
||||
labely='50\u2009mV', loc=3, pad=-0.5, borderpad=-1.0, barwidth=2, bbox_to_anchor=Bbox.from_bounds(-0.275, -0.05, 1, 1),
|
||||
bbox_transform=ax9_spikes.transAxes)
|
||||
add_scalebar(ax10_spikes, matchx=False, matchy=False, hidex=True, hidey=True, sizex=100, sizey=50, labelx='100\u2009ms',
|
||||
labely='50\u2009mV', loc=3, pad=-0.5, borderpad=-1.0, barwidth=2, bbox_to_anchor=Bbox.from_bounds(-0.275, -0.05, 1, 1),
|
||||
bbox_transform=ax10_spikes.transAxes)
|
||||
add_scalebar(ax12_spikes, matchx=False, matchy=False, hidex=True, hidey=True, sizex=100, sizey=50, labelx='100\u2009ms',
|
||||
labely='50\u2009mV', loc=3, pad=-0.5, borderpad=-1.0, barwidth=2, bbox_to_anchor=Bbox.from_bounds(-0.2, -0.05, 1, 1),
|
||||
labely='50\u2009mV', loc=3, pad=-0.5, borderpad=-1.0, barwidth=2, bbox_to_anchor=Bbox.from_bounds(-0.275, -0.05, 1, 1),
|
||||
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.2, string.ascii_uppercase[i], transform=spike_axs[i].transAxes, size=10, weight='bold')
|
||||
spike_axs[i].text(-0.22, 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.jpg', dpi=fig.dpi) #pdf # eps
|
||||
# fig.savefig('./Figures/diversity_in_firing.png', dpi=fig.dpi) #pdf # eps
|
||||
fig.set_size_inches(cm2inch(21,15))
|
||||
fig.savefig('./Figures/diversity_in_firing_diagram.jpg', dpi=300, bbox_inches='tight') #pdf # eps
|
||||
plt.show()
|
||||
|
||||
|
||||
|
||||
# #%%
|
||||
#
|
||||
# # plot layout
|
||||
# fig = plt.figure()
|
||||
# gs0 = fig.add_gridspec(3, 2, wspace=0.3, hspace=0)
|
||||
# gs00 = gs0[:,0].subgridspec(6, 3, wspace=1.5, hspace=1.5)
|
||||
# gs01 = gs0[:,1].subgridspec(6, 3, wspace=1.2, hspace=1.3)
|
||||
#
|
||||
# ax1_spikes = fig.add_subplot(gs00[0,0:2])
|
||||
# ax1_fI = fig.add_subplot(gs00[0, 2])
|
||||
# ax2_spikes = fig.add_subplot(gs01[0,0:2])
|
||||
# ax2_fI = fig.add_subplot(gs01[0, 2])
|
||||
# ax3_spikes = fig.add_subplot(gs00[1,0:2])
|
||||
# ax3_fI = fig.add_subplot(gs00[1, 2])
|
||||
# ax4_spikes = fig.add_subplot(gs01[1,0:2])
|
||||
# ax4_fI = fig.add_subplot(gs01[1, 2])
|
||||
# ax5_spikes = fig.add_subplot(gs00[2, 0:2])
|
||||
# ax5_fI = fig.add_subplot(gs00[2, 2])
|
||||
# ax6_spikes = fig.add_subplot(gs01[2, 0:2])
|
||||
# ax6_fI = fig.add_subplot(gs01[2, 2])
|
||||
# ax7_spikes = fig.add_subplot(gs00[3,0:2])
|
||||
# ax7_fI = fig.add_subplot(gs00[3, 2])
|
||||
# ax8_spikes = fig.add_subplot(gs01[3,0:2])
|
||||
# ax8_fI = fig.add_subplot(gs01[3, 2])
|
||||
# ax9_spikes = fig.add_subplot(gs00[4,0:2])
|
||||
# ax9_fI = fig.add_subplot(gs00[4, 2])
|
||||
# ax10_spikes = fig.add_subplot(gs01[4,0:2])
|
||||
# ax10_fI = fig.add_subplot(gs01[4, 2])
|
||||
# ax11_spikes = fig.add_subplot(gs00[5,0:2])
|
||||
# ax11_fI = fig.add_subplot(gs00[5, 2])
|
||||
# ax12_spikes = fig.add_subplot(gs01[5,0:2])
|
||||
# ax12_fI = fig.add_subplot(gs01[5, 2])
|
||||
#
|
||||
# spike_axs = [ax1_spikes, ax2_spikes, ax3_spikes, ax4_spikes, ax5_spikes,ax6_spikes, ax7_spikes, ax8_spikes,
|
||||
# ax9_spikes, ax10_spikes, ax11_spikes, ax12_spikes]#, ax13_spikes, ax14_spikes]
|
||||
# fI_axs = [ax1_fI, ax2_fI, ax3_fI, ax4_fI, ax5_fI,ax6_fI, ax7_fI, ax8_fI, ax9_fI, ax10_fI,
|
||||
# ax11_fI, ax12_fI] #, ax13_fI, ax14_fI]
|
||||
#
|
||||
# # model order
|
||||
# models = ['Cb stellate','RS Inhibitory','FS', 'RS Pyramidal','RS Inhibitory +$\mathrm{K}_{\mathrm{V}}\mathrm{1.1}$',
|
||||
# 'Cb stellate +$\mathrm{K}_{\mathrm{V}}\mathrm{1.1}$', 'FS +$\mathrm{K}_{\mathrm{V}}\mathrm{1.1}$',
|
||||
# 'RS Pyramidal +$\mathrm{K}_{\mathrm{V}}\mathrm{1.1}$', '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']
|
||||
#
|
||||
# # plot spike train and fI for each model
|
||||
# for i in range(len(models)):
|
||||
# plot_spike_train(spike_axs[i], model=models[i])
|
||||
# plot_fI(fI_axs[i], model=models[i])
|
||||
#
|
||||
# # add scalebars
|
||||
# add_scalebar(ax11_spikes, matchx=False, matchy=False, hidex=True, hidey=True, sizex=100, sizey=50, labelx='100\u2009ms',
|
||||
# labely='50\u2009mV', loc=3, pad=-0.5, borderpad=-1.0, barwidth=2, bbox_to_anchor=Bbox.from_bounds(-0.2, -0.05, 1, 1),
|
||||
# bbox_transform=ax11_spikes.transAxes)
|
||||
# add_scalebar(ax12_spikes, matchx=False, matchy=False, hidex=True, hidey=True, sizex=100, sizey=50, labelx='100\u2009ms',
|
||||
# labely='50\u2009mV', loc=3, pad=-0.5, borderpad=-1.0, barwidth=2, bbox_to_anchor=Bbox.from_bounds(-0.2, -0.05, 1, 1),
|
||||
# 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.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.jpg', dpi=fig.dpi) #pdf # eps
|
||||
# # fig.savefig('./Figures/diversity_in_firing.png', dpi=fig.dpi) #pdf # eps
|
||||
# plt.show()
|
||||
|
||||
|
||||
|
@ -364,6 +364,6 @@ ax3_BR.annotate('', (0.7, 75), (0.8, 37.5), arrowprops=dict(arrowstyle="<|-", co
|
||||
|
||||
|
||||
|
||||
fig.set_size_inches(cm2inch(8.5,12))
|
||||
fig.savefig('./Figures/firing_characterization_arrows.jpg', dpi=300, bbox_inches='tight') #, dpi=fig.dpi #pdf #eps
|
||||
fig.set_size_inches(cm2inch(8.3,12))
|
||||
fig.savefig('./Figures/firing_characterization_arrows.pdf', dpi=300, bbox_inches='tight') #, dpi=fig.dpi #pdf #eps
|
||||
plt.show()
|
||||
|
Binary file not shown.
@ -262,12 +262,17 @@ img = mpimg.imread('./Figures/summary_diagram2.png')
|
||||
inset_ylim = (0, 100)
|
||||
lfsize = 8
|
||||
fig = plt.figure(figsize=cm2inch(17.2, 12))
|
||||
gs = gridspec.GridSpec(15, 3, top=0.95, bottom=0.1, left=0.15, right=0.95, hspace=0.4, wspace=0.2)
|
||||
gs = gridspec.GridSpec(14, 3, top=0.95, bottom=0.1, left=0.15, right=0.95, hspace=0.2, wspace=0.1)
|
||||
|
||||
|
||||
# gs0 = gs[1:13, 2].subgridspec(3, 1, hspace=0.9, wspace=0.25) # width_ratios=[0.3, 0.3,0.3], height_ratios=[0.35],
|
||||
ax1 = fig.add_subplot(gs[1:4,2])
|
||||
ax2 = fig.add_subplot(gs[6:9,2])
|
||||
ax3 = fig.add_subplot(gs[11:14,2])
|
||||
# ax1 = fig.add_subplot(gs[2:5,2])
|
||||
# ax2 = fig.add_subplot(gs[7:10,2])
|
||||
# ax3 = fig.add_subplot(gs[12:15,2])
|
||||
|
||||
|
||||
ax0 = fig.add_subplot(gs[:, :2])
|
||||
# ax1 = fig.add_subplot(gs0[0])
|
||||
@ -314,7 +319,7 @@ ax3.annotate('', (0.55, 55), (0.3, 90),
|
||||
ax3.text(x=0.05, y=110, s='$\\uparrow$ AUC $\\downarrow$ rheobase', fontsize=lfsize)
|
||||
|
||||
# fig.set_size_inches(cm2inch(17, 12))
|
||||
fig.savefig('./Figures/summary_fig.jpg', dpi=300, bbox_inches='tight') # , dpi=fig.dpi #pdf #eps
|
||||
# fig.savefig('./Figures/summary_fig.jpg', dpi=300, bbox_inches='tight') # , dpi=fig.dpi #pdf #eps
|
||||
#
|
||||
|
||||
plt.show()
|
||||
|
BIN
Frontiers_manuscript/For_Submission/Koch_frontiers_diff.pdf
Normal file
BIN
Frontiers_manuscript/For_Submission/Koch_frontiers_diff.pdf
Normal file
Binary file not shown.
Binary file not shown.
372
Frontiers_manuscript/For_Submission/Koch_frontiers_diff.tex
Normal file
372
Frontiers_manuscript/For_Submission/Koch_frontiers_diff.tex
Normal file
@ -0,0 +1,372 @@
|
||||
\documentclass[utf8]{FrontiersinHarvard}
|
||||
%DIF LATEXDIFF DIFFERENCE FILE
|
||||
%DIF DEL Koch_frontiers.tex Mon Mar 27 10:08:50 2023
|
||||
%DIF ADD Koch_frontiers_revised.tex Mon Apr 17 23:29:38 2023
|
||||
\DeclareUnicodeCharacter{03B2}{\(\beta\)}
|
||||
\DeclareUnicodeCharacter{03B1}{\(\alpha\)}
|
||||
\DeclareUnicodeCharacter{00C5}{\AA}
|
||||
\usepackage[english]{babel}
|
||||
\usepackage{url,hyperref,lineno,microtype,subcaption}
|
||||
\usepackage[onehalfspacing]{setspace}
|
||||
\usepackage{amsmath}
|
||||
|
||||
\usepackage{xspace}
|
||||
\usepackage{longtable}
|
||||
\usepackage{boldline}
|
||||
\usepackage{geometry}
|
||||
\usepackage{makecell}
|
||||
\usepackage{float}
|
||||
\usepackage{placeins}
|
||||
|
||||
\usepackage[tableposition=top]{caption}
|
||||
|
||||
|
||||
\newcommand{\Kv}{\(\text{K}_{\text{V}}\text{1.1}\)\xspace}
|
||||
\newcommand{\IKv}{\(\text{I}_{\text{K}_{\text{V}}\text{1.1}}\)\xspace}
|
||||
\newcommand{\drheo}{\(\Delta\)rheobase\xspace}
|
||||
\newcommand{\ndAUC}{normalized \(\Delta\)AUC\xspace}
|
||||
|
||||
\newcommand{\note}[2][]{\textbf{[#1: #2]}}
|
||||
\newcommand{\notenk}[1]{\note[NK]{#1}}
|
||||
\newcommand{\notels}[1]{\note[LS]{#1}}
|
||||
\newcommand{\notejb}[1]{\note[JB]{#1}}
|
||||
|
||||
\linenumbers
|
||||
|
||||
\def\keyFont{\fontsize{8}{11}\helveticabold }
|
||||
\def\firstAuthorLast{Koch {et~al.}} %use et al only if is more than 1 author
|
||||
\def\Authors{Nils A. Koch\,$^{1,2}$, Lukas Sonnenberg\,$^{1,2}$, Ulrike B.S. Hedrich\,$^{3}$, Stephan Lauxmann\,$^{1,3}$ and Jan Benda\,$^{1,2,*}$}
|
||||
\def\Address{$^{1}$Institute for Neurobiology, University of T{\"u}bingen, 72072 T{\"u}bingen, Germany \\
|
||||
$^{2}$Bernstein Center for Computational Neuroscience T{\"u}bingen, 72076 T{\"u}bingen, Germany \\
|
||||
$^{3}$Department of Neurology and Epileptology, Hertie Institute for Clinical Brain Research, University of T{\"u}bingen, 72076 T{\"u}bingen, Germany}
|
||||
|
||||
% The Corresponding Author should be marked with an asterisk
|
||||
% Provide the exact contact address (this time including street name and city zip code) and email of the corresponding author
|
||||
\def\corrAuthor{Jan Benda}
|
||||
|
||||
\def\corrEmail{ jan.benda@uni-tuebingen.de}
|
||||
%DIF PREAMBLE EXTENSION ADDED BY LATEXDIFF
|
||||
%DIF UNDERLINE PREAMBLE %DIF PREAMBLE
|
||||
\RequirePackage[normalem]{ulem} %DIF PREAMBLE
|
||||
\RequirePackage{color}\definecolor{RED}{rgb}{1,0,0}\definecolor{BLUE}{rgb}{0,0,1} %DIF PREAMBLE
|
||||
\providecommand{\DIFaddtex}[1]{{\protect\color{blue}\uwave{#1}}} %DIF PREAMBLE
|
||||
\providecommand{\DIFdeltex}[1]{{\protect\color{red}\sout{#1}}} %DIF PREAMBLE
|
||||
%DIF SAFE PREAMBLE %DIF PREAMBLE
|
||||
\providecommand{\DIFaddbegin}{} %DIF PREAMBLE
|
||||
\providecommand{\DIFaddend}{} %DIF PREAMBLE
|
||||
\providecommand{\DIFdelbegin}{} %DIF PREAMBLE
|
||||
\providecommand{\DIFdelend}{} %DIF PREAMBLE
|
||||
\providecommand{\DIFmodbegin}{} %DIF PREAMBLE
|
||||
\providecommand{\DIFmodend}{} %DIF PREAMBLE
|
||||
%DIF FLOATSAFE PREAMBLE %DIF PREAMBLE
|
||||
\providecommand{\DIFaddFL}[1]{\DIFadd{#1}} %DIF PREAMBLE
|
||||
\providecommand{\DIFdelFL}[1]{\DIFdel{#1}} %DIF PREAMBLE
|
||||
\providecommand{\DIFaddbeginFL}{} %DIF PREAMBLE
|
||||
\providecommand{\DIFaddendFL}{} %DIF PREAMBLE
|
||||
\providecommand{\DIFdelbeginFL}{} %DIF PREAMBLE
|
||||
\providecommand{\DIFdelendFL}{} %DIF PREAMBLE
|
||||
%DIF HYPERREF PREAMBLE %DIF PREAMBLE
|
||||
\providecommand{\DIFadd}[1]{\texorpdfstring{\DIFaddtex{#1}}{#1}} %DIF PREAMBLE
|
||||
\providecommand{\DIFdel}[1]{\texorpdfstring{\DIFdeltex{#1}}{}} %DIF PREAMBLE
|
||||
%DIF COLORLISTINGS PREAMBLE %DIF PREAMBLE
|
||||
\RequirePackage{listings} %DIF PREAMBLE
|
||||
\RequirePackage{color} %DIF PREAMBLE
|
||||
\lstdefinelanguage{DIFcode}{ %DIF PREAMBLE
|
||||
%DIF DIFCODE_UNDERLINE %DIF PREAMBLE
|
||||
moredelim=[il][\color{red}\sout]{\%DIF\ <\ }, %DIF PREAMBLE
|
||||
moredelim=[il][\color{blue}\uwave]{\%DIF\ >\ } %DIF PREAMBLE
|
||||
} %DIF PREAMBLE
|
||||
\lstdefinestyle{DIFverbatimstyle}{ %DIF PREAMBLE
|
||||
language=DIFcode, %DIF PREAMBLE
|
||||
basicstyle=\ttfamily, %DIF PREAMBLE
|
||||
columns=fullflexible, %DIF PREAMBLE
|
||||
keepspaces=true %DIF PREAMBLE
|
||||
} %DIF PREAMBLE
|
||||
\lstnewenvironment{DIFverbatim}{\lstset{style=DIFverbatimstyle}}{} %DIF PREAMBLE
|
||||
\lstnewenvironment{DIFverbatim*}{\lstset{style=DIFverbatimstyle,showspaces=true}}{} %DIF PREAMBLE
|
||||
%DIF END PREAMBLE EXTENSION ADDED BY LATEXDIFF
|
||||
|
||||
\begin{document}
|
||||
\onecolumn
|
||||
\firstpage{1}
|
||||
|
||||
\title {Loss or Gain of Function? Effects of Ion Channel Mutations on Neuronal Firing Depend on the Neuron Type}
|
||||
|
||||
\author[\firstAuthorLast ]{\Authors} %This field will be automatically populated
|
||||
\address{} %This field will be automatically populated
|
||||
\correspondance{} %This field will be automatically populated
|
||||
\extraAuth{}
|
||||
|
||||
|
||||
\maketitle
|
||||
|
||||
|
||||
\begin{abstract}
|
||||
\section{}
|
||||
Clinically relevant mutations to voltage-gated ion channels, called channelopathies, alter ion channel function, properties of ionic currents and neuronal firing. The effects of ion channel mutations are routinely assessed and characterized as loss of function (LOF) or gain of function (GOF) at the level of ionic currents. However, emerging personalized medicine approaches based on LOF/GOF characterization have limited therapeutic success. Potential reasons are among others that the translation from this binary characterization to neuronal firing is currently not well understood --- especially when considering different neuronal cell types. Here we investigate the impact of neuronal cell type on the firing outcome of ion channel mutations with simulations of a diverse collection of conductance-based neuron models. We systematically analyzed the effects of changes in ion current properties on firing in different neuronal types. Additionally, we simulated the effects of known mutations in the \textit{KCNA1} gene encoding the \Kv potassium channel subtype associated with episodic ataxia type~1 (EA1). These simulations revealed that the outcome of a given change in ion channel properties on neuronal excitability depends on neuron type, i.e. the properties and expression levels of the unaffected ionic currents. Consequently, neuron-type specific effects are vital to a full understanding of the effects of channelopathies on neuronal excitability and are an important step towards improving the efficacy and precision of personalized medicine approaches.
|
||||
|
||||
|
||||
|
||||
|
||||
\tiny
|
||||
\keyFont{ \section{Keywords:} Channelopathy, Epilepsy, Ataxia, Potassium Current, Neuronal Simulations, Conductance-based Models, Neuronal heterogeneity }
|
||||
\end{abstract}
|
||||
\section{Introduction}
|
||||
The properties and combinations of voltage-gated ion channels are vital in determining neuronal excitability \citep{bernard_channelopathies_2008, carbone_ion_2020, rutecki_neuronal_1992, pospischil_minimal_2008}. However, ion channel function can be disturbed, for instance through genetic alterations, resulting in altered neuronal firing behavior \citep{carbone_ion_2020}. In recent years, next generation sequencing has led to an increase in the discovery of clinically relevant ion channel 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 variants are frequently classified in heterologous expression systems as either a loss of function (LOF) or a gain of function (GOF) in the respective ionic current \citep{Musto2020, Kullmann2002, Waxman2011, Kim2021}. This LOF/GOF classification is often directly used to predict the effects on neuronal firing \citep{Niday2018, Wei2017, Wolff2017,Masnada2017}, which in turn is important for understanding the pathophysiology of these disorders and for identification of potential therapeutic targets \citep{Orsini2018, Yang2018, Colasante2020, Yu2006}. Experimentally, the effects of channelopathies on neuronal firing are 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, Hedrich14874}, but are restricted to limited number of different neuron types. Neuron types differ in many aspects. They may 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. Expression level of an affected gene \citep{Layer2021} and relative amplitudes of ionic currents \citep{rutecki_neuronal_1992, pospischil_minimal_2008,Kispersky2012, golowasch_failure_2002, barreiro_-current_2012} indeed dramatically influence the firing behavior and dynamics of neurons. Mutations in different sodium channel genes have been experimentally shown to affect firing in a neuron-type specific manner based on differences in expression levels of the affected gene \citep{Layer2021}, but also on other neuron-type specific mechanisms \citep{Hedrich14874, makinson_scn1a_2016}.
|
||||
|
||||
Neuron-type specificity is likely vital for successful precision medicine treatment approaches. For example, Dravet syndrome was identified as the \DIFdelbegin \DIFdel{consquence }\DIFdelend \DIFaddbegin \DIFadd{consequence }\DIFaddend of LOF mutations in \textit{SCN1A} \citep{Claes2001,Fujiwara2003,Ohmori2002}, however limited success in the treatment of Dravet syndrome persisted \citep{Claes2001,Oguni2001} in part due to lack of understanding that inhibitory interneurons and not pyramidal neurons had altered excitability as a result of LOF \textit{SCN1A} mutations \citep{Yu2006, Colasante2020}.
|
||||
|
||||
Taken together, these examples demonstrate the need to study the effects of ion channel mutations in many different neuron types --- a daunting if not impossible experimental challenge. In the context of this diversity, simulations of conductance-based neuronal models are a powerful tool bridging the gap between altered ionic currents and firing in a systematic and efficient way. Furthermore, \DIFdelbegin \DIFdel{simlutions }\DIFdelend \DIFaddbegin \DIFadd{simulations }\DIFaddend allow to predict the potential effects of drugs needed to alleviate the pathophysiology of the respective mutation \citep{johannesen_genotype-phenotype_2021, lauxmann_therapeutic_2021, Bayraktar}.
|
||||
|
||||
In this study, we therefore investigated how the outcome of ionic current kinetic changes on firing depend on neuronal cell type by (1) characterizing firing responses with two measures, (2) simulating the response of a repertoire of different neuronal models to changes in single current parameters as well as (3) to more complex changes in this case as they were observed for specific \textit{KCNA1} mutations that are associated with episodic ataxia type~1 \citep{Browne1994, Browne1995, lauxmann_therapeutic_2021}.
|
||||
|
||||
\section{Material and Methods}
|
||||
All modelling and simulation was done in parallel with custom written Python 3.8 (Python Programming Language; RRID:SCR\_008394) software, run on a Cent-OS 7 server with an Intel(R) Xeon (R) E5-2630 v2 CPU.
|
||||
|
||||
\subsection{Different Neuron Models}
|
||||
A group of neuronal models representing the major classes of cortical and thalamic neurons including regular spiking pyramidal (RS pyramidal; model D), regular spiking inhibitory (RS inhibitory; model B), and fast spiking (FS; model C) neurons were used \citep{pospischil_minimal_2008}. Additionally, a \Kv current (\IKv; \citealt{ranjan_kinetic_2019}) was added to each of these models (RS pyramidal +\Kv; model H, RS inhibitory +\Kv; model E, and FS +\Kv; model G respectively). A cerebellar stellate cell model from \citet{alexander_cerebellar_2019} is used (Cb stellate; model A) in this study. This neuron model was also extended by a \Kv current \citep{ranjan_kinetic_2019}, either in addition to the A-type potassium current (Cb stellate +\Kv; model F) or by replacing the A-type potassium current (Cb stellate \(\Delta\)\Kv; model J). A subthalamic nucleus (STN; model L) neuron model as described by \citet{otsuka_conductance-based_2004} was also used. The STN neuron model (model L) was additionally extended by a \Kv current \citep{ranjan_kinetic_2019}, either in addition to the A-type potassium current (STN +\Kv; model I) or by replacing the A-type potassium current (STN \(\Delta\)\Kv; model K). Model letter naming corresponds to panel lettering in Figure \ref{fig:diversity_in_firing}. The \DIFaddbegin \DIFadd{anatomical origin of each model is shown in Figure \ref{fig:diversity_in_firing}~M. The }\DIFaddend properties and maximal conductances of each model are detailed in Table \ref{tab:g} and the gating properties are unaltered from the original Cb stellate (model A) and STN (model L) models \citep{alexander_cerebellar_2019, otsuka_conductance-based_2004}. For enabling the comparison of models with the typically reported electrophysiological data fitting reported and for ease of further gating curve manipulations, a modified Boltzmann function
|
||||
|
||||
\begin{equation}\label{eqn:Boltz}
|
||||
x_\infty = {\left(\frac{1-a}{1+{\exp\left[{\frac{V-V_{1/2}}{k}}\right]}} +a\right)^j}
|
||||
\end{equation}
|
||||
|
||||
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 to the original formulism for RS pyramidal (model D), RS inhibitory (model B) and FS (model C) models from \citet{pospischil_minimal_2008}. The properties of \IKv were fitted to the mean wild type biophysical parameters of \Kv described in \citet{lauxmann_therapeutic_2021}. The fitted gating parameters are detailed in Table \ref{tab:gating}. Each of the original single-compartment models used here can reproduce physiological firing behavior of the neurons they represent (Figure \ref{fig:diversity_in_firing}; \citealt{pospischil_minimal_2008, alexander_cerebellar_2019, otsuka_conductance-based_2004}) and capture key aspects of the dynamics of these neuron types.
|
||||
|
||||
\subsection{Firing Frequency Analysis}
|
||||
The membrane responses to 200 equidistant two second long current steps were simulated using the forward-Euler method with a \(\Delta \textrm{t} = 0.01\)\,ms from steady state. Current steps ranged from 0 to 1\,nA (step size 5\,pA) for all models except for the RS inhibitory neuron models where a range of 0 to 0.35\,nA (step size 1.75\,pA) was used to ensure repetitive firing across the range of input currents. For each current step, action potentials were detected as peaks with at least 50\,mV prominence, or the relative height above the lowest contour line encircling it, and a minimum interspike interval of 1\,ms. The interspike interval was computed and used to determine the instantaneous firing frequencies elicited by the current step. \DIFaddbegin \DIFadd{A ramp protocol, consisting of a 2 second ascending ramp followed by a 2 second descending ramp, was also simulated over the same current range to assess model hysteresis. Rheobases assessed from this ramp protocol were not used for subsequent analysis in order to maintain relatability to commonly used experimental measures.
|
||||
}\DIFaddend
|
||||
|
||||
To ensure accurate firing frequencies at low firing rates and reduced spike sampling bias, steady-state firing was defined as the mean firing frequency in a 500\,ms window in the last second of the current steps starting at the \DIFdelbegin \DIFdel{inital }\DIFdelend \DIFaddbegin \DIFadd{initial }\DIFaddend action potential in this last second.
|
||||
Firing characterization was performed in the last second of current steps to ensure steady-state firing is captured and adaptation processes are neglected in our analysis. Alteration in current magnitudes can have different effects on rheobase and the initial slope of the fI curve \citep{Kispersky2012}.
|
||||
For this reason, we quantified neuronal firing using the rheobase as well as the area under the curve (AUC) of the initial portion of the fI curve as a measure of the initial slope of the fI curve Figure \ref{fig:firing_characterization}~A.
|
||||
|
||||
The smallest current at which steady state firing \DIFdelbegin \DIFdel{occured }\DIFdelend \DIFaddbegin \DIFadd{occurred }\DIFaddend was identified and the current step interval preceding the occurrence of steady state firing was simulated at higher resolution (100 current steps) to determine the current at which steady state firing began. Firing was simulated with 100 current steps from this current upwards for 1/5 of the overall current range. Over this range a fI curve was constructed and the integral, or area under the curve (AUC), of the fI curve over this interval was computed with the composite trapezoidal rule and used as a measure of firing rate independent from rheobase.
|
||||
|
||||
To obtain the rheobase at a higher current resolution than the fI curve, the current step interval preceding the occurrence of action potentials was explored at higher resolution with 100 current steps spanning the interval (step sizes of 0.05 pA and 0.0175 pA, respectively). Membrane responses to these current steps were then analyzed for action potentials and the rheobase was considered the lowest current step for which an action potential was elicited.
|
||||
|
||||
All models exhibited tonic steady-state firing with default parameters. In limited instances, variations of parameters elicited periodic bursting, however these instances were excluded from further analysis.
|
||||
|
||||
|
||||
\subsection{Sensitivity Analysis and Comparison of Models}
|
||||
Properties of ionic currents common to all models (\(\text{I}_{\text{Na}}\), \(\text{I}_{\text{Kd}}\), \(\text{I}_{\text{A}}\)/\IKv, and \(\text{I}_{\text{Leak}}\)) were systematically altered in a one-factor-at-a-time sensitivity analysis for all models. The gating curves for each current were shifted (\(\Delta V_{1/2}\)) from -10 to 10\,mV in increments of 1\,mV. The voltage dependence of the time constant associated with the shifted gating curve was correspondingly shifted. The slope (\(k\)) of the gating curves were altered from half to twice the initial slope. Similarly, the maximal current conductance (\(g\)) was also scaled from half to twice the initial value. For both slope and conductance alterations, alterations consisted of 21 steps spaced equally on a \(\textrm{log}_2\) scale. We neglected the variation of time constants for the practical reason that estimation and assessment of time constants and changes to them is not straightforward \citep{Clerx2019, Whittaker2020}.
|
||||
|
||||
\subsection{Model Comparison}
|
||||
Changes in rheobase (\drheo) were calculated in relation to the original model rheobase. The contrast of each AUC value (\(AUC_i\)) was computed in comparison to the AUC of the unaltered wild type model (\(AUC_{wt}\))
|
||||
\begin{equation}\label{eqn:AUC_contrast}
|
||||
\textrm{normalized } \Delta \text{AUC} = \frac{AUC_i - AUC_{wt}}{AUC_{wt}}
|
||||
\end{equation}
|
||||
|
||||
To assess whether the effects of a given alteration on \ndAUC or \drheo were robust across models, the correlation between \ndAUC or \drheo and the magnitude of the alteration of a current property was computed for each alteration in each model and compared across alteration types.
|
||||
The Kendall's \(\tau\) coefficient, a non-parametric rank correlation, is used to describe the relationship between the magnitude of the alteration and AUC or rheobase values. A Kendall \(\tau\) value of -1 or 1 is indicative of monotonically decreasing and increasing relationships respectively.
|
||||
|
||||
\subsection{\textit{KCNA1} Mutations}\label{subsec:mut}
|
||||
Known episodic ataxia type~1 associated \textit{KCNA1} mutations and their electrophysiological characterization have been reviewed in \citet{lauxmann_therapeutic_2021}. The mutation-induced changes in \IKv amplitude and activation slope (\(k\)) were normalized to wild type measurements and changes in activation \(V_{1/2}\) were used relative to wild type measurements. Although initially described to lack fast activation, \Kv displays prominent inactivation at physiologically relevant temperatures \citep{ranjan_kinetic_2019}. The effects of a mutation were also applied to \(\text{I}_{\text{A}}\) when present as both potassium currents display inactivation. In all cases, the mutation effects were applied to half of the \Kv or \(\text{I}_{\text{A}}\) under the assumption that the heterozygous mutation results in 50\% of channels carrying the mutation. Frequency-current curves for each mutation in each model were obtained through simulation and used to characterize firing behavior as described above. For each model the differences in mutation AUC to wild type AUC were normalized by wild type AUC (\ndAUC) and mutation rheobases were compared to wild type rheobase values (\drheo). Pairwise Kendall rank correlations (Kendall \(\tau\)) were used to compare the correlation in the effects of \Kv mutations on AUC and rheobase between models.
|
||||
|
||||
\subsection{Code Accessibility}
|
||||
The simulation and analysis code including full specification of the models is freely available online at \href{https://github.com/nkoch1/LOFGOF2023}{https://github.com/nkoch1/LOFGOF2023}. %The code is available as \ref{code_zip}.
|
||||
|
||||
\section{Results}
|
||||
|
||||
To examine the role of neuron-type specific ionic current environments on the impact of altered ion currents properties on firing behavior:
|
||||
(1) firing responses were characterized with rheobase and \(\Delta\)AUC, (2) a set of neuronal models was used and properties of channels common across models were altered systematically one at a time, and (3) 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.
|
||||
|
||||
\subsection{Variety of model neurons}
|
||||
Neuronal firing is \DIFdelbegin \DIFdel{heterogenous }\DIFdelend \DIFaddbegin \DIFadd{heterogeneous }\DIFaddend across the CNS and a set of neuronal models with \DIFdelbegin \DIFdel{heterogenous }\DIFdelend \DIFaddbegin \DIFadd{heterogeneous }\DIFaddend 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 (Figure \ref{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. \DIFaddbegin \DIFadd{Model B ceases firing with large current steps (Figure \ref{fig:diversity_in_firing}~B) indicating depolarization block. }\DIFaddend 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; \citealt{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 (Figure \ref{fig:diversity_in_firing} and Supplementary Figure S1). Different types of underlying current dynamics are known to generate these different firing types and hysteresis \cite{ERMENTROUT2002, ermentrout_type_1996, Izhikevich2006}. This broad range of single-compartmental models represents the distinct dynamics of various neuron types across diverse brain regions.
|
||||
|
||||
\subsection{Characterization of Neuronal Firing Properties}
|
||||
Neuronal firing is a complex phenomenon, and a quantification of firing properties is required for comparisons across neuron types and between different conditions. Here we focus on two aspects of firing that are routinely measured in clinical settings \citep{Bryson_2020}: rheobase, the smallest injected current at which the neuron 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 (Figure \ref{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 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 (Figure \ref{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), \DIFdelbegin \DIFdel{unambigously }\DIFdelend \DIFaddbegin \DIFadd{unambiguously }\DIFaddend 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.
|
||||
|
||||
|
||||
\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 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 (Figure \ref{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 G is in the bottom left quadrant of Figure \ref{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 Figure \ref{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 Figure \ref{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 Figure \ref{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 (Figure \ref{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 (Figure \ref{fig:AUC_correlation}~D,E,F). Similar consistent positive correlations could 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 could be found, for example, when increasing the maximal conductance of the delayed rectifier (Figure \ref{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 (Figure \ref{fig:AUC_correlation}~A,B,C). Some model neurons did almost not depend on changes in Kd-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.
|
||||
|
||||
Changes in gating half activation potential \(V_{1/2}\) and slope factor \(k\) as well as the maximum conductance \(g\) affected rheobase (Figure \ref{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 (Figure \ref{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 Figure \ref{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 Figure \ref{fig:rheobase_correlation}~H). Similarly, positive correlations were consistently found across models for maximal conductances of delayed rectifier Kd, \Kv, and A type currents, whereas the maximal conductance of the sodium current was consistently associated with negative correlations (\( \text{Kendall} \ \tau \approx -1\); Figure \ref{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 models 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; Figure \ref{fig:rheobase_correlation}~F). Departures from monotonic relationships also occurred in some models as a result of Kd-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.
|
||||
|
||||
\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 (Figure \ref{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 (Figure \ref{fig:simulation_model_comparision}J) indicating that EA1 associated \textit{KCNA1} mutations generally decrease rheobase across diverse neuron-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 (Figure \ref{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.
|
||||
|
||||
|
||||
\section{Discussion}
|
||||
|
||||
To compare the effects of ion channel mutations on neuronal firing of different neuron types, we used a diverse set of conductance-based models to systematically characterize the effects of changes in individual channel properties. Additionally, we simulated the effects of specific episodic ataxia type~1 associated (EA1) \textit{KCNA1} mutations. Changes to single ionic current properties, as well as known EA1 associated \textit{KCNA1} mutations showed consistent effects on the rheobase across neuron types, whereas the effects on the slope of the steady-state fI-curve depended on the neuron 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 neuron and are therefore depend on the channel ensemble of a specific neuron type.
|
||||
|
||||
\subsection{Firing Frequency Analysis}
|
||||
Although differences in neuronal firing can be characterized by an area under the curve of the fI curve for a fixed current range, 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 neuron types and enable classification as described in Figure \ref{fig:firing_characterization}. Importantly, in cases when ion channel mutations alter rheobase and initial fI curve steepness in ways that oppose effects on firing (upper left and bottom right quadrants of Figure \ref{fig:firing_characterization}~B), this \DIFdelbegin \DIFdel{disamgibuation }\DIFdelend \DIFaddbegin \DIFadd{disambiguation }\DIFaddend is important for understanding the outcome of the mutation. In these cases, the regime the neuron is operating in is vital in determining the neuron's 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 they all capture key aspects of the firing dynamics for their respective neuron. The simple models fall short of capturing the complex physiology, biophysics and heterogeneity of real neurons, nor do they take into account subunit stoichiometry, auxillary subunits, membrane composition which influence the biophysics of ionic currents \citep{Al-Sabi_2013, Oliver_2004, Pongs_2009, Rettig1994}. However, for the purpose of understanding how different neuron-types, or current environments, contribute to the diversity in firing outcomes of ion channel mutations, the fidelity of the models to the physiological neurons they represent is of a minor concern. For exploring possible neuron-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 neurons 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 neuron-type specific predictions that may aid 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 neuron-type spectrum the models used here represent. %DIF < Menchaca_2012,
|
||||
\DIFaddbegin \DIFadd{Further investigation and analysis of the neuron-type effects of ion channel mutations including with animal experiments is essential for validation of the results presented here and for furthering the understanding of the effects of channelopathies at multiple levels of scale.
|
||||
}\DIFaddend
|
||||
|
||||
\subsection{Neuronal Diversity}
|
||||
The nervous system consists of a vastly diverse and \DIFdelbegin \DIFdel{heterogenous }\DIFdelend \DIFaddbegin \DIFadd{heterogeneous }\DIFaddend collection of neurons with variable properties and characteristics including diverse combinations and expression levels of ion channels which are vital for neuronal firing dynamics.
|
||||
|
||||
Advances in high-throughput techniques have enabled large-scale investigation into single-cell properties across the CNS \citep{Poulin2016} that have revealed large diversity in neuronal gene expression, morphology and neuronal types in the motor cortex \citep{Scala2021}, neocortex \cite{Cadwell2016, Cadwell2020}, GABAergic neurons in the cortex and retina \citep{Huang2019, Laturnus2020}, cerebellum \citep{Kozareva2021}, spinal cord \citep{Alkaslasi2021}, visual cortex \citep{Gouwens2019} as well as the retina \citep{Baden2016, Voigt2019, Berens2017, Yan2020a, Yan2020b}.
|
||||
|
||||
Diversity across neurons is not limited to gene expression and can also be seen electrophysiologically \citep{Tripathy2017, Gouwens2018, Tripathy2015, Scala2021, Cadwell2020, Gouwens2019, Baden2016, Berens2017} with correlations existing between gene expression and electrophysiological properties \citep{Tripathy2017}. At the ion channel level, diversity exists not only between the specific ion channels the different neuron types express but heterogeneity also exists in ion channel expression levels within neuron types \citep{marder_multiple_2011, goaillard_ion_2021,barreiro_-current_2012}. As ion channel properties and expression levels are key \DIFdelbegin \DIFdel{determinents }\DIFdelend \DIFaddbegin \DIFadd{determinants }\DIFaddend of neuronal dynamics and firing \citep{Balachandar2018, Gu2014, Zeberg2015, Aarhem2007, Qi2013, Gu2014a, Zeberg2010, Zhou2020, Kispersky2012} neurons with different ion channel properties and expression levels display different firing properties.
|
||||
|
||||
To capture the diversity in neuronal ion channel expression and its relevance in the outcome of ion channel mutations, we used multiple neuronal models with different ionic currents and underlying firing dynamics here.
|
||||
|
||||
\subsection{Ionic Current Environments Determine the Effect of Ion Channel Mutations}
|
||||
|
||||
To our knowledge, no comprehensive evaluation of how ionic current environment and neuron type affect the outcome of ion channel mutations have been reported. However, comparisons between the effects of such mutations between certain neuron types were described. For instance, the R1648H mutation in \textit{SCN1A} does not alter the excitability of cortical pyramidal neurons, but causes hypoexcitability of adjacent inhibitory GABAergic neurons \citep{Hedrich14874}. In the CA3 region of the hippocampus, the equivalent mutation in \textit{SCN8A}, R1627H, increases the excitability of pyramidal neurons and decreases the excitability of parvalbumin positive interneurons \cite{makinson_scn1a_2016}. Additionally, the L858H mutation in \(\text{Na}_\text{V}\text{1.7}\), associated with erythermyalgia, has been shown to cause hypoexcitability in sympathetic ganglion neurons and hyperexcitability in dorsal root ganglion neurons \citep{Waxman2007, Rush2006}. The differential effects of L858H \(\text{Na}_\text{V}\text{1.7}\) on firing is dependent on the presence or absence of another sodium channel, namely the \(\text{Na}_\text{V}\text{1.8}\) subunit \citep{Waxman2007, Rush2006}. These findings, in concert with our findings emphasize that the ionic current environment in which a channelopathy occurs is vital in determining the outcomes of the channelopathy on firing.
|
||||
|
||||
Neuron type specific differences in ionic current properties are important in the effects of ion channel mutations. However, within a neuron type heterogeneity in channel expression levels exists and it is often desirable to generate a population of neuronal models and to screen them for plausibility to biological data in order to capture neuronal population diversity \citep{marder_multiple_2011,OLeary2016}. The models we used here are originally generated by characterization of current gating properties and by fitting of maximal conductances to experimental data \citep{pospischil_minimal_2008, ranjan_kinetic_2019, alexander_cerebellar_2019, otsuka_conductance-based_2004}. This practice of fixing maximal conductances based on experimental data is limiting as it does not reproduce the variability in channel expression and neuronal firing behavior of a heterogeneous neuron population \citep{verma_computational_2020}. For example, a model derived from the mean conductances in a neuronal sub-population within the stomatogastric ganglion, the so-called "one-spike bursting" neurons fire three spikes instead of one per burst due to an L-shaped distribution of sodium and potassium conductances \citep{golowasch_failure_2002}. 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}.
|
||||
|
||||
\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 \textit{KCNA1} mutations across models are indicative that a certain neuron 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 \(\text{I}_\text{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 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 because of this 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}. 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 \(\text{Na}_{\text{V}}\text{1.6}\) mutations, patients with both LOF and GOF \(\text{Na}_{\text{V}}\text{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 transfer of LOF or GOF from the current to the firing level should be used with caution; the neuron 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 a viable method bridging between characterization of changes in biophysical properties of ionic currents and the firing consequences of these effects. In both experimental and modelling studies on the effects of ion channel mutations on neuronal firing the specific dependency on neuron type should be considered.
|
||||
|
||||
The effects of altered ion channel properties on firing is generally influenced by the other ionic currents present in the neuron \DIFaddbegin \DIFadd{as summarized in Figure \ref{fig:summary}}\DIFaddend . In channelopathies the effect of a given ion channel mutation on neuronal firing therefore depends on the neuron type in which those changes occur \citep{Hedrich14874, makinson_scn1a_2016, Waxman2007, Rush2006}. Although certain complexities of neurons such as differences in neuron-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 neuron-type dependent effects on neuronal firing. The complexity and nuances of the nervous system, including neuron-type dependent firing effects of channelopathies explored here, likely underlie shortcomings in treatment approaches in patients with channelopathies. Accounting for neuron-type dependent firing effects provides an opportunity to improve the efficacy and precision in personalized medicine approaches.
|
||||
|
||||
With this study we suggest that neuron-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.
|
||||
|
||||
|
||||
\bibliographystyle{Frontiers-Harvard}
|
||||
\bibliography{Koch_ref}
|
||||
\newpage
|
||||
\section*{Figures}
|
||||
%%% NB logo1.eps is required in the path in order to correctly compile front page header %%%
|
||||
|
||||
|
||||
\begin{figure}[H]
|
||||
\centering
|
||||
\DIFdelbeginFL %DIFDELCMD < \includegraphics[width=0.875\linewidth]{diversity_in_firing.jpg}
|
||||
%DIFDELCMD < %%%
|
||||
\DIFdelendFL \DIFaddbeginFL \includegraphics[width=\linewidth]{diversity_in_firing_diagram.jpg}
|
||||
\DIFaddendFL \linespread{1.}\selectfont
|
||||
\caption[]{Diversity in Neuronal Model Firing. Spike trains (left), frequency-current (fI) curves (right) for Cb stellate \textbf{(A)}, RS inhibitory \textbf{(B)}, FS \textbf{(C)}, RS pyramidal \textbf{(D)}, RS inhibitory +\Kv \textbf{(E)}, Cb stellate +\Kv \textbf{(F)}, FS +\Kv \textbf{(G)}, RS pyramidal +\Kv \textbf{(H)}, STN +\Kv \textbf{(I)}, Cb stellate \(\Delta\)\Kv \textbf{(J)}, STN \(\Delta\)\Kv \textbf{(K)}, and STN \textbf{(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 Supplementary Figure S1). \DIFaddbeginFL \DIFaddFL{A schematic illustrating the anatomical locations of the models is included }\textbf{\DIFaddFL{(M)}}\DIFaddFL{.}\DIFaddendFL }
|
||||
%DIF < \textcolor{red}{(see Supplementary Figure \ref{ramp_firing}).}}
|
||||
\label{fig:diversity_in_firing}
|
||||
\end{figure}
|
||||
|
||||
|
||||
\begin{figure}[!ht]
|
||||
\centering
|
||||
\includegraphics[width=0.5\linewidth]{firing_characterization_arrows.jpg}
|
||||
\linespread{1.}\selectfont
|
||||
\caption[]{Characterization of firing with AUC and rheobase. \textbf{(A)} The area under the curve (AUC) of the repetitive firing frequency-current (fI) curve. \textbf{(B)}
|
||||
Changes in firing as characterized by \(\Delta\)AUC and \(\Delta\)rheobase occupy four quadrants separated by no changes in AUC and rheobase. Representative schematic fI curves in red with respect to a reference (or wild type) fI curve (blue) depict the general changes associated with each quadrant.}
|
||||
\label{fig:firing_characterization}
|
||||
\end{figure}
|
||||
|
||||
\begin{figure}[!ht]
|
||||
\centering
|
||||
\includegraphics[width=\linewidth]{AUC_correlation.jpg}
|
||||
\linespread{1.}\selectfont
|
||||
\caption[]{Effects of altered channel kinetics on AUC in various neuron models. The fI curves corresponding to shifts in model G delayed rectifier Kd half activation \(V_{1/2}\) \textbf{(A)}, changes \Kv activation slope factor \(k\) in model G \textbf{(D)}, and changes in maximal conductance of delayed rectifier K current in the model I \textbf{(G)} are shown. The fI curves from the smallest (grey) to the largest (black) alterations are seen for \textbf{(A,D,} and \textbf{G}) in accordance to the greyscale of the x-axis in B, E, and H. The \ndAUC of fI curves is plotted against delayed rectifier K half activation potential (\(\Delta V_{1/2}\); \textbf{B}), \Kv activation slope factor \(k\) (k/\(\text{k}_{\text{WT}}\); \textbf{E}) and maximal conductance \(g\) of the delayed rectifier Kd current (g/\(\text{g}_{\text{WT}}\); \textbf{H}) for all models (thin lines) with relationships from the fI curve examples ( \textbf{A, D, G} respectively) highlighted by thick lines with colors corresponding to the box highlighting each set of fI curves. The Kendall rank correlation (Kendall \(\tau\)) coefficients between shifts in half maximal potential \(V_{1/2}\) and \ndAUC \textbf{(C)}, slope factor k and \ndAUC \textbf{(F)} as well as maximal current conductances and \ndAUC \textbf{(I)} for each model and current property is computed. The relationships between \(\Delta V_{1/2}\), k/\(\text{k}_{\text{WT}}\), and g/\(\text{g}_{\text{WT}}\) and \ndAUC for the Kendall rank correlations highlighted in the black boxes are depicted in \textbf{(B)}, \textbf{(E)} and \textbf{(H)} respectively. }
|
||||
\label{fig:AUC_correlation}
|
||||
\end{figure}
|
||||
|
||||
\begin{figure}[!ht]
|
||||
\centering
|
||||
\includegraphics[width=\linewidth]{rheobase_correlation.jpg}
|
||||
\linespread{1.}\selectfont
|
||||
\caption[]{Effects of altered channel kinetics on rheobase. The fI curves corresponding to shifts in model G \Kv activation \(V_{1/2}\) \textbf{(A)}, changes \Kv inactivation slope factor \(k\) in model F \textbf{(D)}, and changes in maximal conductance of the leak current in model A \textbf{(G)} are shown. The fI curves from the smallest (grey) to the largest (black) alterations are seen for ( \textbf{A,D,} and \textbf{G}) in accordance to the greyscale of the x-axis in \textbf{B}, \textbf{E}, and \textbf{H}. The \drheo of fI curves is plotted against \Kv half activation potential (\(\Delta V_{1/2}\); \textbf{B}), \Kv inactivation slope factor \(k\) (k/\(\text{k}_{\text{WT}}\); \textbf{E}) and maximal conductance \(g\) of the leak current (g/\(\text{g}_{\text{WT}}\); \textbf{H}) for all models (thin lines) with relationships from the fI curve examples ( \textbf{A, D, G} respectively) highlighted by thick lines with colors corresponding to the box highlighting each set of fI curves. The Kendall rank correlation (Kendall \(\tau\)) coefficients between shifts in half maximal potential \(V_{1/2}\) and \drheo \textbf{(C)}, slope factor k and \drheo \textbf{(F)} as well as maximal current conductances and \drheo \textbf{(I)} for each model and current property is computed. The relationships between \(\Delta V_{1/2}\), k/\(\text{k}_{\text{WT}}\), and g/\(\text{g}_{\text{WT}}\) and \drheo for the Kendall rank correlations highlighted in the black boxes are depicted in \textbf{(B)}, \textbf{(E)} and \textbf{(H)} respectively.}
|
||||
\label{fig:rheobase_correlation}
|
||||
\end{figure}
|
||||
|
||||
\begin{figure}[!ht]
|
||||
\centering
|
||||
\includegraphics[width=\linewidth]{simulation_model_comparison.jpg}
|
||||
\linespread{1.}\selectfont
|
||||
\caption[]{Effects of episodic ataxia type~1 associated \textit{KCNA1} mutations on firing. Effects of \textit{KCNA1} mutations on AUC (percent change in normalized \(\Delta\)AUC) and rheobase (\(\Delta\)Rheobase) compared to wild type for model H \textbf{(A)}, model E \textbf{(B)}, model G \textbf{(C)}, model A \textbf{(D)}, model F \textbf{(E)}, model J \textbf{(F)}, model L \textbf{(G)}, model I \textbf{(H)} and model K \textbf{(I)}. All \textit{KCNA1} Mutations are marked in grey with the V174F, F414C, E283K, and V404I \textit{KCNA1} mutations highlighted in color for each model. Pairwise Kendall rank correlation coefficients (Kendall \(\tau\)) between the effects of \textit{KCNA1} mutations on rheobase and on AUC are shown in J and K respectively. Marker shape is indicative of model/firing type, and grey dashed lines denote the quadrants of firing characterization (see Figure \ref{fig:firing_characterization}).}
|
||||
\label{fig:simulation_model_comparision}
|
||||
\DIFaddbeginFL \end{figure}
|
||||
|
||||
\begin{figure}[!ht]
|
||||
\centering
|
||||
\includegraphics[width=\linewidth]{summary_fig.jpg}
|
||||
\linespread{1.}\selectfont
|
||||
\caption[]{\DIFaddFL{Summary of neuron type dependence of channelopathies. The wildtype channel (blue) is mutated (red) the effects of it in different neuron types (green, orange and grey) each with a unique set of ion channels determines the effect of firing seen on the right by the shift from the blue wildtype fI curve to the red fI curve for the mutated ion channel.}}
|
||||
\label{fig:summary}
|
||||
\DIFaddendFL \end{figure}
|
||||
|
||||
\FloatBarrier
|
||||
\section*{Tables}
|
||||
|
||||
%\input{g_table}
|
||||
\begin{table}[ht!]
|
||||
% \fontsize{10pt}{10pt}
|
||||
\caption[Cell properties and conductances of neuronal models]{Cell properties and conductances of regular spiking pyramidal neuron (RS Pyramidal; model D), regular spiking inhibitory neuron (RS Inhibitory; model B), fast spiking neuron (FS; model C) each with additional \(\textrm{I}_{\textrm{K}_{\textrm{V}}\textrm{1.1}}\) (RS Pyramidal +\Kv; model H, RS Inhibitory +\Kv; model E, FS +\Kv; model G respectively), cerebellar stellate cell (Cb Stellate; model A), with additional \(\textrm{I}_{\textrm{K}_{\textrm{V}}\textrm{1.1}}\) (Cb Stellate +\Kv; model F) and with \(\textrm{I}_{\textrm{K}_{\textrm{V}}\textrm{1.1}}\) replacement of \(\textrm{I}_\textrm{A}\) (Cb Stellate \(\Delta\)\Kv; model J), and subthalamic nucleus neuron (STN; model L), with additional \(\textrm{I}_{\textrm{K}_{\textrm{V}}\textrm{1.1}}\) (STN +\Kv; model I) and with \(\textrm{I}_{\textrm{K}_{\textrm{V}}\textrm{1.1}}\) replacement of \(\textrm{I}_{\textrm{A}}\) (STN \Kv; model K) models. All conductances are given in \(\textrm{mS}/\textrm{cm}^2\). Capacitances (\(C_m\)) and \(\tau_{max, M}\) are given in pF and ms respectively.}
|
||||
\centering
|
||||
% \begin{tabular}[x]{@{}l@{}} \\ \end{tabular}
|
||||
\linespread{1.5}\selectfont
|
||||
|
||||
\fontsize{10pt}{12pt}\selectfont{
|
||||
\resizebox{\textwidth}{!}{\begin{tabular}{cccccccccc}
|
||||
% in mS/cm^2
|
||||
\Xhline{1\arrayrulewidth}
|
||||
& \begin{tabular}[x]{@{}c@{}} RS\\Pyra-\\midal\\(+\Kv) \end{tabular} & \begin{tabular}[x]{@{}c@{}} RS\\Inhib-\\itory\\(+\Kv)\end{tabular} & \begin{tabular}[x]{@{}c@{}}FS\\(+\Kv) \end{tabular}& \begin{tabular}[x]{@{}c@{}} Cb\\Stellate \end{tabular}& \begin{tabular}[x]{@{}c@{}}Cb\\Stellate\\+\Kv \end{tabular} & \begin{tabular}[x]{@{}c@{}}Cb\\Stellate\\\(\Delta\)\Kv \end{tabular} & STN &\begin{tabular}[x]{@{}c@{}} STN\\+\Kv \end{tabular} &\begin{tabular}[x]{@{}c@{}} STN\\\(\Delta\)\Kv \end{tabular} \\
|
||||
Model & D (H) & B (E) & C (G) & A & F & J & L & I & K \\
|
||||
\Xhline{1\arrayrulewidth}
|
||||
\(g_{Na}\) & \(56\) & \(10\) & \(58\) & \(3.4\) & \(3.4\) & \(3.4\) & \(49\) & \(49\) & \(49\) \\
|
||||
\(g_{Kd}\) & \(6\) (\(5.4\)) & 2.1 (\(1.89\)) & 3.9 (\(3.51\)) & \(9.0556\) & \(8.15\) &\(9.0556\) & \(57\) & \(56.43\) & \(57\) \\
|
||||
\(g_{K_V1.1}\) & --- (\(0.6\)) & --- (\(0.21\)) & --- (\(0.39\)) & --- & \(0.90556\) & \(1.50159\) & --- & \(0.57\) & \(0.5\) \\
|
||||
\(g_{A}\) & --- & --- & --- & \(15.0159\) & \(15.0159\) & --- & \(5\) & \(5\) & --- \\
|
||||
\(g_{M}\) & \(0.075\) & \(0.0098\) &\(0.075\) & --- & --- & --- & --- & --- & --- \\
|
||||
\(g_{L}\) & --- & --- & --- & --- & --- & --- & \(5\) & \(5 \) & \(5\) \\
|
||||
\(g_{T}\) & --- & --- & --- & \(0.45045\) & \(0.45045\) & \(0.45045\) & \(5\) & \(5\) & \(5\) \\
|
||||
\(g_{Ca,K}\) & --- & --- & --- & --- & --- & --- & \(1\) & \(1\) & \(1\) \\
|
||||
\(g_{Leak}\) &\(0.0205\) & \(0.0205\) & \(0.038\) & \(0.07407\) & \(0.07407\) & \(0.07407\) & \(0.035\) & \(0.035\) & \(0.035\) \\%\Xhline{1\arrayrulewidth}
|
||||
\(\tau_{max, M}\)& \(608\) & \(934\) & \(502\) & --- & --- & --- & --- & --- & --- \\
|
||||
\(C_m\) & \(118.44\) & \(119.99\) & \(101.71\)& \(177.83\) & \(177.83\) & \(177.83\) & \(118.44\)& \(118.44\)& \(118.44\) \\
|
||||
\Xhline{1\arrayrulewidth}
|
||||
\end{tabular}}}
|
||||
|
||||
|
||||
\label{tab:g}
|
||||
\end{table}
|
||||
|
||||
|
||||
|
||||
%\input{gating_table}
|
||||
\begin{table}[ht!]
|
||||
\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 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.}
|
||||
\centering
|
||||
\linespread{1.5}\selectfont
|
||||
\fontsize{10pt}{12pt}\selectfont{
|
||||
\begin{tabular}{c c c c c c }
|
||||
\Xhline{1\arrayrulewidth}
|
||||
& Gating & \(V_{1/2}\) [mV]& \(k\) & \(j\) & \(a\) \\
|
||||
\Xhline{1\arrayrulewidth}
|
||||
%Pospischil
|
||||
& \(\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\) & --- \\
|
||||
& \(\textrm{I}_{\textrm{K}_{\textrm{V}}\textrm{1.1}}\ \) Inactivation &\(-46.85851852\) & \(7.67266667\) & \(1\) & \(0.245\) \\
|
||||
\Xhline{1\arrayrulewidth}
|
||||
|
||||
|
||||
\end{tabular}}
|
||||
|
||||
\label{tab:gating}
|
||||
\end{table}
|
||||
|
||||
\end{document}
|
BIN
Frontiers_manuscript/For_Submission/Koch_frontiers_revised.pdf
Normal file
BIN
Frontiers_manuscript/For_Submission/Koch_frontiers_revised.pdf
Normal file
Binary file not shown.
Binary file not shown.
@ -76,9 +76,9 @@ Ongoing efforts of many research groups have contributed to the current understa
|
||||
|
||||
Ion channel variants are frequently classified in heterologous expression systems as either a loss of function (LOF) or a gain of function (GOF) in the respective ionic current \citep{Musto2020, Kullmann2002, Waxman2011, Kim2021}. This LOF/GOF classification is often directly used to predict the effects on neuronal firing \citep{Niday2018, Wei2017, Wolff2017,Masnada2017}, which in turn is important for understanding the pathophysiology of these disorders and for identification of potential therapeutic targets \citep{Orsini2018, Yang2018, Colasante2020, Yu2006}. Experimentally, the effects of channelopathies on neuronal firing are 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, Hedrich14874}, but are restricted to limited number of different neuron types. Neuron types differ in many aspects. They may 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. Expression level of an affected gene \citep{Layer2021} and relative amplitudes of ionic currents \citep{rutecki_neuronal_1992, pospischil_minimal_2008,Kispersky2012, golowasch_failure_2002, barreiro_-current_2012} indeed dramatically influence the firing behavior and dynamics of neurons. Mutations in different sodium channel genes have been experimentally shown to affect firing in a neuron-type specific manner based on differences in expression levels of the affected gene \citep{Layer2021}, but also on other neuron-type specific mechanisms \citep{Hedrich14874, makinson_scn1a_2016}.
|
||||
|
||||
Neuron-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 the treatment of Dravet syndrome persisted \citep{Claes2001,Oguni2001} in part due to lack of understanding that inhibitory interneurons and not pyramidal neurons had altered excitability as a result of LOF \textit{SCN1A} mutations \citep{Yu2006, Colasante2020}.
|
||||
Neuron-type specificity is likely vital for successful precision medicine treatment approaches. For example, Dravet syndrome was identified as the consequence of LOF mutations in \textit{SCN1A} \citep{Claes2001,Fujiwara2003,Ohmori2002}, however limited success in the treatment of Dravet syndrome persisted \citep{Claes2001,Oguni2001} in part due to lack of understanding that inhibitory interneurons and not pyramidal neurons had altered excitability as a result of LOF \textit{SCN1A} mutations \citep{Yu2006, Colasante2020}.
|
||||
|
||||
Taken together, these examples demonstrate the need to study the effects of ion channel mutations in many different neuron types --- a daunting if not impossible experimental challenge. In the context of this diversity, simulations of conductance-based neuronal models are a powerful tool bridging the gap between altered ionic currents and firing in a systematic and efficient way. Furthermore, simlutions allow to predict the potential effects of drugs needed to alleviate the pathophysiology of the respective mutation \citep{johannesen_genotype-phenotype_2021, lauxmann_therapeutic_2021, Bayraktar}.
|
||||
Taken together, these examples demonstrate the need to study the effects of ion channel mutations in many different neuron types --- a daunting if not impossible experimental challenge. In the context of this diversity, simulations of conductance-based neuronal models are a powerful tool bridging the gap between altered ionic currents and firing in a systematic and efficient way. Furthermore, simulations allow to predict the potential effects of drugs needed to alleviate the pathophysiology of the respective mutation \citep{johannesen_genotype-phenotype_2021, lauxmann_therapeutic_2021, Bayraktar}.
|
||||
|
||||
In this study, we therefore investigated how the outcome of ionic current kinetic changes on firing depend on neuronal cell type by (1) characterizing firing responses with two measures, (2) simulating the response of a repertoire of different neuronal models to changes in single current parameters as well as (3) to more complex changes in this case as they were observed for specific \textit{KCNA1} mutations that are associated with episodic ataxia type~1 \citep{Browne1994, Browne1995, lauxmann_therapeutic_2021}.
|
||||
|
||||
@ -86,7 +86,7 @@ In this study, we therefore investigated how the outcome of ionic current kineti
|
||||
All modelling and simulation was done in parallel with custom written Python 3.8 (Python Programming Language; RRID:SCR\_008394) software, run on a Cent-OS 7 server with an Intel(R) Xeon (R) E5-2630 v2 CPU.
|
||||
|
||||
\subsection{Different Neuron Models}
|
||||
A group of neuronal models representing the major classes of cortical and thalamic neurons including regular spiking pyramidal (RS pyramidal; model D), regular spiking inhibitory (RS inhibitory; model B), and fast spiking (FS; model C) neurons were used \citep{pospischil_minimal_2008}. Additionally, a \Kv current (\IKv; \citealt{ranjan_kinetic_2019}) was added to each of these models (RS pyramidal +\Kv; model H, RS inhibitory +\Kv; model E, and FS +\Kv; model G respectively). A cerebellar stellate cell model from \citet{alexander_cerebellar_2019} is used (Cb stellate; model A) in this study. This neuron model was also extended by a \Kv current \citep{ranjan_kinetic_2019}, either in addition to the A-type potassium current (Cb stellate +\Kv; model F) or by replacing the A-type potassium current (Cb stellate \(\Delta\)\Kv; model J). A subthalamic nucleus (STN; model L) neuron model as described by \citet{otsuka_conductance-based_2004} was also used. The STN neuron model (model L) was additionally extended by a \Kv current \citep{ranjan_kinetic_2019}, either in addition to the A-type potassium current (STN +\Kv; model I) or by replacing the A-type potassium current (STN \(\Delta\)\Kv; model K). Model letter naming corresponds to panel lettering in Figure \ref{fig:diversity_in_firing}. The properties and maximal conductances of each model are detailed in Table \ref{tab:g} and the gating properties are unaltered from the original Cb stellate (model A) and STN (model L) models \citep{alexander_cerebellar_2019, otsuka_conductance-based_2004}. For enabling the comparison of models with the typically reported electrophysiological data fitting reported and for ease of further gating curve manipulations, a modified Boltzmann function
|
||||
A group of neuronal models representing the major classes of cortical and thalamic neurons including regular spiking pyramidal (RS pyramidal; model D), regular spiking inhibitory (RS inhibitory; model B), and fast spiking (FS; model C) neurons were used \citep{pospischil_minimal_2008}. Additionally, a \Kv current (\IKv; \citealt{ranjan_kinetic_2019}) was added to each of these models (RS pyramidal +\Kv; model H, RS inhibitory +\Kv; model E, and FS +\Kv; model G respectively). A cerebellar stellate cell model from \citet{alexander_cerebellar_2019} is used (Cb stellate; model A) in this study. This neuron model was also extended by a \Kv current \citep{ranjan_kinetic_2019}, either in addition to the A-type potassium current (Cb stellate +\Kv; model F) or by replacing the A-type potassium current (Cb stellate \(\Delta\)\Kv; model J). A subthalamic nucleus (STN; model L) neuron model as described by \citet{otsuka_conductance-based_2004} was also used. The STN neuron model (model L) was additionally extended by a \Kv current \citep{ranjan_kinetic_2019}, either in addition to the A-type potassium current (STN +\Kv; model I) or by replacing the A-type potassium current (STN \(\Delta\)\Kv; model K). Model letter naming corresponds to panel lettering in Figure \ref{fig:diversity_in_firing}. The anatomical origin of each model is shown in Figure \ref{fig:diversity_in_firing}~M. The properties and maximal conductances of each model are detailed in Table \ref{tab:g} and the gating properties are unaltered from the original Cb stellate (model A) and STN (model L) models \citep{alexander_cerebellar_2019, otsuka_conductance-based_2004}. For enabling the comparison of models with the typically reported electrophysiological data fitting reported and for ease of further gating curve manipulations, a modified Boltzmann function
|
||||
|
||||
\begin{equation}\label{eqn:Boltz}
|
||||
x_\infty = {\left(\frac{1-a}{1+{\exp\left[{\frac{V-V_{1/2}}{k}}\right]}} +a\right)^j}
|
||||
@ -95,13 +95,13 @@ x_\infty = {\left(\frac{1-a}{1+{\exp\left[{\frac{V-V_{1/2}}{k}}\right]}} +a\righ
|
||||
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 to the original formulism for RS pyramidal (model D), RS inhibitory (model B) and FS (model C) models from \citet{pospischil_minimal_2008}. The properties of \IKv were fitted to the mean wild type biophysical parameters of \Kv described in \citet{lauxmann_therapeutic_2021}. The fitted gating parameters are detailed in Table \ref{tab:gating}. Each of the original single-compartment models used here can reproduce physiological firing behavior of the neurons they represent (Figure \ref{fig:diversity_in_firing}; \citealt{pospischil_minimal_2008, alexander_cerebellar_2019, otsuka_conductance-based_2004}) and capture key aspects of the dynamics of these neuron types.
|
||||
|
||||
\subsection{Firing Frequency Analysis}
|
||||
The membrane responses to 200 equidistant two second long current steps were simulated using the forward-Euler method with a \(\Delta \textrm{t} = 0.01\)\,ms from steady state. Current steps ranged from 0 to 1\,nA (step size 5\,pA) for all models except for the RS inhibitory neuron models where a range of 0 to 0.35\,nA (step size 1.75\,pA) was used to ensure repetitive firing across the range of input currents. For each current step, action potentials were detected as peaks with at least 50\,mV prominence, or the relative height above the lowest contour line encircling it, and a minimum interspike interval of 1\,ms. The interspike interval was computed and used to determine the instantaneous firing frequencies elicited by the current step.
|
||||
The membrane responses to 200 equidistant two second long current steps were simulated using the forward-Euler method with a \(\Delta \textrm{t} = 0.01\)\,ms from steady state. Current steps ranged from 0 to 1\,nA (step size 5\,pA) for all models except for the RS inhibitory neuron models where a range of 0 to 0.35\,nA (step size 1.75\,pA) was used to ensure repetitive firing across the range of input currents. For each current step, action potentials were detected as peaks with at least 50\,mV prominence, or the relative height above the lowest contour line encircling it, and a minimum interspike interval of 1\,ms. The interspike interval was computed and used to determine the instantaneous firing frequencies elicited by the current step. A ramp protocol, consisting of a 2 second ascending ramp followed by a 2 second descending ramp, was also simulated over the same current range to assess model hysteresis. Rheobases assessed from this ramp protocol were not used for subsequent analysis in order to maintain relatability to commonly used experimental measures.
|
||||
|
||||
To ensure accurate firing frequencies at low firing rates and reduced spike sampling bias, steady-state firing was defined as the mean firing frequency in a 500\,ms window in the last second of the current steps starting at the inital action potential in this last second.
|
||||
To ensure accurate firing frequencies at low firing rates and reduced spike sampling bias, steady-state firing was defined as the mean firing frequency in a 500\,ms window in the last second of the current steps starting at the initial action potential in this last second.
|
||||
Firing characterization was performed in the last second of current steps to ensure steady-state firing is captured and adaptation processes are neglected in our analysis. Alteration in current magnitudes can have different effects on rheobase and the initial slope of the fI curve \citep{Kispersky2012}.
|
||||
For this reason, we quantified neuronal firing using the rheobase as well as the area under the curve (AUC) of the initial portion of the fI curve as a measure of the initial slope of the fI curve Figure \ref{fig:firing_characterization}~A.
|
||||
|
||||
The smallest current at which steady state firing occured was identified and the current step interval preceding the occurrence of steady state firing was simulated at higher resolution (100 current steps) to determine the current at which steady state firing began. Firing was simulated with 100 current steps from this current upwards for 1/5 of the overall current range. Over this range a fI curve was constructed and the integral, or area under the curve (AUC), of the fI curve over this interval was computed with the composite trapezoidal rule and used as a measure of firing rate independent from rheobase.
|
||||
The smallest current at which steady state firing occurred was identified and the current step interval preceding the occurrence of steady state firing was simulated at higher resolution (100 current steps) to determine the current at which steady state firing began. Firing was simulated with 100 current steps from this current upwards for 1/5 of the overall current range. Over this range a fI curve was constructed and the integral, or area under the curve (AUC), of the fI curve over this interval was computed with the composite trapezoidal rule and used as a measure of firing rate independent from rheobase.
|
||||
|
||||
To obtain the rheobase at a higher current resolution than the fI curve, the current step interval preceding the occurrence of action potentials was explored at higher resolution with 100 current steps spanning the interval (step sizes of 0.05 pA and 0.0175 pA, respectively). Membrane responses to these current steps were then analyzed for action potentials and the rheobase was considered the lowest current step for which an action potential was elicited.
|
||||
|
||||
@ -132,12 +132,12 @@ To examine the role of neuron-type specific ionic current environments on the im
|
||||
(1) firing responses were characterized with rheobase and \(\Delta\)AUC, (2) a set of neuronal models was used and properties of channels common across models were altered systematically one at a time, and (3) 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.
|
||||
|
||||
\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 (Figure \ref{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; \citealt{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 (Figure \ref{fig:diversity_in_firing} and Supplementary Figure S1). Different types of underlying current dynamics are known to generate these different firing types and hysteresis \cite{ERMENTROUT2002, ermentrout_type_1996, Izhikevich2006}. This broad range of single-compartmental models represents the distinct dynamics of various neuron types across diverse brain regions.
|
||||
Neuronal firing is heterogeneous across the CNS and a set of neuronal models with heterogeneous 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 (Figure \ref{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. Model B ceases firing with large current steps (Figure \ref{fig:diversity_in_firing}~B) indicating depolarization block. 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; \citealt{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 (Figure \ref{fig:diversity_in_firing} and Supplementary Figure S1). Different types of underlying current dynamics are known to generate these different firing types and hysteresis \cite{ERMENTROUT2002, ermentrout_type_1996, Izhikevich2006}. This broad range of single-compartmental models represents the distinct dynamics of various neuron types across diverse brain regions.
|
||||
|
||||
\subsection{Characterization of Neuronal Firing Properties}
|
||||
Neuronal firing is a complex phenomenon, and a quantification of firing properties is required for comparisons across neuron types and between different conditions. Here we focus on two aspects of firing that are routinely measured in clinical settings \citep{Bryson_2020}: rheobase, the smallest injected current at which the neuron 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 (Figure \ref{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 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 (Figure \ref{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 (Figure \ref{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), unambiguously 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.
|
||||
|
||||
|
||||
\subsection{Sensitivity Analysis}
|
||||
@ -162,17 +162,17 @@ Mutations in \textit{KCNA1} are associated with episodic ataxia type~1 (EA1) and
|
||||
To compare the effects of ion channel mutations on neuronal firing of different neuron types, we used a diverse set of conductance-based models to systematically characterize the effects of changes in individual channel properties. Additionally, we simulated the effects of specific episodic ataxia type~1 associated (EA1) \textit{KCNA1} mutations. Changes to single ionic current properties, as well as known EA1 associated \textit{KCNA1} mutations showed consistent effects on the rheobase across neuron types, whereas the effects on the slope of the steady-state fI-curve depended on the neuron 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 neuron and are therefore depend on the channel ensemble of a specific neuron type.
|
||||
|
||||
\subsection{Firing Frequency Analysis}
|
||||
Although differences in neuronal firing can be characterized by an area under the curve of the fI curve for a fixed current range, 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 neuron types and enable classification as described in Figure \ref{fig:firing_characterization}. Importantly, in cases when ion channel mutations alter rheobase and initial fI curve steepness in ways that oppose effects on firing (upper left and bottom right quadrants of Figure \ref{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 neuron's 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 differences in neuronal firing can be characterized by an area under the curve of the fI curve for a fixed current range, 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 neuron types and enable classification as described in Figure \ref{fig:firing_characterization}. Importantly, in cases when ion channel mutations alter rheobase and initial fI curve steepness in ways that oppose effects on firing (upper left and bottom right quadrants of Figure \ref{fig:firing_characterization}~B), this disambiguation is important for understanding the outcome of the mutation. In these cases, the regime the neuron is operating in is vital in determining the neuron's 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 they all capture key aspects of the firing dynamics for their respective neuron. The simple models fall short of capturing the complex physiology, biophysics and heterogeneity of real neurons, nor do they take into account subunit stoichiometry, auxillary subunits, membrane composition which influence the biophysics of ionic currents \citep{Al-Sabi_2013, Oliver_2004, Pongs_2009, Rettig1994}. However, for the purpose of understanding how different neuron-types, or current environments, contribute to the diversity in firing outcomes of ion channel mutations, the fidelity of the models to the physiological neurons they represent is of a minor concern. For exploring possible neuron-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 neurons 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 neuron-type specific predictions that may aid 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 neuron-type spectrum the models used here represent. % Menchaca_2012,
|
||||
The models used here are simple and they all capture key aspects of the firing dynamics for their respective neuron. The simple models fall short of capturing the complex physiology, biophysics and heterogeneity of real neurons, nor do they take into account subunit stoichiometry, auxillary subunits, membrane composition which influence the biophysics of ionic currents \citep{Al-Sabi_2013, Oliver_2004, Pongs_2009, Rettig1994}. However, for the purpose of understanding how different neuron-types, or current environments, contribute to the diversity in firing outcomes of ion channel mutations, the fidelity of the models to the physiological neurons they represent is of a minor concern. For exploring possible neuron-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 neurons 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 neuron-type specific predictions that may aid 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 neuron-type spectrum the models used here represent. Further investigation and analysis of the neuron-type effects of ion channel mutations including with animal experiments is essential for validation of the results presented here and for furthering the understanding of the effects of channelopathies at multiple levels of scale.
|
||||
|
||||
\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.
|
||||
The nervous system consists of a vastly diverse and heterogeneous collection of neurons with variable properties and characteristics including diverse combinations and expression levels of ion channels which are vital for neuronal firing dynamics.
|
||||
|
||||
Advances in high-throughput techniques have enabled large-scale investigation into single-cell properties across the CNS \citep{Poulin2016} that have revealed large diversity in neuronal gene expression, morphology and neuronal types in the motor cortex \citep{Scala2021}, neocortex \cite{Cadwell2016, Cadwell2020}, GABAergic neurons in the cortex and retina \citep{Huang2019, Laturnus2020}, cerebellum \citep{Kozareva2021}, spinal cord \citep{Alkaslasi2021}, visual cortex \citep{Gouwens2019} as well as the retina \citep{Baden2016, Voigt2019, Berens2017, Yan2020a, Yan2020b}.
|
||||
|
||||
Diversity across neurons is not limited to gene expression and can also be seen electrophysiologically \citep{Tripathy2017, Gouwens2018, Tripathy2015, Scala2021, Cadwell2020, Gouwens2019, Baden2016, Berens2017} with correlations existing between gene expression and electrophysiological properties \citep{Tripathy2017}. At the ion channel level, diversity exists not only between the specific ion channels the different neuron types express but heterogeneity also exists in ion channel expression levels within neuron types \citep{marder_multiple_2011, goaillard_ion_2021,barreiro_-current_2012}. As ion channel properties and expression levels are key determinents of neuronal dynamics and firing \citep{Balachandar2018, Gu2014, Zeberg2015, Aarhem2007, Qi2013, Gu2014a, Zeberg2010, Zhou2020, Kispersky2012} neurons with different ion channel properties and expression levels display different firing properties.
|
||||
Diversity across neurons is not limited to gene expression and can also be seen electrophysiologically \citep{Tripathy2017, Gouwens2018, Tripathy2015, Scala2021, Cadwell2020, Gouwens2019, Baden2016, Berens2017} with correlations existing between gene expression and electrophysiological properties \citep{Tripathy2017}. At the ion channel level, diversity exists not only between the specific ion channels the different neuron types express but heterogeneity also exists in ion channel expression levels within neuron types \citep{marder_multiple_2011, goaillard_ion_2021,barreiro_-current_2012}. As ion channel properties and expression levels are key determinants of neuronal dynamics and firing \citep{Balachandar2018, Gu2014, Zeberg2015, Aarhem2007, Qi2013, Gu2014a, Zeberg2010, Zhou2020, Kispersky2012} neurons with different ion channel properties and expression levels display different firing properties.
|
||||
|
||||
To capture the diversity in neuronal ion channel expression and its relevance in the outcome of ion channel mutations, we used multiple neuronal models with different ionic currents and underlying firing dynamics here.
|
||||
|
||||
@ -192,7 +192,7 @@ The effects of changes in channel properties depend in part on the neuronal mode
|
||||
|
||||
Therefore, the transfer of LOF or GOF from the current to the firing level should be used with caution; the neuron 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 a viable method bridging between characterization of changes in biophysical properties of ionic currents and the firing consequences of these effects. In both experimental and modelling studies on the effects of ion channel mutations on neuronal firing the specific dependency on neuron type should be considered.
|
||||
|
||||
The effects of altered ion channel properties on firing is generally influenced by the other ionic currents present in the neuron. In channelopathies the effect of a given ion channel mutation on neuronal firing therefore depends on the neuron type in which those changes occur \citep{Hedrich14874, makinson_scn1a_2016, Waxman2007, Rush2006}. Although certain complexities of neurons such as differences in neuron-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 neuron-type dependent effects on neuronal firing. The complexity and nuances of the nervous system, including neuron-type dependent firing effects of channelopathies explored here, likely underlie shortcomings in treatment approaches in patients with channelopathies. Accounting for neuron-type dependent firing effects provides an opportunity to improve 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 neuron as summarized in Figure \ref{fig:summary}. In channelopathies the effect of a given ion channel mutation on neuronal firing therefore depends on the neuron type in which those changes occur \citep{Hedrich14874, makinson_scn1a_2016, Waxman2007, Rush2006}. Although certain complexities of neurons such as differences in neuron-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 neuron-type dependent effects on neuronal firing. The complexity and nuances of the nervous system, including neuron-type dependent firing effects of channelopathies explored here, likely underlie shortcomings in treatment approaches in patients with channelopathies. Accounting for neuron-type dependent firing effects provides an opportunity to improve the efficacy and precision in personalized medicine approaches.
|
||||
|
||||
With this study we suggest that neuron-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.
|
||||
|
||||
@ -206,9 +206,9 @@ With this study we suggest that neuron-type specific effects are vital to a full
|
||||
|
||||
\begin{figure}[H]
|
||||
\centering
|
||||
\includegraphics[width=0.875\linewidth]{diversity_in_firing.jpg}
|
||||
\includegraphics[width=\linewidth]{diversity_in_firing_diagram.jpg}
|
||||
\linespread{1.}\selectfont
|
||||
\caption[]{Diversity in Neuronal Model Firing. Spike trains (left), frequency-current (fI) curves (right) for Cb stellate \textbf{(A)}, RS inhibitory \textbf{(B)}, FS \textbf{(C)}, RS pyramidal \textbf{(D)}, RS inhibitory +\Kv \textbf{(E)}, Cb stellate +\Kv \textbf{(F)}, FS +\Kv \textbf{(G)}, RS pyramidal +\Kv \textbf{(H)}, STN +\Kv \textbf{(I)}, Cb stellate \(\Delta\)\Kv \textbf{(J)}, STN \(\Delta\)\Kv \textbf{(K)}, and STN \textbf{(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 Supplementary Figure S1).} % \textcolor{red}{(see Supplementary Figure \ref{ramp_firing}).}}
|
||||
\caption[]{Diversity in Neuronal Model Firing. Spike trains (left), frequency-current (fI) curves (right) for Cb stellate \textbf{(A)}, RS inhibitory \textbf{(B)}, FS \textbf{(C)}, RS pyramidal \textbf{(D)}, RS inhibitory +\Kv \textbf{(E)}, Cb stellate +\Kv \textbf{(F)}, FS +\Kv \textbf{(G)}, RS pyramidal +\Kv \textbf{(H)}, STN +\Kv \textbf{(I)}, Cb stellate \(\Delta\)\Kv \textbf{(J)}, STN \(\Delta\)\Kv \textbf{(K)}, and STN \textbf{(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 Supplementary Figure S1). A schematic illustrating the anatomical locations of the models is included \textbf{(M)}.}
|
||||
\label{fig:diversity_in_firing}
|
||||
\end{figure}
|
||||
|
||||
@ -246,7 +246,13 @@ Changes in firing as characterized by \(\Delta\)AUC and \(\Delta\)rheobase occup
|
||||
\label{fig:simulation_model_comparision}
|
||||
\end{figure}
|
||||
|
||||
|
||||
\begin{figure}[!ht]
|
||||
\centering
|
||||
\includegraphics[width=\linewidth]{summary_fig.jpg}
|
||||
\linespread{1.}\selectfont
|
||||
\caption[]{Summary of neuron type dependence of channelopathies. The wildtype channel (blue) is mutated (red) the effects of it in different neuron types (green, orange and grey) each with a unique set of ion channels determines the effect of firing seen on the right by the shift from the blue wildtype fI curve to the red fI curve for the mutated ion channel.}
|
||||
\label{fig:summary}
|
||||
\end{figure}
|
||||
|
||||
\FloatBarrier
|
||||
\section*{Tables}
|
||||
|
Binary file not shown.
Binary file not shown.
@ -66,23 +66,19 @@
|
||||
|
||||
\textit{Although the proposed study for publication presents an up-to-date approach, it does not bring any innovation beyond the previous studies (Hedrich et al., 2014; Makinson et al., 2016; Waxman, 2007; Rush et al., 2006).}
|
||||
|
||||
We thank Reviewer 1 for their comments. Although previous studies (Hedrich et al., 2014; Makinson et al., 2016; Waxman, 2007; Rush et al., 2006) referred to by the reviewer and discussed in our manuscript investigate differences in outcomes of ion channel mutations in different neuronal types, these studies have addressed specific instances in which this is the case. For instance, Waxman, 2007 and Rush et al., 2006 demonstrate the dependence of Nav1.7 mutations on the presence/absence of Nav1.8. However whether the outcome of the mutation is graded with different levels of Nav1.8 or whether this effect is modulated by other channels is not investigated nor known. In this context, our work furthers the current knowledge that certain ion channel mutations can have different effects on firing in specific contexts (i.e. cell types) by generalizing this viewpoint to demonstrate that the effects of any ion channel mutation will depend in the neuron-type and its ion channel composition. This suggests that holistic understanding of the effects of ion channel mutations likely requires a more specific neuron-type dependent level of understanding than is generally used currently.
|
||||
We thank Reviewer 1 for their comments. Although previous studies (Hedrich et al., 2014; Makinson et al., 2016; Waxman, 2007; Rush et al., 2006) referred to by the reviewer and discussed in our manuscript investigate differences in outcomes of ion channel mutations in different neuronal types, these studies have addressed specific instances in which this is the case. For instance, Waxman, 2007 and Rush et al., 2006 demonstrate the dependence of Nav1.7 mutations on the presence/absence of Nav1.8. However whether the outcome of the mutation is graded with different levels of Nav1.8 or whether this effect is modulated by other channels is not investigated nor known. In this context, our work furthers the current knowledge that certain ion channel mutations can have different effects on firing in specific contexts (i.e. cell types) by generalizing this viewpoint to demonstrate that the effects of any ion channel mutation will depend in the neuron-type and its ion channel composition. This suggests that holistic understanding of the effects of ion channel mutations likely requires a more specific neuron-type dependent level of understanding than is generally used currently. \textcolor{red}{Change anything in manuscript?}
|
||||
|
||||
|
||||
%Previous studies (Hedrich et al., 2014; Makinson et al., 2016; Waxman, 2007; Rush et al., 2006) referred to by the reviewer and discussed in our manuscript investigate differences in outcomes of ion channel mutations in different neuronal types.
|
||||
%This is a vital step in the understanding of the effects of these channelopathies, however the modelling work in our manuscript extends this view that not only the presence or absence of a channel can alter the effects of ion channel mutations, but also the relative expression levels of the mutated channel as well as the context of channels (i.e. the other channels expressed and their relative abundances). \textcolor{red}{The manuscript has been updated to describe this elaboration of the role of other ion channels in the outcomes of ion channel mutations more explicitly}
|
||||
%
|
||||
\textit{The authors say that taking into account neuron type-dependent firing effects offers an opportunity to increase efficacy and precision in personalized medicine approaches, but they do not elaborate on how this applies to the clinic.}
|
||||
|
||||
Currently personalized medicine approaches, although promising, have limited efficacy. Increased efficacy in these approaches likely will result with more therapeutic specificity, however different avenues exist to increase specificity. Although we do not offer a directly actionable clinical outcome, we propose that understanding of the neuron-type level firing effects of ion channel mutations may provide an opportunity for therapeutic strategies that provide more specificity and thus greater efficacy.
|
||||
Currently personalized medicine approaches, although promising, have limited efficacy. Increased efficacy in these approaches likely will result with more therapeutic specificity, however different avenues exist to increase specificity. Although we do not offer a directly actionable clinical outcome, we propose that understanding of the neuron-type level firing effects of ion channel mutations may provide an opportunity for therapeutic strategies that provide more specificity and thus greater efficacy. \textcolor{red}{Change anything in manuscript?}
|
||||
|
||||
\textit{Considering that even a single mutation in the organism will affect many neuron types (cells) and the signaling pathways to which it is associated, how can all other possible effects be eliminated?}
|
||||
|
||||
We thank the reviewer for their question. The complexity noted in the reviewers question is, in our opinion, vital to the outcome of any ion channel mutation. With this study we demonstrate this to be the case at a neuron-type level and suggest that distillation of this complexity into a LOF or GOF characterization in terms of firing is not meaningful unless tied to a neuron type. Although we make no claim as to at which point certain aspects of the complexity become less or not relevant to the outcome of an ion channel mutation, we use the simulation presented within this study to encourage investigation into neuron type specific effects and to use LOF/GOF firing characterizations with caution.
|
||||
We thank the reviewer for their question. The complexity noted in the reviewers question is, in our opinion, vital to the outcome of any ion channel mutation. With this study we demonstrate this to be the case at a neuron-type level and suggest that distillation of this complexity into a LOF or GOF characterization in terms of firing is not meaningful unless tied to a neuron type. Although we make no claim as to at which point certain aspects of the complexity become less or not relevant to the outcome of an ion channel mutation, we use the simulation presented within this study to encourage investigation into neuron type specific effects and to use LOF/GOF firing characterizations with caution. \textcolor{red}{Change anything in manuscript?}
|
||||
|
||||
\textit{Failure to analyze the effects of the obtained data on living organisms casts a shadow over the reliability of the results. The study would be much more valuable if the authors could at least support their results with animal experiments. Otherwise, it will not go beyond being an evaluation study based on already known mutations. This limits the originality of the study.}
|
||||
|
||||
Although we agree that data obtained from animal experiments is invaluable in the investigation of channelopathies and in neuroscience and neurology generally, the modelling and simulation in this study serves to provide theoretical framework to explain why neuron-type level investigation is important in understanding of ion channel mutations. Furthermore, efforts to reduce animal experimentation are ongoing and modelling such as that presented in this study enables the reduction of animal experimentation. Although we recognize the importance and value in collection of new mutations, further investigation and analysis of known mutations and their effects is also valuable and essential for understanding the effects of ion channel mutations at multiple levels of scale.
|
||||
Although we agree that data obtained from animal experiments is invaluable in the investigation of channelopathies and in neuroscience and neurology generally, the modelling and simulation in this study serves to provide theoretical framework to explain why neuron-type level investigation is important in understanding of ion channel mutations. Furthermore, efforts to reduce animal experimentation are ongoing and modelling such as that presented in this study enables the reduction of animal experimentation. Although we recognize the importance and value in collection of new mutations, further investigation and analysis of known mutations and their effects is also valuable and essential for understanding the effects of ion channel mutations at multiple levels of scale. \textcolor{red}{This has been added to the Modelling limitations section of the discussion.}
|
||||
|
||||
|
||||
\section{Reviewer 2}
|
||||
@ -92,33 +88,44 @@ Although we agree that data obtained from animal experiments is invaluable in th
|
||||
|
||||
\textit{Authors should include a schematic representing the general biological characteristics of each model tested. Even this schematic could be appended to the model description section}
|
||||
|
||||
Todo?
|
||||
|
||||
\begin{figure}[!h]
|
||||
\centering
|
||||
\includegraphics[width=\linewidth]{diversity_in_firing_diagram.jpg}
|
||||
\linespread{1.}\selectfont
|
||||
\caption[]{Something like M added to Figure 1?}
|
||||
\end{figure}
|
||||
|
||||
\FloatBarrier
|
||||
|
||||
%We thank Reviewer 2 for their comments.
|
||||
|
||||
\textit{In Figure 1 the authors should comment in more detail on the behavior of the fI curve (B)}
|
||||
|
||||
This model, the RS inhibitory model ceases to fire with large current steps as evidences in the fI curve in Figure 1B. Conceptually, this can be seen in neurons as different processes including depolarization block. \textcolor{red}{This has been update in the manuscript.}
|
||||
This model, the RS inhibitory model ceases to fire with large current steps as evidences in the fI curve in Figure 1B. Conceptually, this can be seen in neurons as different processes including depolarization block. This has been updated in the manuscript.
|
||||
|
||||
\textit{Bearing in mind that the authors mention that each model may have hysteresis depending on the stimulation ramp that was applied in figure 1, under what conditions was the rheobase determined in figure 2-5? It is also not clear which model they use to build figure 2A.}
|
||||
|
||||
Although hysteresis is important both from a dynamical systems perspective and in a physiological context, we exclude further analysis of hysteresis in our simulations past Figure 1 to be as applicable as possible to commonly used protocols in the assessment of ion channel mutations. For Figures 2-5, rheobase is calculated by a 2 step process as outlined in the methods. Briefly described this methods uses a sequence of coarse current step amplitudes to identify the step interval in which firing begins. This interval is then explored at high resolution with a second sequence of current step inputs. \textcolor{red}{The manuscript has been updated to explicitly state this.}
|
||||
Although hysteresis is important both from a dynamical systems perspective and in a physiological context, we exclude further analysis of hysteresis in our simulations past Figure 1 to be as applicable as possible to commonly used protocols in the assessment of ion channel mutations. For Figures 2-5, rheobase is calculated by a 2 step process as outlined in the methods. Briefly described this methods uses a sequence of coarse current step amplitudes to identify the step interval in which firing begins. This interval is then explored at high resolution with a second sequence of current step inputs. Rheobases from step current protocols were used for subsequent analysis in order to maintain relatability to commonly used experimental measures. The manuscript has been updated to explicitly state this.
|
||||
|
||||
\textit{A final outline summarizing the main results of the main models and the general limitations of this approach could be included.}
|
||||
|
||||
Something like this?
|
||||
|
||||
\begin{figure}[!h]
|
||||
\centering
|
||||
\includegraphics[width=\linewidth]{summary_fig.jpg}
|
||||
\linespread{1.}\selectfont
|
||||
\caption[]{Something like this?}
|
||||
\caption[]{Something like this for a summary figure?}
|
||||
\end{figure}
|
||||
|
||||
\FloatBarrier
|
||||
|
||||
\section{Reviewer 3}
|
||||
\textit{With this study, authors aimed to investigate the impact of neuronal cell type on the firing outcome of ion channel mutations. Study were conducted with simulations on conductance-based neuron models.
|
||||
Study design is gool. Simulation looks accurate. So there is not a problem in validity of the mthods.
|
||||
Results are evaluated well. Presentation of findings is fine.
|
||||
Finding are clearly showing that the neuronal type and the respective ionic current composition is of vital importance and must be considered when assessing the effects of mutations on neuronal firing.
|
||||
I can feel that the text overhauled many times (may be past review processes). So the manuscript can be published as it is in my opinion.}
|
||||
|
||||
|
||||
We thank the reviewer for their comments and review.
|
||||
|
||||
\end{document}
|
||||
|
Binary file not shown.
After Width: | Height: | Size: 453 KiB |
Loading…
Reference in New Issue
Block a user