| Literature DB >> 26963710 |
Jonathan D Moreno1, Timothy J Lewis2, Colleen E Clancy3.
Abstract
Since the first Hodgkin and Huxley ion channel model was described in the 1950s, there has been an explosion in mathematical models to describe ion channel function. As experimental data has become richer, models have concomitantly been improved to better represent ion channel kinetic processes, although these improvements have generally resulted in more model complexity and an increase in the number of parameters necessary to populate the models. Models have also been developed to explicitly model drug interactions with ion channels. Recent models of drug-channel interactions account for the discrete kinetics of drug interaction with distinct ion channel state conformations, as it has become clear that such interactions underlie complex emergent kinetics such as use-dependent block. Here, we describe an approach for developing a model for ion channel drug interactions. The method describes the process of extracting rate constants from experimental electrophysiological function data to use as initial conditions for the model parameters. We then describe implementation of a parameter optimization method to refine the model rate constants describing ion channel drug kinetics. The algorithm takes advantage of readily available parallel computing tools to speed up the optimization. Finally, we describe some potential applications of the platform including the potential for gaining fundamental mechanistic insights into ion channel function and applications to in silico drug screening and development.Entities:
Mesh:
Substances:
Year: 2016 PMID: 26963710 PMCID: PMC4786197 DOI: 10.1371/journal.pone.0150761
Source DB: PubMed Journal: PLoS One ISSN: 1932-6203 Impact factor: 3.240
Parameters to be optimized in the drug free Na+ channel.
| IC3 →IC2, C3→C2 | α11 = 1/( |
| IC2→IF, C2→C1 | α12 = |
| C1→O | α13 = |
| IC2→IC3, C2→C3 | β11 = 1/( |
| IF→IC2, C1→C2 | β12 = |
| O→C1 | β13 = |
| IC3→C3, IC2→C2, IF→C1 | α3 = |
| C3→IC3, C2→IC2, C1→IF | β3 = |
| IF→O | β2 = (α13 |
| O→IF | α2 = |
| O→IS | αx = |
| IS→O | βx = |
*Note, these parameters correspond to the labeled transition rates in Figs . The rates are in (ms-1). As mentioned in the text, there are 11 independent rate constants, with one constrained by microscopic reversibility (β2). Within the 11 independent rate constants, there are 16 free parameters to be optimized (shown in ). A note on naming: “a11_v2” is a11 variable 1, and “a11_v2” is a11 variable 2.
Example Code and Key Commands.
| parpool('local',5); | |
| mex main_SSA.cpp | |
| mex main_ACT.cpp | |
| Inputs = [ | |
| 0.1027; | |
| … | |
| 9.3; | |
| 0.250]; | |
| LB = [0; 0;…; 0]; | |
| UB = [Inf; Inf;…; Inf]; | |
| options = optimset | |
| ('TolFun', 1e-2, 'MaxIter', 2); | |
| Inputs_Final = fminsearchbnd (@WT_CHANNEL, Inputs,lb,ub, options); | |
| parfor i = 1:n; | |
| if i = = 1 | |
| main_SSA(Inputs); | |
| end | |
| if i = = 2 | |
| main_ACT(Inputs); | |
| end | |
| … | |
| end; |
Model State Specific Affinities of Drug to the Sodium Channel Flecainide.
| Charged | Neutral | |
|---|---|---|
| Open state | Kd0 = 11.2 μM [ | 400 μM [ |
| Kd = Kd0*e(-d*V*F/(R*T)) [ | ||
| Closed states | Kd-100mV = 175.8 μM (computed) | 800 μM [ |
| Inactivated states | N/A | 5.4 μM [ |
d = fractional electrical charge = 0.7; F = Faraday’s constant = 96485.3415; R = Universal gas constant = 8314.472; T = Temperature (in K) = 295 for optimization; Kd0 = Kd at 0mV (measured affinity at 0 mV)
Summary data of charged flecainide parameters starting from different initial conditions.
| 5.7839E-05 | 1.0836E-05 | 1 | 2.4481E+00 | 1.9541E-02 | 1.5090E-02 | 1.0000E+00 | 1.4439E-01 | |
| 1.6689E-08 | 4.2106E-08 | 1 | 1.7709E-02 | 4.3132E-04 | 1.2162E-09 | 1.0000E-04 | 3.6637E-04 | |
| 3.6324E-03 | 2.4824E-03 | 1 | 3.6791E+00 | 1.6732E+02 | 5.6531E+02 | 1.0000E+00 | 3.4583E-03 | |
| 1.4847E+03 | 1.2663E+02 | 1 | 3.0744E-01 | 1.3239E-02 | 1.4486E-02 | 1.0000E+00 | 2.1129E+00 | |
| 1.7352E-06 | 4.8810E-06 | 1 | 5.2879E-01 | 2.7360E-02 | 2.3675E-02 | 1.0000E-04 | 4.8304E-08 | |
| 6.7505E-05 | 1.8309E-04 | 1 | 1.5913E+00 | 5.6535E-04 | 5.3763E-04 | 1.0000E-04 | 2.6205E-04 | |
| 2.4135E+00 | 2.5183E+00 | 1 | 4.6704E-09 | 7.7744E+00 | 9.9942E-02 | 1.0000E+00 | 2.3428E+00 | |
| 4.9001E-02 | 4.6378E-02 | 1 | 1.0091E+00 | 1.6783E+00 | 3.7766E+00 | 1.0000E+00 | 1.0219E-02 | |
| 1.6500E+02 | 4.8000E+02 | 2.7200E+02 | 1.7200E+02 | |||||
| 432 | 256 | 311 | 388 |