Abstract
In pancreatic β-cells, K,ATP channels respond to changes in glucose to regulate cell excitability and insulin release. Confirming a high sensitivity of electrical activity to K,ATP activity, mutations that cause gain of K,ATP function cause neonatal diabetes. Our aim was to quantitatively assess the contribution of K,ATP current to the regulation of glucose-dependent bursting by reproducing experimentally observed changes in excitability when K,ATP conductance is altered by genetic manipulation. A recent detailed computational model of single cell pancreatic β-cell excitability reproduces the β-cell response to varying glucose concentrations. However, initial simulations showed that the model underrepresents the significance of K,ATP activity and was unable to reproduce K,ATP conductance-dependent changes in excitability. By altering the ATP and glucose dependence of the L-type Ca2+ channel and the Na-K ATPase to better fit experiment, appropriate dependence of excitability on K,ATP conductance was reproduced. Because experiments were conducted in islets, which contain cell-to-cell variability, we extended the model from a single cell to a three-dimensional model (10×10×10 cell) islet with 1000 cells. For each cell, the conductance of the major currents was allowed to vary as was the gap junction conductance between cells. This showed that single cell glucose-dependent behavior was then highly variable, but was uniform in coupled islets. The study highlights the importance of parameterization of detailed models of β-cell excitability and suggests future experiments that will lead to improved characterization of β-cell excitability and the control of insulin secretion.
Introduction
In pancreatic islets, insulin secretion is linked to glucose concentration by β-cell excitability. Critically, the ATP-sensitive K+ current (IK,ATP) links the β-cell metabolic response to bursts of electrical activity and hence to oscillatory increases of intracellular Ca2+ concentration, [Ca2+]i, which in turn stimulate insulin release. [Ca2+]i oscillations that arise from electrical bursting are optically detectable using Ca2+-sensitive fluorophores that are loaded into the cells. Nominally, mouse islets typically show [Ca2+]i oscillations at glucose concentrations of ∼8 mM or higher. In β-cells, four Kir6.2 subunits assemble to form the ion-conducting pore of the K,ATP channel, surrounded by four additional SUR1 subunits. In mice with heterozygous knockout (KO) of Kir6.2 or SUR1 subunits, the K,ATP conductance of isolated β-cells is reduced by ∼50%, resulting in elevated excitability, with oscillations of islet [Ca2+]i, and insulin secretion seen at glucose concentrations of ∼6 mM (1). In mice expressing dominant-negative Kir6.2[AAA] subunits, K,ATP is lost completely from ∼50 to 60% of the cells, but the transgene is not expressed in the remaining cells, which therefore exhibit normal K,ATP conductance (2).
In these islets, the average K,ATP conductance is thus approximately the same as that in heterozygous knockout islets, but the distribution is very different. Nevertheless, the effect on islet activity is essentially the same as in heterozygous knockouts, with oscillations of islet [Ca2+]i, and insulin secretion at glucose concentrations beginning at ∼6 mM (3). Thus, we conclude that electrical coupling between β-cells is sufficient to maintain syncytial behavior, such that the K,ATP conductance is essentially averaged across all cells. Complete knockout of K,ATP, as in Kir6.2 KO or SUR1 KO mice, results in essentially glucose-independent bursting (4,5), with oscillations of islet [Ca2+]i even at very low glucose (6). Conversely, mice with gain-of-function (GOF) mutations in Kir6.2 or SUR1 display greatly reduced β-cell excitability, indicating the very prominent role of IK,ATP in controlling β-cell activity (7–9), first recognized 25 years ago (10).
The first mathematical models of pancreatic β-cell electrical activity were developed 30 years ago, and showed how slow rhythmic electrical burst-interburst events can be generated by the interaction between Ca2+ channel-driven excitation and slow changes in cytosolic factors. These were originally proposed to be accumulation of intracellular Ca2+, driving activation of Ca2+-activated K+ channels (11,12) or Ca2+-dependent inactivation of ICaV (13); or by changes of intracellular nucleotides ([ATP], [ADP]) driving changes in (I,KATP) (14). More comprehensive models have since been developed in an attempt to describe the details of glucose-dependent electrical activity, including the glucose-dependence of metabolism (15–18), as well as descriptions of other membrane currents and the associated changes in intracellular ion concentrations (19–22). The Cha-Noma model, recently developed by Cha et al. (23,24) reproduces an appropriate glucose-dependence of excitability in wild-type (WT) cells. In our study, we sought to further develop this model, and given the significant constraints provided by the multiple animal models with genetically altered K,ATP levels and properties, to test the ability of the model to reproduce the K,ATP-dependence of excitability.
Methods
Islet model
The single cell model from Cha et al. (24) was implemented in the software C++ using the original VISUAL BASIC code (http://www.vbcode.com/) as a reference. Islet simulations were accomplished by linking multiple cells together in a three-dimensional cube—4×4×4 for initial simulations and 10×10×10 for production runs.
Cell-cell coupling in the intact islet was simulated, as previously, by introducing a gap junction current between each β-cell (25). The gap junction conductance depended on a normal distribution centered at 0.215 nS with a standard deviation (SD) of 0.11 (25–27). To model cell-to-cell variability of the conductances of major currents including IK,ATP, the voltage-sensitive Ca2+ current (ICaV), the nonspecific background current (IBNsc), the delayed rectifier K+ current (IKDr), the transient outward K+ current (IKto), and the Ca2+-activated K+ current (IK,SK) were also allowed to vary with an SD equal to 20% of the average.
Modeling Kir6.2 [AAA] K,ATP conductance
In the Kir6.2[AAA] mouse, islet β-cells are distributed in clusters that either have wild-type K,ATP current levels or complete loss of K,ATP currents, reflecting mosaicism of transgene expression (2,3). To mimic this distribution in the model islet, 100 progenitor cells were randomly distributed throughout the 10×10×10 cube with 50% containing normal gK,ATP and 50% containing zero gK,ATP. The islet was then grown by allowing each progenitor cell to impart its phenotype to a single, randomly chosen, neighboring slot corresponding to the six sides of a cube, in random order. If the neighboring slot was already occupied, or the edge of the cube representing the islet was detected, nothing was changed. This growth step was repeated until all 1000 slots were assigned a β-cell with normal or zero gK,ATP.
Numerical methods
Random numbers were generated by a Mersenne Twister pseudo-random number generator implemented in the software C++ (28). Sequences of numbers were randomized in conjunction with this generator using Durstenfeld’s Fisher Yates shuffle. Differential equations were integrated with a Forward Euler solver and a fixed timestep of 0.05 ms. Solvers that are more complicated, with adaptive time stepping, were avoided due to added complexity in synchronizing the time stepped in each individual β-cell, which adds to the computational overhead. The output was sampled and written to disk after every 50 steps.
Computation
All code was implemented in the software C++, compiled with the Intel C++ compiler (Intel Corporation, Santa Clara, CA) and run on a cluster with dual six-core Xeon E5 processors (Intel Corporation). For large-scale three-dimensional simulations, parallelization was accomplished using the software OPENMP (http://openmp.org/wp/). An eightfold increase in speed was achieved by parallelizing the loop that cycled through each cell to update its differential equations. Thirty minutes of wall-clock time was required to simulate an islet of 1000 cells for 350 s.
Adjustment of model from Cha et al. (24)
Two ATP-sensitive model components were adjusted to achieve an appropriate K,ATP dependence of cellular activity.
The first component was the glucose dependence of the Na-K ATPase, which was originally adapted from Oka et al. (29). For this formulation, glucose more potently inhibited the ATPase, FGlc = 0.3 + 0.7 ⋅ e−G/2, so that the NaK pump was now more active at low glucose concentrations (30).
The second component was the voltage-dependent Ca2+ current (ICa,v). The ATP sensitivity was initially described by
This was changed to
to introduce a component of ICaV that is insensitive to elimination of ATP (31) (see Fig. S1 in the Supporting Material for comparison). The half-maximal activatory Ca2+ concentration of the plasma membrane Ca2+ pump was increased from 0.00014 to 0.00018 mM. Finally, the mean permeability of the background Na+ current was reduced from 3.96 to 3.00 pA/mM and the background K+ permeability was increased from 2.525× to 6× that of Na+.
Experimental procedures
Beta-cell isolation for patch-clamp and fluorescence-activated cell sorting (FACS) experiments were carried out as previously described in Remedi et al. (8). Patch-clamp experiments were carried out on isolated membrane patches as described in Remedi et al. (8). Cells were sorted using a FACSAriaII-2 (BD Biosciences, San Jose, CA) with the 505LP dichroic filter and a bandpass filter of 550 ± 15 nm. Presorting gates (side scatter versus forward scatter, related to cell size) were set to exclude noncellular debris. Cells were sorted at a rate of 1000 events per s using Normal Recovery mode.
Results
Three-dimensional multicellular islet model
Electrical activity of single islet β-cells is notoriously variable, probably intrinsically so, yet the integrated activity of the islet is very reproducible. Our first objective was to examine the consequences of single cell parameter variability and to extend the single cell model of Cha et al. (24) to three dimensions, in part to examine how single cell variability could be integrated in the intact islet. To reduce simulation time for these initial simulations, the islet size was a minimal 4×4×4 cube. Fig. 1 A shows uncoupled (i.e., single) β-cells in this cube with the SD for each current component set to 20% of the mean current (see Methods). At 8 mM glucose, even this relatively small variability of individual currents results in extensive variability in the bursting pattern in these uncoupled, isolated cells. The duration of the burst and the interburst interval are highly variable, with several cells stable at ∼−56 mV and not bursting at all. Coupling cells with experimentally suggested parameters (Fig. 1 B) results in synchronous bursting throughout the simulated islet, with characteristics very similar to those of the isolated cell without parameter variability. However, although the voltage magnitude across all cells is maintained, the variability in ICa,V results in significant differences in the magnitude of the [Ca2+]i oscillations (Fig. 1 C and see Fig. S2).
Incorporating K,ATP-dependence of islet activity
When coupled together in a 10×10×10 islet, WT islet simulations show appropriate electrical bursting (Fig. 2 A) and [Ca2+]i oscillations (Fig. 2 B) as glucose crosses a threshold at 8 mM with longer bursts at higher concentrations, as expected from the published Cha-Noma single cell model (blue traces). However, when gK,ATP is reduced to zero, to mimic the Kir6.2 or SUR1 KO mouse behavior, electrical activity remains strongly glucose-dependent, such that there is no excitability at low glucose (Fig. 2, red traces), in contrast to what is experimentally observed. This failure to demonstrate electrical activity and elevated [Ca2+]i at low glucose indicates that the model underrepresents the prominence of gK,ATP in the physiological glucose response.
Only a few components of the model are directly dependent on intracellular ATP. These are ICa,V INaK, and IK,ATP. Accordingly, we reviewed the experimental evidence for the ATP-dependence of these components. In the original model, INaK is inhibited at low glucose on the assumption that glucose itself regulates INaK activity. However, we noted that glucose per se should inhibit pump activity through regulation of the channel by protein kinase C (30), but at low glucose levels, lower ATP levels will also inhibit pump activity. We increased the fraction of channels that can be maximally inhibited at high glucose (through the first mechanism) and increased the steepness of the inhibition (see Methods). Although not necessary to reproduce bursting at low glucose, the increased inhibition improved the behavior of the model in absence of gK,ATP at higher levels of glucose.
The original model implies zero ICa,V in the absence of ATP. Data representing the actual ATP-dependence of β-cell ICa,V are unavailable, but experiments clearly show an ATP-insensitive component of the current (31). In the revised model, this was accounted for by adding an ATP-independent component to the equation describing the ATP-dependence (see Methods). The point at which significant reduction in ICa,V occurs was also shifted to lower concentrations.
The glucose dependence of the modified WT model is shown in Fig. 3 (blue lines). Similar to experiments, electrical bursting and [Ca2+]i oscillations begin at 8 mM glucose and the duration of the bursts increases at higher glucose concentrations. Now, however, the prominence of K,ATP in glucose dependence is appropriately reproduced. Reducing K,ATP conductance to 50% shifts the threshold for bursting to 6 mM glucose (Fig. 3, green lines), as in the Kir6.2+/− or SUR1+/− mouse, but moreover, with zero K,ATP (as in the Kir6.2 or SUR1 KO mouse), oscillations are now observed even at the lowest glucose concentrations (2 mM, Fig. 3, red lines).
The ability of the model to now appropriately simulate the effect of lowering gK,ATP on the glucose-dependence of excitability also allows us to predict the potential consequences of elevating gK,ATP. Increasing gK,ATP by a factor of 2× or 4× shifts the initiation of bursting to 10 and 15 mM glucose, respectively (Fig. 3, cyan and pink traces). The continuum of the simulated β-cell response indicates that the magnitude of gK,ATP will set the bursting threshold.
Accounting for mosaicism of K,ATP channel density
In addition to the well-studied Kir6.2- and SUR1-KO mice, we have generated a series of transgenic animals expressing either dominant-negative Kir6.2[AAA] or GOF Kir6.2[ΔN30] or Kir6.2[ΔN30,K185Q] mutations (2,7,8). The Kir6.2[AAA] transgene is strongly expressed in only a subset of β-cells (2). Approximately 50% of cells express the transgene, and have no measurable gK,ATP, but there is no obvious expression in the other cells, which have normal gK,ATP. The Kir6.2[AAA] transgene carries a GFP-tag, and FACS-sorting of β-cells from Kir6.2[AAA] islets (see Fig. 4 A) confirms this essentially binary expression, with a very clear separation of GFP-expressing (green box) and nonexpressing cells. Confocal imaging (Fig. 4 A, below) shows that the distribution of the transgene-expressing cells is essentially random, resulting in different patterns between individual islets. Despite this, experimental analysis of islet [Ca2+]i activity demonstrates uniform [Ca2+]i responses in both GFP-expressing and nonexpressing cells, indicating that there is sufficient gap-junctional coupling to overcome individual cellular responses (3). One advantage of the three-dimensional multicellular model is that mosaic distributions of K,ATP conductances, such as those observed in the Kir6.2 [AAA] mouse, can be assessed. The behavior of two 10×10×10 cube models each with randomly generated [AAA] distributions (see Methods) are shown in Fig. 5 A. The bursting behavior is essentially indistinguishable between the two, indicating that the gap junction coupling in the model is sufficient to maintain syncytial behavior, independent of the cellular patterning. Simulations of both distributions show bursting that begins at 4 mM glucose, decreasing the dependence of bursting on glucose, as in experiment.
The two expression distributions shown in Fig. 5 A were generated by assigning 100 progenitor cells a random phenotype (see Methods). To further probe the effect of the degree of clustering, we also created distributions with 500 and 1000 progenitors, increasing the randomness of the distribution. As can be seen in Fig. 5 B, increased randomness shifts bursting to higher glucose concentrations (6 mM, blue and purple) due to the reduced proximity of cells with similar phenotypes.
Accounting for K,ATP channel overactivity
Highlighting the prominent role of K,ATP in controlling insulin secretion, transgenic mice expressing GOF Kir6.2[ΔN30] or Kir6.2[ΔN30,K185Q] mutations (which generate K,ATP channels with reduced sensitivity to ATP (32)) develop a profound neonatal diabetes, predicting and modeling human neonatal diabetes mellitus (NDM) (33). This diabetes results from loss of β-cell electrical activity and hence of the oscillations of [Ca2+]i that trigger insulin secretion (34–37). The shift in ATP sensitivity found in NDM-causing mutations can be relatively small (less than fivefold increase) (37), and even a very small shift (less than twofold increase) of ATP-sensitivity generated by the common human Kir6.2[E23K] polymorphism results in predisposition to type-2 diabetes (38–42). This indicates an exquisite sensitivity of electrical activity and insulin secretion to the available gK,ATP (10). We have attempted to correlate the degree of change of ATP sensitivity of β-cell K,ATP channels with blood glucose at the onset of disease. The [ATP] causing half-maximal inhibition of channel activity of WT Kir6.2 (+SUR1) channels is ∼8 μM, but for homomeric mutant Kir6.2[ΔN30,K185Q] (+SUR1) channels this is greatly shifted to ∼4 mM (7). As shown in Fig. 4 B, blood glucose rises very rapidly after onset of induction of expression of ATP-insensitive Kir6.2[ΔN30,K185Q] transgenes in β-cells (8), even though the mean change in ATP-sensitivity of expressed K,ATP channels is only minimally shifted. Only once blood glucose has risen >20 mM are channels with K1/2 > 100 μM observed, and no patches even approach the ATP-sensitivity that would be expected for homomeric Kir6.2[ΔN30,K185Q] channels, implying that very few mutant subunits have been incorporated into functional channels at this stage. Consistent with this conclusion, GFP is coexpressed with the transgene (8) but green fluorescence in islets at this stage is minimal (Fig. 4 A, right). These results confirm the exquisite sensitivity of electrical activity and insulin secretion (and hence the resulting blood glucose levels) to the available gK,ATP.
We have quantitatively assessed the model sensitivity to loss of ATP sensitivity, by increasing the binding constant for ATP in the K,ATP formulation (Fig. 6 A). With no other changes to the model parameters, we find that even a small (2×) reduction of ATP affinity weakens the glucose-dependence of excitability, with reduced electrical burst durations and a shift of threshold from 8 to 10 mM. At only 5× reduction of ATP affinity (modeling weak NDM mutations), the glucose-dependence of bursting is dramatically shifted from a threshold of 8 mM to 15 mM glucose, and at 10×, no bursting is observed at 15 mM glucose and even at 40 mM (not shown).
Because of the strong gap junctional coupling between β-cells, even a few cells expressing ATP-insensitive channels could have a profound effect on excitability, and we have shown that even with only <10% of cells expressing visibly detectable levels of GFP-tagged ATP-insensitive Kir6.2[ΔN30] subunits, there is marked reduction of insulin secretion (32). Fig. 6 B shows the effects of increasing the percentage of ATP-insensitive (100-fold decrease of ATP insensitivity) β-cells (randomly assigned as in the Kir6.2[AAA] simulation, Fig. 5). With only 10% of cells expressing the ATP-insensitive conductance, bursting is abolished at 8 mM glucose. With 25% of the cells carrying this severe phenotype, only occasional bursting is observed at 15 mM glucose. This result demonstrates that, in the coupled islet, the presence of a few cells with ATP-insensitive channels can control the behavior of the majority of cells with normal K,ATP channels.
Discussion
Development of realistic models of islet excitability
In a highly complex, nonlinear system, such as the pancreatic islet, models that integrate the kinetics of molecular components can inform the mechanistic basis of behavior at the cellular and tissue level. Recapitulation of tissue-level experimental data provides critical validation of the model and its physiological relevance. Previous models of pancreatic β-cell electrical activity have shown that rhythmic electrical burst-interburst events can be generated by the interaction between Ca2+ channel-driven excitation and slow changes in Ca-activated K+ channel activity (11,12), or Ca-dependent inactivation of ICa,v (13), driven by accumulation of intracellular Ca during the burst. Subsequent models have emphasized the potential of changes of intracellular nucleotides ([ATP], [ADP]) driving changes in (I,KATP), in generating burst-interburst events (14), as well as slowly activating Ca-activated K+ channels underlying very fast Ca oscillations, increases in the ATP/ADP ratio and endoplasmic reticulum calcium concentration underlying fast bursts and cytoplasmic Ca oscillations, and cyclical cytoplasmic Na changes underlying slow Ca oscillations (43). In general, the glucose-dependence of activity has not been the primary focus of most such modeling efforts. Our goal was to explore this question specifically, without focusing on the details of bursting patterns. The model developed by Cha et al. (23,24) is attractive in this regard, because it reproduces an appropriate glucose dependence of wild-type electrical activity and so, in this study, we focused on examination of the ability of the model to reproduce appropriate glucose responsivity when the K,ATP conductance is modified genetically.
With modification of INaK and ICa,v, to more closely match experimental data, the model is able to reproduce the key experimental findings from genetic modification of K,ATP conductance. However, although much experimental data are available, not all measurements required to fully parameterize the models have been performed. For ICa,v, where the major molecular components that generate the current are not clearly specified, the data are particularly sparse, and [ATP] dependence is only reported at zero and physiological levels (30). While the half-maximal ATP-dependence of ICa,v reported in guinea-pig ventricular myocytes was used in the Cha-Noma model, the ATP dependence of ICa,v in the β-cell has not been assessed. Therefore a critical system component, which regulates the bursting behavior and initiates insulin release, has not been quantitatively characterized. The INaK pump model is highly detailed and represents one of the most sophisticated kinetic models of any membrane protein (29,44). However, the glucose regulation relies on a phenomenological description that reduces pump activity at high glucose. Given the critical role such regulation can play in the physiological response of the model, inclusion of more experimental details regarding the interaction of protein kinase C with INaK would likely lead to more accurate reproduction of β-cell electrophysiology.
As modified, the model was successful in accounting for the role of gap junctions in overcoming mosaicism and in generating appropriate left-shift in glucose responsiveness in Kir6.2[AAA] transgenic mice. A previous analysis using a simpler model was also able to reproduce appropriate shift, in this case, by compensating for reduced K,ATP density by increasing open probability because of elevated Ca (45). Although this may be reasonable, such a model may not then reproduce the paradoxically dramatic right-shift in glucose-dependence that results from K,ATP GOF (Figs. 4 and 6), because the same mechanism would be limiting (i.e., reduced Ca would then compensate for reduced ATP-sensitivity by inhibiting channels). Previous models (25,27) have used experimental results from dissociated pairs of β-cells to find a lower limit of β-cell coupling (26). More recent experiments have estimated values of 0.14 nS (46) to 0.17 nS (47), which is near the value (0.215 nS) that we chose. However, a confounding factor may be the number of connections between β-cells. To generate a three-dimensional islet, we assume a cubic form factor that forces a set number of six connections. Native β-cells are not cubes and the number of couplings between cells may be much more variable than modeled.
The role of gK,ATP in controlling islet activity
A primary advance made by this study is to introduce adjustments to the Cha-Noma model to reproduce the gK,ATP dependence of the glucose response. Multiple lines of mice with genetically modified K,ATP conductances have been generated and characterized in terms of properties, levels, and distribution of K,ATP, as well as glucose-dependence of [Ca2+]i, and insulin secretion. These studies highlight the very prominent role of IK,ATP in control of β-cell excitability and insulin secretion. Complete knockout of either Kir6.2 or SUR1 results in elevation of islet [Ca2+]i even at extremely low glucose (4,6). Heterozygous knockout of either Kir6.2 or SUR1 subunits essentially halves the K,ATP conductance of isolated β-cells, and this results in the threshold for [Ca2+]i oscillations decreasing from ∼8 to ∼6 mM glucose (2,3). A similar overall decrease in K,ATP conductance is present in islets from mice expressing dominant-negative Kir6.2[AAA] subunits, but this results from strong expression of the transgene in only ∼50% of the cells and no expression in the remainder, such that gK,ATP is absent from ∼50% of the cells and normal in the remainder. Thus, in these islets, the average K,ATP conductance is similar to that in heterozygous knockout islets, but the distribution is very different. However, the effect on glucose-dependence of activity is essentially the same in Kir6.2[AAA] islets as in heterozygous knockouts As shown in Fig. 5, this experimental finding is well reproduced by the model, highlighting how the gap junction coupling is sufficient to overcome any effect of distribution of transgene.
Perspective and conclusion
The Cha-Noma model attempts a realistic model of β-cell electrical activity, incorporating major ion conductances, carriers, and metabolic components. With suitable adjustments, and incorporation of appropriate gap junctional conductances, we now show that the model can be expanded to a 1000-cell islet. It can reproduce the glucose-dependence of electrical activity for wild-type islets, and islets with both reduced gK,ATP or enhanced g,KATP. This modeling highlights several components of the model that are critical to reproducing the islet response—in particular, the K,ATP current, ICaV, and INaK. The paucity of relevant experimental data for fully parameterizing these components is an issue. One limitation of the model is that it still does not show a decrease in the interburst interval in response to increases in glucose, as is observed experimentally, a phenomenon that was reproduced in earlier β-cell models (11,12). The model shows bursting behavior at very low glucose. Strong suppression of K,ATP activity with sulfonylureas typically results in permanent firing of individual β-cells without burst termination (e.g., (48,49)). However, variability of firing patterns and clear evidence of oscillations of firing and [Ca2+]i have been reported in SUR1 KO islets (6,50). More or less continuous elevation of [Ca2+]i over a relatively short time frame has been reported in Kir6.2 KO β-cells (4), but the details of electrical activity and Ca oscillatory patterns in the truly steady state in the absence of Kir6.2 may not yet have been well characterized.
Both the original Cha-Noma model and our revised model predict that the active-phase and silent-phase durations increase with glucose. In experiments, the silent phase typically decreases with glucose. Moreover, the model does not account for slow oscillations (period 3–10 min), which are likely to underlie whole-body pulsatile insulin secretion. Given its attempt to comprehensively consider underlying conductances, the Cha-Noma model remains attractive for further consideration. However, to fully constrain and accurately reproduce the relevant behavior with the level of detail required in the model, both further modeling and experimental efforts will be required.
Acknowledgments
The authors are grateful to Maria S. Remedi for advice during this study.
The work was supported by the National Institutes of Health through grant No. RO1 DK69445 (to C.G.N.), a Burroughs Wellcome Fund Career Award at the Scientific Interface grant No. 1010299 (to J.R.S.), and National Institutes of Health training grant No. T32 HL007275.
Supporting Material
References
- 1.Remedi M.S., Rocheleau J.V., Nichols C.G. Hyperinsulinism in mice with heterozygous loss of K(ATP) channels. Diabetologia. 2006;49:2368–2378. doi: 10.1007/s00125-006-0367-4. [DOI] [PubMed] [Google Scholar]
- 2.Koster J.C., Remedi M.S., Nichols C.G. Hyperinsulinism induced by targeted suppression of β-cell KATP channels. Proc. Natl. Acad. Sci. USA. 2002;99:16992–16997. doi: 10.1073/pnas.012479199. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 3.Rocheleau J.V., Remedi M.S., Piston D.W. Critical role of gap junction coupled KATP channel activity for regulated insulin secretion. PLoS Biol. 2006;4:e26. doi: 10.1371/journal.pbio.0040026. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 4.Miki T., Nagashima K., Seino S. Defective insulin secretion and enhanced insulin action in KATP channel-deficient mice. Proc. Natl. Acad. Sci. USA. 1998;95:10402–10406. doi: 10.1073/pnas.95.18.10402. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 5.Seghers V., Nakazaki M., Bryan J. Sur1 knockout mice. A model for K(ATP) channel-independent regulation of insulin secretion. J. Biol. Chem. 2000;275:9270–9277. doi: 10.1074/jbc.275.13.9270. [DOI] [PubMed] [Google Scholar]
- 6.Düfer M., Haspel D., Drews G. Oscillations of membrane potential and cytosolic Ca2+ concentration in SUR1−/−β-cells. Diabetologia. 2004;47:488–498. doi: 10.1007/s00125-004-1348-0. [DOI] [PubMed] [Google Scholar]
- 7.Koster J.C., Marshall B.A., Nichols C.G. Targeted overactivity of β-cell K(ATP) channels induces profound neonatal diabetes. Cell. 2000;100:645–654. doi: 10.1016/s0092-8674(00)80701-1. [DOI] [PubMed] [Google Scholar]
- 8.Remedi M.S., Kurata H.T., Nichols C.G. Secondary consequences of β-cell inexcitability: identification and prevention in a murine model of K(ATP)-induced neonatal diabetes mellitus. Cell Metab. 2009;9:140–151. doi: 10.1016/j.cmet.2008.12.005. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 9.Girard C.A., Wunderlich F.T., Ashcroft F.M. Expression of an activating mutation in the gene encoding the KATP channel subunit Kir6.2 in mouse pancreatic β-cells recapitulates neonatal diabetes. J. Clin. Invest. 2009;119:80–90. doi: 10.1172/JCI35772. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 10.Cook D.L., Satin L.S., Hales C.N. ATP-sensitive K+ channels in pancreatic β-cells. Spare-channel hypothesis. Diabetes. 1988;37:495–498. doi: 10.2337/diab.37.5.495. [DOI] [PubMed] [Google Scholar]
- 11.Chay T.R., Keizer J. Minimal model for membrane oscillations in the pancreatic β-cell. Biophys. J. 1983;42:181–190. doi: 10.1016/S0006-3495(83)84384-7. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 12.Sherman A., Rinzel J., Keizer J. Emergence of organized bursting in clusters of pancreatic β-cells by channel sharing. Biophys. J. 1988;54:411–425. doi: 10.1016/S0006-3495(88)82975-8. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 13.Chay T.R., Kang H.S. Role of single-channel stochastic noise on bursting clusters of pancreatic β-cells. Biophys. J. 1988;54:427–435. doi: 10.1016/S0006-3495(88)82976-X. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 14.Smolen P., Keizer J. Slow voltage inactivation of Ca2+ currents and bursting mechanisms for the mouse pancreatic β-cell. J. Membr. Biol. 1992;127:9–19. doi: 10.1007/BF00232754. [DOI] [PubMed] [Google Scholar]
- 15.Bertram R., Satin L., Sherman A. Calcium and glycolysis mediate multiple bursting modes in pancreatic islets. Biophys. J. 2004;87:3074–3087. doi: 10.1529/biophysj.104.049262. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 16.Diederichs F. Mathematical simulation of membrane processes and metabolic fluxes of the pancreatic β-cell. Bull. Math. Biol. 2006;68:1779–1818. doi: 10.1007/s11538-005-9053-9. [DOI] [PubMed] [Google Scholar]
- 17.Magnus G., Keizer J. Model of β-cell mitochondrial calcium handling and electrical activity. II. Mitochondrial variables. Am. J. Physiol. 1998;274:C1174–C1184. doi: 10.1152/ajpcell.1998.274.4.C1174. [DOI] [PubMed] [Google Scholar]
- 18.Magnus G., Keizer J. Model of β-cell mitochondrial calcium handling and electrical activity. I. Cytoplasmic variables. Am. J. Physiol. 1998;274:C1158–C1173. doi: 10.1152/ajpcell.1998.274.4.C1158. [DOI] [PubMed] [Google Scholar]
- 19.Fridlyand L.E., Jacobson D.A., Philipson L.H. A model of action potentials and fast Ca2+ dynamics in pancreatic β-cells. Biophys. J. 2009;96:3126–3139. doi: 10.1016/j.bpj.2009.01.029. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 20.Fridlyand L.E., Tamarina N., Philipson L.H. Modeling of Ca2+ flux in pancreatic β-cells: role of the plasma membrane and intracellular stores. Am. J. Physiol. Endocrinol. Metab. 2003;285:E138–E154. doi: 10.1152/ajpendo.00194.2002. [DOI] [PubMed] [Google Scholar]
- 21.Miwa Y., Imai Y. Simulation of spike-burst generation and Ca2+ oscillation in pancreatic β-cells. Jpn. J. Physiol. 1999;49:353–364. doi: 10.2170/jjphysiol.49.353. [DOI] [PubMed] [Google Scholar]
- 22.Meyer-Hermann M.E. The electrophysiology of the β-cell based on single transmembrane protein characteristics. Biophys. J. 2007;93:2952–2968. doi: 10.1529/biophysj.107.106096. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 23.Cha C.Y., Nakamura Y., Noma A. Ionic mechanisms and Ca2+ dynamics underlying the glucose response of pancreatic β-cells: a simulation study. J. Gen. Physiol. 2011;138:21–37. doi: 10.1085/jgp.201110611. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 24.Cha C.Y., Santos E., Noma A. Time-dependent changes in membrane excitability during glucose-induced bursting activity in pancreatic β-cells. J. Gen. Physiol. 2011;138:39–47. doi: 10.1085/jgp.201110612. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 25.Smolen P., Rinzel J., Sherman A. Why pancreatic islets burst but single β-cells do not. The heterogeneity hypothesis. Biophys. J. 1993;64:1668–1680. doi: 10.1016/S0006-3495(93)81539-X. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 26.Pérez-Armendariz M., Roy C., Bennett M.V. Biophysical properties of gap junctions between freshly dispersed pairs of mouse pancreatic β-cells. Biophys. J. 1991;59:76–92. doi: 10.1016/S0006-3495(91)82200-7. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 27.Sherman A., Rinzel J. Model for synchronization of pancreatic β-cells by gap junction coupling. Biophys. J. 1991;59:547–559. doi: 10.1016/S0006-3495(91)82271-8. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 28.Matsumoto M., Nishimura T. Mersenne twister: a 623-dimensionally equidistributed uniform pseudo-random number generator. ACM Trans. Model. Comput. Simul. 1998;8:3–30. [Google Scholar]
- 29.Oka C., Cha C.Y., Noma A. Characterization of the cardiac Na+/K+ pump by development of a comprehensive and mechanistic model. J. Theor. Biol. 2010;265:68–77. doi: 10.1016/j.jtbi.2010.04.028. [DOI] [PubMed] [Google Scholar]
- 30.Owada S., Larsson O., Bertorello A.M. Glucose decreases Na+,K+-ATPase activity in pancreatic β-cells. An effect mediated via Ca2+-independent phospholipase A2 and protein kinase C-dependent phosphorylation of the α-subunit. J. Biol. Chem. 1999;274:2000–2008. doi: 10.1074/jbc.274.4.2000. [DOI] [PubMed] [Google Scholar]
- 31.Hiriart M., Matteson D.R. Na channels and two types of Ca channels in rat pancreatic B cells identified with the reverse hemolytic plaque assay. J. Gen. Physiol. 1988;91:617–639. doi: 10.1085/jgp.91.5.617. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 32.Koster J.C., Remedi M.S., Nichols C.G. Expression of ATP-insensitive KATP channels in pancreatic β-cells underlies a spectrum of diabetic phenotypes. Diabetes. 2006;55:2957–2964. doi: 10.2337/db06-0732. [DOI] [PubMed] [Google Scholar]
- 33.Gloyn A.L., Cummings E.A., Ellard S. Permanent neonatal diabetes due to paternal germline mosaicism for an activating mutation of the KCNJ11 Gene encoding the Kir6.2 subunit of the β-cell potassium adenosine triphosphate channel. J. Clin. Endocrinol. Metab. 2004;89:3932–3935. doi: 10.1210/jc.2004-0568. [DOI] [PubMed] [Google Scholar]
- 34.Ashcroft F.M. The Walter B. Cannon Physiology in Perspective Lecture, 2007. ATP-sensitive K+ channels and disease: from molecule to malady. Am. J. Physiol. Endocrinol. Metab. 2007;293:E880–E889. doi: 10.1152/ajpendo.00348.2007. [DOI] [PubMed] [Google Scholar]
- 35.Hattersley A.T., Ashcroft F.M. Activating mutations in Kir6.2 and neonatal diabetes: new clinical syndromes, new scientific insights, and new therapy. Diabetes. 2005;54:2503–2513. doi: 10.2337/diabetes.54.9.2503. [DOI] [PubMed] [Google Scholar]
- 36.Remedi M.S., Nichols C.G. Hyperinsulinism and diabetes: genetic dissection of β-cell metabolism-excitation coupling in mice. Cell Metab. 2009;10:442–453. doi: 10.1016/j.cmet.2009.10.011. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 37.Koster J.C., Permutt M.A., Nichols C.G. Diabetes and insulin secretion: the ATP-sensitive K+ channel (K ATP) connection. Diabetes. 2005;54:3065–3072. doi: 10.2337/diabetes.54.11.3065. [DOI] [PubMed] [Google Scholar]
- 38.Villareal D.T., Koster J.C., Polonsky K.S. Kir6.2 variant E23K increases ATP-sensitive K+ channel activity and is associated with impaired insulin release and enhanced insulin sensitivity in adults with normal glucose tolerance. Diabetes. 2009;58:1869–1878. doi: 10.2337/db09-0025. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 39.Riedel M.J., Steckley D.C., Light P.E. Current status of the E23K Kir6.2 polymorphism: implications for type-2 diabetes. Hum. Genet. 2005;116:133–145. doi: 10.1007/s00439-004-1216-5. [DOI] [PubMed] [Google Scholar]
- 40.Love-Gregory L., Wasson J., Permutt M.A. E23K single nucleotide polymorphism in the islet ATP-sensitive potassium channel gene (Kir6.2) contributes as much to the risk of Type II diabetes in Caucasians as the PPARγ Pro12Ala variant. Diabetologia. 2003;46:136–137. doi: 10.1007/s00125-002-0947-x. [DOI] [PubMed] [Google Scholar]
- 41.Schwanstecher C., Meyer U., Schwanstecher M. K(IR)6.2 polymorphism predisposes to type 2 diabetes by inducing overactivity of pancreatic β--cell ATP-sensitive K+ channels. Diabetes. 2002;51:875–879. doi: 10.2337/diabetes.51.3.875. [DOI] [PubMed] [Google Scholar]
- 42.Hani E.H., Boutin P., Froguel P. Missense mutations in the pancreatic islet β-cell inwardly rectifying K+ channel gene (KIR6.2/BIR): a meta-analysis suggests a role in the polygenic basis of Type II diabetes mellitus in Caucasians. Diabetologia. 1998;41:1511–1515. doi: 10.1007/s001250051098. [DOI] [PubMed] [Google Scholar]
- 43.Fridlyand L.E., Tamarina N., Philipson L.H. Bursting and calcium oscillations in pancreatic β-cells: specific pacemakers for specific mechanisms. Am. J. Physiol. Endocrinol. Metab. 2010;299:E517–E532. doi: 10.1152/ajpendo.00177.2010. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 44.Smith N.P., Crampin E.J. Development of models of active ion transport for whole-cell modeling: cardiac sodium-potassium pump as a case study. Prog. Biophys. Mol. Biol. 2004;85:387–405. doi: 10.1016/j.pbiomolbio.2004.01.010. [DOI] [PubMed] [Google Scholar]
- 45.Tsaneva-Atanasova K., Sherman A. Accounting for near-normal glucose sensitivity in Kir6.2[AAA] transgenic mice. Biophys. J. 2009;97:2409–2418. doi: 10.1016/j.bpj.2009.07.060. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 46.Benninger R.K., Head W.S., Piston D.W. Gap junctions and other mechanisms of cell-cell communication regulate basal insulin secretion in the pancreatic islet. J. Physiol. 2011;589:5453–5466. doi: 10.1113/jphysiol.2011.218909. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 47.Zhang Q., Galvanovskis J., Rorsman P. Cell coupling in mouse pancreatic β-cells measured in intact islets of Langerhans. Philos. Trans. A Math. Phys. Eng. Sci. 2008;366:3503–3523. doi: 10.1098/rsta.2008.0110. [DOI] [PubMed] [Google Scholar]
- 48.Kanno T., Rorsman P., Göpel S.O. Glucose-dependent regulation of rhythmic action potential firing in pancreatic β-cells by K(ATP)-channel modulation. J. Physiol. 2002;545:501–507. doi: 10.1113/jphysiol.2002.031344. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 49.Larsson O., Kindmark H., Berggren P.O. Oscillations in KATP channel activity promote oscillations in cytoplasmic free Ca2+ concentration in the pancreatic β-cell. Proc. Natl. Acad. Sci. USA. 1996;93:5161–5165. doi: 10.1073/pnas.93.10.5161. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 50.Nenquin M., Szollosi A., Henquin J.C. Both triggering and amplifying pathways contribute to fuel-induced insulin secretion in the absence of sulfonylurea receptor-1 in pancreatic β-cells. J. Biol. Chem. 2004;279:32316–32324. doi: 10.1074/jbc.M402076200. [DOI] [PubMed] [Google Scholar]
Associated Data
This section collects any data citations, data availability statements, or supplementary materials included in this article.