Abstract
Mathematical models have substantially improved our ability to predict the response of a complex biological system to perturbation, but their use is typically limited by difficulties in specifying model topology and parameter values. Additionally, incorporating entities across different biological scales ranging from molecular to organismal in the same model is not trivial. Here, we present a framework called “querying quantitative logic models” (Q2LM) for building and asking questions of constrained fuzzy logic (cFL) models. cFL is a recently developed modeling formalism that uses logic gates to describe influences among entities, with transfer functions to describe quantitative dependencies. Q2LM does not rely on dedicated data to train the parameters of the transfer functions, and it permits straight-forward incorporation of entities at multiple biological scales. The Q2LM framework can be employed to ask questions such as: Which therapeutic perturbations accomplish a designated goal, and under what environmental conditions will these perturbations be effective? We demonstrate the utility of this framework for generating testable hypotheses in two examples: (i) a intracellular signaling network model; and (ii) a model for pharmacokinetics and pharmacodynamics of cell-cytokine interactions; in the latter, we validate hypotheses concerning molecular design of granulocyte colony stimulating factor.
Keywords: Constrained fuzzy logic model, G-CSF, Multi-scale model, Signaling network
1 Introduction
Based on current understanding of a biological system, bioengineers predict how the system will respond to designed perturbations. One important manifestation of this process is predicting whether exposing a patient to a drug with a pre-defined target will result in a favorable clinical outcome. This approach works well when few relevant components of the system are considered. However, it is more difficult to propagate possible effects through a complex system using intuition alone, which hinders the capability for reliable prediction.
To aid intuition, a broad spectrum of mathematical and computational models have been developed [1, 2]. For example, “theory-driven” differential equations (DEs) based on physico-chemical mechanisms have been used to model and make predictions in biological systems ranging from virus population dynamics in a host organism [3] to receptor trafficking through cellular compartments [4] to enzymatic phosphorylation cascades [5]; at the other end of the spectrum, “data-driven” algebraic and statistical algorithms have been used to understand the integrated influence of multiple signaling pathways on cell phenotypic outcomes [6, 7]. While these approaches have proven useful in biological and pharmaceutical contexts, their ability to make reliable predictions depends heavily on a large amount of appropriate experimental data for determining relationships, topologies, and parameter values. This critical dependence creates a high barrier-to-entry for using mathematical models to guide scientific decisions on a day-to-day basis. Furthermore, using these methods to describe relationships between different biological scales, such as the exchange of a molecule from tissues to individual cells and subsequent molecular interactions within the cell, is a significant challenge and an active area of research [8–10].
Logic-based models are an attractive alternative because they are readily derivable from either a theory-driven or data-driven foundation [11] and have been successfully used to predict the response of a biological system to perturbation (e.g., [12, 13]). In discrete (e.g., Boolean) logic models, all species are found categorically in one of a few levels of activity. However, this description is often too simple to adequately describe biological systems, and feedback in these models can result in oscillations which convolute interpretation of their results. Recently, some have proposed transforming discrete logic models into either ordinary or piecewise linear differential equations [14–16]. While some software tools for building and simulating models of these types exist (reviewed in [11]), changes to parameters of such models affect the differential equations governing each species, and it is not immediately evident how such changes affect the quantitative relationships among the species in the system. Moreover, use of these tools to determine the effect of perturbations to species or parameters requires familiarity with the particular software and is not straightforward.
To alleviate these difficulties, we present a new analysis framework for asking questions of logic-based models, which we term “querying quantitative logic models” (Q2LM). We use the constrained fuzzy logic (cFL) formalism recently developed for training a logic model to data [17], but here demonstrate the ability to make predictions with models based solely on prior knowledge of the biological system. Additionally, we introduce a simulation procedure that is able to solve for the steady state of a system even when feedback results in oscillatory behavior. This logic formalism allows species in a biological system to be modeled with a continuous range between zero and one using mathematical functions that directly relate input and output species (transfer functions). Importantly, the Q2LM approach facilitates querying these models for efficient prediction of the behavior of biological systems in response to perturbation. Q2LM is a MATLAB toolbox freely available at http://sites.google.com/site/saezrodriguez/software.
Because we use a simple logic-based framework, Q2LM is flexible enough to concomitantly incorporate multiple scales of biology-from molecular species to whole organisms. We illustrate the use of Q2LM to build and query a logic model with a simple example intracellular signaling model. Subsequently, we investigate a logic model of multiscale pharmacokinetics and pharmacodynamics (PK/PD) of granulocyte colony stimulating factor (G-CSF) with the objective of predicting the molecular-level alterations that would best stimulate maturation of precursor neutrophils.
2 Methods
2.1 What is a constrained fuzzy logic model?
In a cFL model, the relationship between species is described by logic gates with transfer functions, from “upstream” parent node(s) to a “downstream” child node. In the simplest logic gate, one input parent species activates an output species, designated by an arrow between the two (Fig. 1A). In cFL, this activating relationship is represented with a transfer function, which is simply a mathematical function used to evaluate the value of the output species given the value of the input species (Fig. 1B).
In the current implementation, each transfer function is a normalized Hill function with a gain, where the gain, g, is a constant between zero and one, n is the Hill coefficient, and k is the parameter that determines the EC50 of the function. If the input species inhibits the output species (a NOT gate in traditional logic modeling, Fig. 1A), the transfer function is subtracted from one, effectively inverting it. We have found this transfer function form to be useful because it is simple yet flexible enough to accommodate a variety of biologically relevant functional relationships including linear, sigmoidal, and digital. Furthermore, each parameter of the transfer function determines a specific aspect of the function shape: g determines the maximum value of the output species given maximal input species value; k determines the EC50 (value of input species necessary for the output to reach activation at half of its maximum), and n determines whether the shape is linear or sigmoidal. Thus, changing any of these parameters changes the transfer function shape in a predictable manner (Fig. 1B).
Transfer functions are specified for every relationship between species and provide the basis for all quantitative relationships between species in a cFL model. If an output species has more than one input species, multiple transfer functions are evaluated for each input–output relationship, resulting in multiple possible values for the output species. The final value for the output species is then determined based on these possible values as well as the logic of the interactions. For example, if an output species has two inputs species, both could be necessary to affect the output species (an AND gate) or they could affect the output species independently of one another (an OR gate). If both AND and OR gates are used to relate inputs species to an output species, AND gates are evaluated before the OR gates (i.e., the sum-of-products formalism, Fig. 1A).
2.2 Building a cFL model
To build a logic-based model, one must first identify the species in the biological system of interest to be included in the model. These species might be intra- or extra-cellular molecules, specific cell types, or the “state” of a molecule or cell; thus, within the model a single entity can be represented by several species (e.g., ligand-bound and unbound cell receptors; differentiated or undifferentiated hematopoietic cells), where the name of the species is used to distinguish among various states of a single entity. Assigning specific names to species of any type of entity enables logic models to concomitantly incorporate processes at multiple biological scales.
The next step for building a logic model is to specify the interactions between species both in terms of the species that interact as well as whether the interaction is activating or inhibitory. Knowledge of these interactions can come from a variety of sources. An expert may have accumulated enough knowledge to build such a model using intuition alone. Additionally, a wealth of databases exists that contain such interactions [18]. It is important to document sources used during the model building process so that, if discrepancies arise between the model simulations and what is known about the system, the knowledge basis of the model can easily be revisited.
The most challenging aspect of building a logic model is specifying AND or OR logic gates for species with more than one input parent species. In previous work we used the CellNOpt software to train logic gates to dedicated experimental data [17, 19]. Here, we rely on prior knowledge to determine the logic of the relationships. An AND gate should be used if the input species “work together” to affect the output. Alternatively, one can identify an AND gate by asking “Should the output be affected with only that input, or are other species necessary?” If other species are necessary, an AND gate should be used. Otherwise, it is an OR gate. For example, a molecular binding event is represented with an AND gate because both binding partners are necessary to form the bound species.
The final step is to write the model in a form readable by the software. For Q2LM, this involves making a spreadsheet that specifies the interactions and parameters of the transfer functions used to evaluate the effect.
2.3 Simulating a cFL model
Q2LM simulates a cFL model with synchronous updating. The initial values of all non-stimuli species are designated as Not-a-Number (NaN) and ignored until their values have been specified by an upstream interacting species. At each simulation step, species' values are calculated based on the values of their input species at the previous step. Species that have been designated as “stimuli” are maintained at the stimulated value or, if its input species specify it to be a larger value during simulation, it is assigned the maximum of the stimulated and calculated values. The value of an inhibited species is multiplied by the percent inhibition at each simulation step. The simulation terminates when either the values of all species stabilize (the so-called “logic steady-state”). If any species value does not stabilize due to oscillations, the simulation will terminate after a pre-defined maximum number of steps has been reached. The value of the oscillating species can be set as a NaN, the average of several simulation steps, or calculated by solving the system of equations specifying the network.
2.4 Querying a cFL model
Q2LM poses the following questions: (i) “What perturbations to species in the system result in a desired outcome?” and (ii) “In what environmental conditions are these perturbations effective?” To answer these questions, one must provide environmental conditions (the “environment”), the perturbations (“experiments”) and the desired outcome (the “criteria”). Environmental conditions are considered invariant while experimental perturbations are varied and their effects within each environmental condition evaluated. Perturbation effects are then compared to the criteria to reveal if the perturbation “met” the criteria. Strictly speaking, only an environment is required to simulate the model while experiments and criteria are used to address a specific query.
2.5 In vivo validation of model prediction
Mice were treated with 150 mg/kg 5-fluorouracil (5FU) for 24 h prior to treatment with either wildtype or mutant colony stimulating factor for 9 days. Control mice were either treated with vehicle PBS or 150 mg/kg 5FU alone. Five mice were treated for each condition. Animals were sacrificed and blood collected by cardiac puncture. After hemolysing red blood cells using a lysis solution, white blood cells were concentrated and cell count performed with a Coulter counter. Experiments using animals we performed under the permission of MIT Committee on Animal Care protocol #0904-063-07.
3 Results
3.1 Logic-based model of an intracellular signaling network
We first exemplify the use of Q2LM with a highly simplified network that models potential crosstalk between tumor necrosis factor α (TNF-α) and transforming growth factor α (TGF-α)-induced signaling pathways. We previously observed that both TNF-α and TGF-α stimulation of HepG2 cells activated the c-Jun N-terminal kinase (JNK)/c-Jun pathway while only TGF-α stimulation activated the mitogen-activated protein kinas (MEK)/extracellular regulated kinase (ERK) pathway and only TNF-α stimulation activated the nuclear factor kappa B (NF-κB) pathway [17]. These pathways activate a variety of transcriptional programs; here, we focused on activator protein 1 (AP1) transcription factor activation, which involves the oligomerization of c-Jun and Fos. We postulated from literature evidence that ERK phosphorylates Fos, which facilitates its dimerization with c-Jun, thus forming AP1 heterodimers. Alternatively, c-Jun can be phosphorylated via the JNK pathway and dimerize to form AP1 homodimers [20–22]. To demonstrate Q2LM analysis, we question whether inhibiting the activation of MEK, ERK, or JNK would increase the amount of AP1 homodimers.
From our understanding of this simple biological system, we specified the interactions between species in the network (Fig. 2A). In most cases, increasing the value of the input species increased the value, or activity, of the output species. However, there were a few cases of inhibitory interactions: IκB sequesters and inhibits the activity of NF-κB, and increased activity of IκB kinase (IκK) decreases the ability of IκB to sequester NF-κB. For this example, we also assumed that there was limited c-Jun available in the system which resulted in stoichiometry-driven inhibitory relationships between AP1 hetero- and homodimers because the presence of one dimer form indicated that there was less c-Jun available to form the other.
To convert these interactions into a logic model (Fig. 2B), we considered species with more than one parent input species for possible AND logic relating the species. Two parent inputs (TGF-α and TNF-α) activated JNK, but they did so independently of one another. Thus, this gate was an OR (not an AND gate). The AP1 heterodimers species also had more than one parent input species (c-Jun, Fos, and NOT AP1 homodimers). Because a heterodimer consists of both c-Jun and Fos, both were necessary to increase the amount of heterodimer, and an AND gate was used to model their logic. The presence of AP1 homodimer limits the amount of AP1 heterodimer, but only when c-Jun and Fos are present to make a heterodimer. Thus, it was also a parent input for the AND gate.
Finally, we wrote our logic model in a spreadsheet compatible with Q2LM (Fig. 2C). For most model parameters, we were uncertain of their values, so reasonable defaults were chosen. However, from our initial dataset, we knew that TGF-α did not activate the JNK pathway as strongly as TNF-α in HepG2 cells [17], but since we were not certain of the relative activating potentials we made several models, each with a different gain parameter for this interaction. This was indicated in the spreadsheet by including an array of gain parameters in the corresponding entry (Fig. 2C). Additionally, we added normally distributed noise to each parameter when the model was loaded to simulate biological noise.
We queried our intracellular signaling model to determine if inhibiting MEK, ERK, and JNK alone or in combination would increase AP1 homodimers in specific environments composed of varying levels of TNF-α and TGF-α alone or in combination (Fig. 2D). We simulated these environments with partial or complete inhibition of MEK, ERK, and JNK and then compared the resulting levels of AP1 homodimers with the levels that resulted without inhibition. This information was encoded in two input files: (i) the “Scenario” file included the environments and species to perturb with inhibition (Fig. 3A) and (ii) the “Criteria” file specified that the software should return experimental conditions that increase AP1 homodimers (Fig. 3B).
Q2LM results revealed perturbations that met our criteria of increased values of AP1 homodimers (Fig. 3C). We found that partially or completely inhibiting ERK and/or MEK increased AP1 homodimers in environments featuring high values of TGF-α stimulation, but had minimal effect in those with low values of TGF-α stimulation. Because this example served only to illustrate the use of Q2LM, a test of this hypothesis was out of the scope of this paper. However, we note that because the software asked questions of the model in a manner analogous to experimental queries, experimental tests are easy to specify. For this example, a follow-up experiment to test this hypothesis would be to stimulate cells with low and high concentrations of TGF-α in the presence or absence of ERK or MEK inhibition and to measure the resulting AP1 homodimer levels.
We next investigated how the system evolved during model simulation (Fig. 4A). It was apparent that the values of the AP1 homo- and heterodimers oscillated in several inhibition conditions. This is a common occurrence in models with feedback that have been simulated with discrete updating [14]. However, Q2LM offers a novel treatment for such cases in which the system of equations specifying the network is solved for the steady state solution of environment/perturbation combinations that exhibit oscillations (Supporting information). In this case, we observe that AP1 homo- and heterodimers oscillated due to the negative feedback between them in the absence of perturbation (Fig. 4B). However, the steady state solution of these was calculated to 0.5 because the feedback “balanced out” to an intermediate value. In inhibitor combinations that met the designated criteria, no oscillations were observed (Fig. 4C). Instead, the values of the homo- and heterodimer species approached unity and zero, respectively. Thus, these conditions increased homodimers because they were no longer limited by negative feedback from heterodimers. By examining the system evolution, we confirmed that the conditions met our criteria.
3.2 Logic-based modeling of pharmacokinetics of G-CSF
For our second example, we investigated whether Q2LM could be useful for multiscale models of physiological significance by using it to address the (PK/PD) of G-CSF (Fig. 5A). G-CSF is administered intravenously to stimulate the maturation of precursor neutrophils to restore neutrophil levels in situations generating neutropenia, such as chemotherapy treatment. After binding its receptor, G-CSF is internalized and either degraded in endosomes or recycled back into the bloodstream. Additionally, G-CSF is cleared from the blood through non-specific clearance mechanisms, primarily renal clearance. Sarkar et al. used a DE model of G-CSF PK/PD to predict that when non-specific mechanisms are not the dominant mechanism of clearance, decreasing the rate of endosomal degradation of G-CSF is more effective in stimulating neutrophil maturation than increasing the binding affinity of G-CSF to its receptor [23]. This insight was consistent with the effects of engineered G-CSF variants in vitro [24] but had not been verified in vivo. Here, we examined whether a simpler cFL model would allow us to reach comparable conclusions without the requirement of estimating model parameter value for a complicated mechanistic DE model.
We first converted the linguistic description of the G-CSF system above to a cFL model (Fig. 5B). Although no dedicated experimental data were used to train this model in a traditional sense, it was derived from literature knowledge describing PK/PD of G-CSF [25, 26]. Rather than using kinetic parameters to describe intracellular trafficking and non-specific clearance mechanisms, we use an AND gate to model these processes as limiting the amount of G-CSF available in the bloodstream (Supporting information). The logic description therefore allowed us to easily relate tissue level phenomena to cellular- and molecular-level phenomena.
To validate that the cFL model recapitulated known system behavior, we simulated model behavior under several conditions and plotted the species' values at each simulation step. We found that with decreasing clearance, the maximum value of both mature neutrophil (N) and G-CSF in the blood (bloodGCSF) species values increased (Fig. 5C). Although these species eventually reached a value of zero due to G-CSF degradation via receptor-mediated endocytic uptake, in some cases these decreases occurred at later simulation steps. This result agrees with how we understand the system to behave: a decrease in rate of clearance leads to an increase in total amount of G-CSF that reaches precursor neutrophils due to increased half-life, but G-CSF is nevertheless eventually cleared from the system. From this analysis, we identified two criteria to consider for assessing the impact of a perturbation on the N and bloodGCSF species: (i) maximum value attained; and (ii) the number of simulation steps during which the nodes were at a value greater than zero.
Having established that the model was recapitulating known behavior, we explored the effects of altering G-CSF properties on physiological effectiveness, as measured by N and bloodGCSF levels. In particular, we calculated the above criteria under two conditions: (i) diminished degradation modeled by multiplying the pNdegGCSF and NdegGCSF species by a percent inhibition; or (ii) enhanced binding modeled by increasing the minimal value of the boundGCSF species. We then compared the values of criteria under these conditions to those from simulations with no such perturbation (Fig. 6A, B). Our results indicated that when the degradation nodes (pNdegGCSF and NdegGCSF) were inhibited by more than 50% at low values of clearance, there was a substantial increase in the number of simulation steps for the bloodGCSF species to reach zero. However, there was no effect on maximal value of N or bloodGCSF (Fig. 6A). On the other hand, increasing binding by setting the minimum of the pNboundGCSF species to a value greater than zero resulted in no decay of the N node (i.e., a logic steady state value greater than zero, Fig. 6B). This result was expected because the pNboundGCSF species directly activated the N species, so fixing the minimum value of one should directly affect the value of the other. This effect was also reflected in an increase in the maximum value that the N species attained. However, the maximal value of the bloodGCSF species did not increase, and in fact the number of simulation steps for the bloodGCSF species to reach zero decreased in many conditions (Fig. 6B). These results provided a first indication that inhibiting degradation was the better strategy for increasing numbers of mature neutrophils.
As a complementary approach, we examined the effect of varying the parameters controlling the processes of binding and degradation (Fig. 6C, D). We varied the gain parameter of the boundGCSF-to-degGCSF transfer function to represent varying the fraction of boundGCSF that was degraded, and found that these results recapitulated those obtained when the degradation nodes were inhibited: Steps to decay of bloodGCSF and N increased with no effect on the maximal level of these species (Fig. 6C). We also decreased the EC50 parameter of bloodGCSF to pNboundGCSF to represent an increase in binding affinity. By definition, decreasing the EC50 results in an increase in the value of pNboundGCSF for a given value of bloodGCSF. This perturbation led to a corresponding increase in maximum value of N while the value of bloodGCSF remained constant for intermediate values of clearance (Fig. 6D). At high or low values of clearance, this effect was not observed, pointing to another interesting aspect of our system: At high values of clearance, bloodGCSF never reached a value large enough to activate the pNboundGCSF and N nodes while at low values of clearance, the N species reached a large value at the default EC50, so only minimal effects were observed when affinity was further increased. Changing these parameter values had no substantial effects on the number of simulation steps until decay.
In summary, these results indicated that while increasing the binding affinity of G-CSF to its receptor might result in an increase in N for a given level of bloodGCSF (Fig. 6D), this effect occurred in a limited range of clearance values, and an increase in bound receptor was predicted to have the deleterious effect of decreasing the number of simulation steps required for decay of bloodGCSF (Fig. 6B). In contrast, decreasing the amount of degradation consistently increased the number of simulation steps required for decay of bloodGCSF (Figs. 6A and 6C). We therefore concluded that decreasing degradation of G-CSF is the superior strategy for stimulating neutrophil maturation.
Thus far, we have used in silico logic model simulations to generate hypotheses about optimization of G-CSF potency in living systems. This work suggested decreasing degradation of receptor bound G-CSF is an effective strategy for improving potency in vivo. In previous work, a mutant G-CSF with weaker receptor binding affinity at the endosomal pH exhibited decreased degradation in vitro through increased recycling of internalized receptor, resulting in increased potency of the molecule in vitro [24]. To examine whether decreased degradation had any effect in an in vivo setting, we determined white blood cell (WBC) counts in mice that were first treated with 5FU for 24 h to inhibit haematopoiesis followed by treatment with wild-type G-CSF or mutant G-CSF engineered for increased dissociation at an endosomal pH (mutant D113H), which reduces its degradation through increased recycling. In accordance with the modeling prediction, the mutant G-CSF was more effective in increasing WBC count than wild-type G-CSF (Fig. 7). This result illustrated that cFL models can faithfully represent complex multi-scale systems and that the hypotheses generated from the Q2LM analysis presented here were relevant to both in vitro and in vivo settings.
4 Discussion
In this work we presented Q2LM as a means for generating insights from cFL models of biological systems based on literature knowledge. We queried the models to address two questions relevant to translational research: (i) “Which therapeutic perturbation of a system will result in a pre-defined clinical goal?”; and (ii) “In which environments will these perturbations be effective?” We used this software framework to explore two biological systems of different scales. With the first, an intracellular signaling model, we illustrated use of the software to make testable hypotheses. This model exemplified several important features of Q2LM, including the ability to solve for steady state of oscillating species. In order to create an appropriately simple example, we neglected several AP1 dimer forms known to be important in physiologic response (most notably the c-Jun-ATF2 dimer [20–22]). Thus, a more complete model should be constructed to make reliable predictions regarding the affect of inhibition on AP1-mediated transcription. With the second, a multi-scale model of G-CSF administration, we generated and tested hypotheses to show that a logic model was able to recapitulate the experimentally validated results of a mechanistic ordinary differential equation without the prerequisite of estimating a multitude of kinetic parameters.
Building a logic model requires a significant amount of abstraction of the system to convert a linguistic description into logic gates. For intracellular signaling networks, this process is natural because relationships between proteins are commonly described in terms of their influence (e.g., “phosphorylation by JNK activates c-Jun” and “TGF-α stimulation activates the MEK/ERK pathway”). However, for describing interactions at the tissue, cellular, and molecular level, this process is arguably less intuitive, in part because the relationships between these types of interactions and logic gates are less obvious (e.g., it is initially unclear how “binding a receptor” and “intracellular degradation” can be described with logic gates; see Supporting information). Nevertheless, with our logic model of G-CSF we demonstrated that transforming such linguistic descriptions into a logic model can provide valuable insights into the operation of a system.
Along with abstracting the relationships between species by describing them as logic gates, the concepts of time and amount are also abstracted in a logic model. The plots presented in Figs. 4 and 5C appear similar to time courses. However, the values of species were plotted as a function of simulation step, not time. Thus, these plots allow one to directly “follow the logic” of environmental conditions and perturbations, which is not equivalent to examining the value of a species as a function of time. The exact relationship between simulation steps and time cannot be ascertained without additional information regarding the dynamic behavior of the system. Similarly, the meaning of the values of species in relation to a physical descriptor such as concentration is unclear without additional information. Nevertheless, the relative values of species in simulations of the same model carry interpretable information regarding the qualitative effect of perturbations (e.g., the value of N is nonzero for more simulation steps when degradation is inhibited than when it is not) that suggest a testable hypotheses (e.g., inhibiting degradation will lead to greater neutrophil maturation).
One of the main results of this work is a “seamless” approach to multi-scale modeling, exemplified by our logic model of G-CSF administration that integrates ligand/receptor binding and endocytic trafficking at the molecular level, the transition between differentiation states at the cellular level, and systemic pharmacokinetics at the tissue level. The insights from this model were validated both in vitro and in vivo. Thus, the relevance of this model to the therapeutic administration of other receptor agonists should be considered. Because intracellular trafficking is important for cellular responses to other stimulatory ligands such as epidermal growth factor (EGF) and interleukin 2 (IL-2) [27], it is likely that the insights from this model will be applicable to the administration of these molecules. More broadly, these results may be applicable to therapeutics for which endosomal degradation is an important mechanism for clearance, underscoring the importance of understanding intracellular trafficking when administering receptor agonists as therapeutics [28–30].
From this work, we submit that our Q2LM framework holds promise for effective use toward generating testable hypotheses of interest in academic and industrial settings. Additionally, the further development of cFL will enable the prediction of perturbation effects on a complex system without requiring a large amount of experimental data, thereby facilitating the use of mathematical models for guiding scientific decisions.
Acknowledgments
This work was partially supported by NIH grants P50-GM068762 and R24-DK090963, and by the Institute for Collaborative Biotechnologies through grant W911NF-09-0001 from the US Army Research Office (the content of the information does not necessarily reflect the position or the policy of the Government, and no official endorsement should be inferred). The authors also express gratitude for interactions with Amgen scientists Margaret Ricci and David Brems and Merrimack scientists Tom Schneider and Birgit Schoeberl. We thank Douglas Jones, Julio Saez-Rodriguez, David Clarke, and Sarah Schrier for a critical review of this manuscript, and we thank an anonymous reviewer for a helpful suggestion regarding treatment of time in the simulations.
The authors declare no conflict of interest.
Abbreviations
- Q2LM
querying quantitative logic models
- cFL
constrained fuzzy logic
- 5FU
5-fluorouracil
- G-CSF
granulocyte colony stimulating factor
- WBC
white blood cell
- TGF-α
transforming growth factor α
- TNF-α
tumor necrosis factor α
- MEK
mitogen-activated protein kinase
- ERK
extracellular regulated kinase
- JNK
c-Jun N-terminal kinase
- AP1
activator protein 1
- IκK
IκB kinase
- NF-κB
nuclear factor kappa B
- IL-2
interleukin 2
- NaN
Not-A-Number
- PK/PD
pharmacokinetics and pharmacodynamics
Supporting Information
Detailed facts of importance to specialist readers are published as ”Supporting Information”. Such documents are peer-reviewed, but not copy-edited or typeset. They are made available as submitted by the authors.
REFERENCES
- 1.Ideker T, Lauffenburger DA. Building with a scaffold: emerging strategies for high- to low-level cellular modeling. Trends Biotechnol. 2003;21:255–262. doi: 10.1016/S0167-7799(03)00115-X. [DOI] [PubMed] [Google Scholar]
- 2.Janes KA, Lauffenburger DA. A biological approach to computational models of proteomic networks. Curr. Opin. Chem. Biol. 2006;10:73–80. doi: 10.1016/j.cbpa.2005.12.016. [DOI] [PubMed] [Google Scholar]
- 3.Perelson AS, Neumann AU, Markowitz M, Leonard JM, Ho DD. HIV-1 dynamics in vivo: virion clearance rate, infected cell life-span, and viral generation time. Science. 1996;271:1582–1586. doi: 10.1126/science.271.5255.1582. [DOI] [PubMed] [Google Scholar]
- 4.Hendriks BS, Opresko LK, Wiley HS, Lauffenburger D. Quantitative analysis of HER2-mediated effects on HER2 and epidermal growth factor receptor endocytosis: distribution of homo- and heterodimers depends on relative HER2 levels. J. Biol. Chem. 2003;278:23343–23351. doi: 10.1074/jbc.M300477200. [DOI] [PubMed] [Google Scholar]
- 5.Heinrich R, Neel BG, Rapoport TA. Mathematical models of protein kinase signal transduction. Mol. Cell. 2002;9:957–970. doi: 10.1016/s1097-2765(02)00528-2. [DOI] [PubMed] [Google Scholar]
- 6.Janes KA, Albeck JG, Gaudet S, Sorger P, et al. A systems model of signaling identifies a molecular basis set for cytokine-induced apoptosis. Science. 2005;310:1646–1653. doi: 10.1126/science.1116598. [DOI] [PubMed] [Google Scholar]
- 7.Woolf PJ, Prudhomme W, Daheron L, Daley GQ, Lauffenburger DA. Bayesian analysis of signaling networks governing embryonic stem cell fate decisions. Bioinformatics. 2005;21:741–753. doi: 10.1093/bioinformatics/bti056. [DOI] [PubMed] [Google Scholar]
- 8.Hunter PJ, Crampin EJ, Nielsen PM. Bioinformatics, multiscale modeling and the IUPS Physiome Project. Brief Bioinform. 2008;9:333–343. doi: 10.1093/bib/bbn024. [DOI] [PubMed] [Google Scholar]
- 9.Vicini P. Multiscale modeling in drug discovery and development: future opportunities and present challenges. Clin. Pharmacol. Ther. 2010;88:126–129. doi: 10.1038/clpt.2010.87. [DOI] [PubMed] [Google Scholar]
- 10.Chowbina S, Janes KA, Peirce SM, Papin JA. Mathematical and computational models in cancer. In: Gioeli D, editor. Targeted Therapies: Mechanisms of Resistance. New York, NY: Humana Press; 2011. pp. 113–126. [Google Scholar]
- 11.Morris MK, Saez-Rodriguez J, Sorger PK, Lauffenburger DA. Logic-based models for the analysis of cell signaling networks. Biochemistry. 2010;49:3216–3224. doi: 10.1021/bi902202q. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 12.Zhang R, Shah M, Yang J, Nyland S, et al. Network model of survival signaling in large granular lymphocyte leukemia. Proc. Natl. Acad. Sci. USA. 2008;105:16308–16313. doi: 10.1073/pnas.0806447105. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 13.Saez-Rodriguez J, Alexopoulos LG, Zhang M, Morris MK, et al. Comparing signaling networks between normal and transformed hepatocytes using discrete logical models. Cancer Res. 2011;71:5400–5411. doi: 10.1158/0008-5472.CAN-10-4453. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 14.Glass L, Kauffman SA. The logical analysis of continuous, non-linear biochemical control networks. J. Theo. Bio. 1973;39:103–129. doi: 10.1016/0022-5193(73)90208-7. [DOI] [PubMed] [Google Scholar]
- 15.Mendoza L, Xenarios I. A method for the generation of standardized qualitative dynamical systems of regulatory networks. Theo. Biol. Med. Model. 2006;3:13. doi: 10.1186/1742-4682-3-13. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 16.Wittmann D, Krumsiek J, Saez-Rodriguez J, Lauffenburger DA, et al. Transforming Boolean models to continuous models: methodology and application to T-cell receptor signaling. BMC Syst. Biol. 2009;3:98. doi: 10.1186/1752-0509-3-98. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 17.Morris MK, Saez-Rodriguez J, Clarke DC, Sorger PK, Lauffenburger DA. Training signaling pathway maps to biochemical data with constrained fuzzy logic: quantitative analysis of liver cell responses to inflammatory stimuli. PLoS Comput. Biol. 2011;7:e1001099. doi: 10.1371/journal.pcbi.1001099. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 18.Bauer-Mehren A, Furlong LI, Sanz F. Pathway databases and tools for their exploitation: benefits, current limitations and challenges. Mol. Syst. Biol. 2009;5:290. doi: 10.1038/msb.2009.47. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 19.Saez-Rodriguez J, Alexopoulos LG, Epperlein J, Samaga R, et al. Discrete logic modelling as a means to link protein signalling networks with functional analysis of mammalian signal transduction. Mol. Syst. Biol. 2009;5:331. doi: 10.1038/msb.2009.87. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 20.van Dam H, Castellazzi M. Distinct roles of Jun: Fos and Jun: ATF dimers in oncogenesis. Oncogene. 2001;20:2453–2464. doi: 10.1038/sj.onc.1204239. [DOI] [PubMed] [Google Scholar]
- 21.Hess J, Angel P, Schorpp-Kistner M. AP-1 subunits: quarrel and harmony among siblings. J. Cell Sci. 2004;117:5965–5973. doi: 10.1242/jcs.01589. [DOI] [PubMed] [Google Scholar]
- 22.Chinenov Y, Kerppola TK. Close encounters of many kinds: Fos-Jun interactions that mediate transcription regulatory specificity. Oncogene. 2001;20:2438–2452. doi: 10.1038/sj.onc.1204385. [DOI] [PubMed] [Google Scholar]
- 23.Sarkar CA, Lauffenburger DA. Cell-level pharmacokinetic model of granulocyte colony-stimulating factor: implications for ligand lifetime and potency in vivo. Mol. Pharmacol. 2003;63:147–158. doi: 10.1124/mol.63.1.147. [DOI] [PubMed] [Google Scholar]
- 24.Sarkar CA, Lowenhaupt K, Horan T, Boone TC, et al. Rational cytokine design for increased lifetime and enhanced potency using pH-activated “histidine switching”. Nat. Biotechnol. 2002;20:908–913. doi: 10.1038/nbt725. [DOI] [PubMed] [Google Scholar]
- 25.Petros WP. Pharmacokinetics and administration of colony-stimulating factors. Pharmacotherapy. 1992;12:32S–38S. [PubMed] [Google Scholar]
- 26.Kuwabara T, Kobayashi S, Sugiyama Y. Pharmacokinetics and phyamacodynamics of a recombinant human granulocyte colony-stimulating factor. Drug Metab. Rev. 1996;28:625–658. doi: 10.3109/03602539608994020. [DOI] [PubMed] [Google Scholar]
- 27.Lauffenburger DA, Fallon EM, Haugh JM. Scratching the (cell) surface: cytokine engineering for improved ligand/receptor trafficking dynamics. Chem. Biol. 1998;5:R257–R263. doi: 10.1016/s1074-5521(98)90110-7. [DOI] [PubMed] [Google Scholar]
- 28.Ricci MS, Brems DN. Common structural stability properties of 4-helical bundle cytokines: possible physiological and pharmaceutical consequences. Curr. Pharm. Des. 2004;10:3901–3911. doi: 10.2174/1381612043382611. [DOI] [PubMed] [Google Scholar]
- 29.Jones DS, Silverman AP, Cochran JR. Developing therapeutic proteins by engineering ligand-receptor interactions. Trends Biotechnol. 2008;26:498–505. doi: 10.1016/j.tibtech.2008.05.009. [DOI] [PubMed] [Google Scholar]
- 30.Yoon DJ, Liu CT, Quinlan DS, Nafisi PM, Kamei DT. Intracellular trafficking considerations in the development of natural ligand-drug molecular conjugates for cancer. Ann. Biomed. Eng. 2011;39:1235–1251. doi: 10.1007/s10439-011-0280-y. [DOI] [PMC free article] [PubMed] [Google Scholar]
Associated Data
This section collects any data citations, data availability statements, or supplementary materials included in this article.