Cloud of Science. 2014. Vol. 1. No. 4 http://cloudofscience.ru ISSN 2409-031X
Modern Approaches to Drugs Research and Development Using Mathematical Modeling
Yulia Balykina
Saint Petersburg State University 199034, Universitetskay nab., 35, St. Petersburg, Russia e-mail: [email protected]
Abstract. Modern drug design and development is a complex process that brings together numerous chemical, biological and clinical disciplines. The paper considers modern approaches to the research and development of new drugs based on pharmacodynamics and pharmacokinetics modeling. The basic concepts are considered. Software tools for such kind" of modeling under large amounts of data are described. As an example, the model of a drug impact on tumor growth, built in MATLAB SimBiology, is presented. Keywords: drug research and development, PK PD modeling, MATLAB Sim-Biology.
1. Introduction
Present difficulties in drug development include an increase in cost and duration of drug development, and only few new medical entities reach approval. According to [1], it takes from 10 to 15 years to bring a new drug to market — at a cost of more than $1 billion. A key contributor to these racking costs is a late-stage failure: of every 250 compounds that enter preclinical testing, only five proceed into clinical trials, and only one will be approved by the U.S. Food and Drug Administration (FDA). Many new potential drugs fail because researchers lack reliable information about their behavior. That leads to problems for both pharma industry and public health. Moreover, one can observe some lack of interest of drug pharma for some disease areas due to high potential costs of research.
At the same time, with only a partial understanding of the link between dose and response, and knowing little about the drug concentration in the body over time, researchers often cannot guarantee a drug safety until it is too late in the development process. The FDA's 2004 Critical Path Report proposed, among other solutions, the increased use of model-based approaches to drug development-including pharmacokinetic and pharmacodynamic (PK/PD) modeling [2].
In a confirmation of the need for such approaches, the FDA announced funding for the UCSF-Stanford Center of Excellence in Regulatory Science and Innovation, a joint effort created to get more advantages out of diverse data sets and to create computational tools to accelerate drug development [3].
Recently, it has also been suggested to expand the use of simulations in support of clinical drug development for predicting outcomes of planned trials. This approach is
based on using PK/PD models on the population level together with random sampling techniques. Modern simulation techniques assist in assessing disease progression and behavioral features like compliance, drop-out rates, adverse event dependent dose reductions, etc. Computer simulation helps to evaluate consequences of design features on safety and efficacy assessment of the drug, enabling identification of statistically valid and practically implementable study designs [4].
2. PK/PD modeling — the core of drug research and development
Modeling and simulation are based on the use of mathematical models that, in turn, are simplified representations of the considered complex system. It has been proposed to integrate pharmacokinetic (PK) and pharmacodynamic (PD) principles into drug development to make it more rational and efficient. A survey on 18 development projects showed that a PK/PD guided approach can aid to boost the drug development process [4].
Pharmacokinetics is the study of what the body does to a drug after administration. It studies absorption, distribution, metabolism, and excretion' of drugs in the body. It can be summarized in two main processes: absorption and disposition [5, 6]. It is possible to build models of varying complexity. In single compartment models, one can concentrate on what happens in the central system. At the same time, multi-compartment models are more accurate, as there is an opportunity to consider peripheral compartments, such as surrounding tissue, and the drug transfer between these compartments. Pharmacodynamics is the study of what the drug does to the body [5, 6]. It examines biochemical and physiological effects of a drug on the body, as well as relationship between drug concentration and effect.
In pharmacokinetic models a human body is described as a set of compartments. A drug is injected into the blood with profile u(t) (Fig. 1). It moves from the central compartment C to the peripheral compartment P with profiles xc (t) and xp (t). The main task
is to identify the parameters in the reactions and to use this knowledge to infer the hidden state responses. Such physiological parameters as clearance of elimination, volume of distribution, and rate constants are taken into account.
C P
*c(0 — *p(0
y(t)
Figure 1. Simple pharmacokinetic model
In summary, we can say that PK model is a model that describes the time course of drug concentrations over time; PD model is a model that describes the relationship "effect vs. concentration"; and there is also a model that links PK measurements to the PD observations and that plays a role of a link between PK and PD models (Fig. 2). Together they represent PK/PD model which is extremely important for the pharmaceutical industry. With the help of PK/PD modeling and simulation, there is a possibility of earlier understanding of the link between drug and response [1]. This knowledge leads to better characterizing of a drug's absorption, distribution, and elimination properties. Such models may be of help when prescribing the right amount of drug to a patient. They may also be applied when predicting the pattern of the body's response to different drug dosages. With good models, chemists that examine new potential drugs can test out formulations of various drugs to see their effects. This saves time and avoids potential hazardous testing. Another benefit of PD modelling is monitoring any unwanted side-effects of drugs.
PK/PD Model
Figure 2. Scheme of PK/PD model parts interaction
In general, such models can be presented in the form of linear ordinary differential equations system (ODEs). In the simplest case, for the model shown in fig. 1 it will have the following form:
dx
-7- = (-K, - kcp )xc (t) + kpcxp (t) + u (t) ,
dt dx
) — x0.
= k x (t)-k x (t),
dt cp c \ J pc p \ J >
As an output, we can observe one noisy transformed drug concentration
y (t ) = Xc (t)/V + s( t). Here the additive measurement noise s (errors) is assumed to be i. i. d. K(0, a2);. x — {xc(t), x (t)}, and u(t) are the state and input column vectors; x0 is the initial states
vector at time t0; V is compartment volume, and positive parameters {k
ei,kcp, kPc} char-
acterize reaction rates.
Linear state space model in this problem can be rewritten as:
k„
" *c (t i
_X (t)
kel kcp
Pc -k
[ Xc (t )" T
x (t) + 0
y(t) = [l/V 0]
X (t)
xP(t)
-K(0,a2),
or, in the matrix form:
x (t ) = Ax (t) + Bu (t), y (t ) = Cx (t ) + N(0, a2).
For such a system there are two problem types: the first one is simulation: Given u(t), x0 and {A, B, C}, one needs to calculate x(t) and y(t). The second one is parameter estimation: Given u(t), x 0 and y(t), one needs to estimate {A, B, C} matrices and noise model.
It needs to be mentioned that in [7] it is shown that such kind of linear ODEs is not prevalent for representation of most biochemical reactions. More generally, and more ap-plicably, we can consider ODEs that are linear in their unknown parameters, but not necessarily states. For instance, the Michaelis-Menten enzyme kinetics, models are all bilinear in the states but linear in parameters [7]. It should also be noted that using ODEs to model biochemical reactions assumes that the system is well-stirred in a homogeneous medium, spatial effects (such as diffusion) are irrelevant, and the system has a large number of molecules for each species [7, 8]. If this constraints are not valid, either partial differential equations should be used or a discrete stochastic model will be more appropriate, as in such models individual molecular interactions may be considered.
3. Modern simulation tools and there advantages
What are the challenges with in silico biochemical modeling? First of all, often it is very difficult to accumulate knowledge from experimental data, intuition, literature, and other models. Secondly, modelers and scientists have difficulty communicating knowledge and sharing work. Mathematical methods for solving these models sometimes are developing faster than the corresponding computer tools. Finally, several different tools are needed to complete entire workflow. There is an increasing demand for software packages that allow to integrate the main parts of modeling process under a single programming environment: building a model using both predefined blocks and one's own programmable modules, simulation, estimation of model parameters using experimental data, and conducting sensitivity analysis of model key parameters to changes in input data.
As more and more frequently used packages the following software products should be mentioned: NONMEM® (ICON Company), Phoenix® (Certara Company), Monolix®
(Lixoft Company), and MATLAB (MathWorks Company). NONMEM® is a well-known and widely used software tool, mostly for modeling population pharmacokinetic [9]. Phoenix® is a software platform for managing, analyzing and reporting pharmacokinetic, pharmacodynamic and toxicokinetic data [10]. Below I would like to elaborate on the possibilities of a rather new software tool, namely, MATLAB SimBiology [11].
MATLAB SimBiology package provides one environment for both graphical and programmatic pathway analysis (Fig. 3-4). It may be considered as a tool for modeling, simulating and analyzing dynamic systems, focusing on pharmacokinet-ic/pharmacodynamic models and systems biology applications.
Fte £dt Cwtxo D«Hcf>
» model
SiJnBioloijr Model Ho del Components
PatBjwtecs:
Reactions:
Spec less » model.species Species Object A
index: Name:
1 Be
2 Br03
3 Ce
4 HSrM
5 KOBr
Reaction Object
Index: React!
I Be +• H
3 Bros +
4 H8rW
5 Cl ->
»1
Figure 3. SimBiology interface example
Similar to MATLAB Simulink, the key features of SimBiology include building a model (possibility of using block-diagram editor and MATLAB code, as well as importing SBML files), running a simulation, both deterministic and stochastic, and analyzing a model (estimating parameters, conducting sensitivity analysis, and examining model in parts). The last one is of particular interest when one tries to consider a pathway without some part of it.
4. Case study — evaluating the effect of therapy on tumor growth using SimBiology
The following example illustrates the behavior of a tumor growth in the presence of an antitumor drug or a combination of drugs.
Figure 4. SimBiology Model created by Merrimack Pharmaceuticals [12]
Impressive progress in our understanding of the molecular and cellular biology of cancer has been made in the past three decades. However, studies show that only about 10% of oncology products have proven to be successful in clinical development, with the cost of a new drug being brought to market of over $1 billion [13, 14]. Using simulation PK/PD modeling it is possible to examine whether there is an interaction between several drugs or if the drug effect is purely additive. After building the model it is also possible to simulate different scenarios and dosing strategies to understand how they affect tumor growth over time.
As an example, the model developed in [15] will be used. In this paper authors examine the tumor growth in mice. The model with two anticancer agents was considered. A detailed review and analysis of the implementation of this model in SimBiology can be found in [16].
In terms of differential equations, we have the system presented in Fig. 5. Here w is natural cell proliferation, and w0 represents the tumor weight at the inoculation time (t = 0). Tumor growth is known to follow an exponential growth followed by a linear growth component [18, 19], therefore, X0 and X1 are parameters that represent the rate of exponential and linear growth, respectively. The value wth (threshold tumor mass at which the tumor growth switches from exponential to linear) can be expressed as a function of X0 and Xj. Then, one can consider combined model accounting for exponential and linear tumor growth. The y parameter, when it is big enough, allows the system to switch from the exponential to linear growth sharply.
Figure 5. Linking Tumor Growth to Drug Exposure [17]
The delay between drug intake and tumor cells death is modeled using a multicompartment model (xl, x2, x3 and x4), this is characterized by a damage rate constant k1. The average time-to-death of a damaged cell is equal to n/kj (where n is the number of compartments).
The model assumes that the drug elicits its effect decreasing the tumor growth rate by a factor proportional to Cp (t) (plasma concentration of the drug) through a constant
parameter k2, which is an index of drug efficacy [14].
Here in the absence of drugs x 1 represents a growing tumor, and x2, x3, x4 describe
decaying tumor cells (Fig. 6). Thus, total tumor weight is sum of the mentioned variables. At the presence of an anticancer agent the tumor goes over sequential series of transformations. The first transformation is dependent on the plasma concentration of the drug, given here by C p .
After creating a model from blocks library in SimBiology using given equations and running a simulation, one can then work with an appeared interactive MATLAB User Interface (UI) and continue to simulate the effective dosing strategies on tumor growth (Fig. 7).
Ki
cells death
Figure 6. Scheme of the PK/PD model: k1 — first-order rate constant of transit; k2 — measure of drug potency; c(t) — plasma concentration of the anticancer agent [17]
In the absence of tumor drug one can observe the profile of tumor growth over time (black line on the fig. 7). After introducing a drug A to the system (and in this case we can choose the dosage, starting date, and therapy duration and regimen), we can evaluate the effect on the tumor (red line on fig. 7). Modeling in SimBiology provides a possibility
of adding several drugs and, thus, simulating the cumulative effect of combination therapy.
One feature worth mentioning here is the ability to see underlying equations of the model. This is extremely useful while building and exploring models, as it provides a possibility of changing the equations according to one's needs.
Figure 7. UI showing effect of combination therapy on tumor growth
After finishing PK part, one can move on to assessing the tumor growth using data from experiments. Simulation viewer provides a tool to quickly assess the effect of different parameters on a time profile of a drug uptake. Further simulation allows finding the
best fitted parameters for the model. In the considered example the tumor decay process is a function of concentration of Drugl and Drug2. Running simulation with different parameters provides an opportunity to evaluate the dynamics of tumor behavior over time (Fig. 8).
Figure 8. Simulation viewer (tumor growth over time, three lines correspond to different parameters)
5. Conclusions
The role of math modeling in drug development is becoming more mainstream and accepted. Modeling allows a better understanding of mechanisms and provides an opportunity for predictions outside the domain of the studies used to develop the model [6]. Thus, among others we can name two main reasons for creating quantitative biochemical computer models. The first is that biochemical pathways start out simple and quickly grow in complexity. Therefore, testing pathways via experiment is expensive in both time and money [20]. And the second is that computer modeling narrows the range of experiments. Once created and validated, such model can be used for testing new ideas and approaches much faster than through experimentation. Such Big Pharma companies as No-vartis, Merrimarck, Merck, Pfizer and others are already using innovative technologies, including MATLAB Simbiology, in their Drug Research and Development [21]. According to Birgit Schoeberl from Merrimarck Pharmaceuticals [22], "Model-based drug design enables us to rapidly identify optimal pathway targets and determine the best approach. The models inform our decisions throughout drug development, enabling us to develop targeted therapeutics with higher efficacy and fewer side effects."
PK/PD modeling may enable the pharmaceutical industry to move into patient studies faster and safer [23]. Being a standard in other knowledge-based industries, computer modeling is a state of art tool that is being widely used to aid drug research and development. As increased volumes of information require sophisticated new analyses and visualization techniques, there are still various problems where academic research is needed. With this approach the future lies with collaborative work between biologists, pharmacologists, chemists, engineers and mathematicians.
Reference
[1] Roberts S. (2006) The MathWorks News&Notes. (http://de.mathworks.com/ matlabcentral/linkexchange/links/1670-developing-pharmacokinetic-and-pharmacodynamic-models-in-simulink)
[2] The FDA's 2004 Critical Path Report. (http://www.fda.gov/ScienceResearch/Special Topics/CriticalPathInitiative/CriticalPathOpportunitiesReports/ucm077262.htm)
[3] Bole K. (2014) FDA Launches Center of Excellence for Drug Development at UCSF. UCSF News (http://www.ucsf.edu/news/2014/05/114176/fda-launches-center-excellence-drug-development-regulation-ucsf)
[4] Gieschke R., Steimer J. L. (2000) Pharmacometrics: modelling and simulation tools to improve decision making in clinical drug development. Eur J Drug Metab Phar-
macokinet., 25(1), 49-58.
[5] Rajman I. (2008) PK/PD modelling and simulations: utility in drug development. DrugDiscov Today, 13(7-8), 341-6 (doi: 10.1016/j.drudis.2008.01.003)
[6] Bonate P. L., Howard D. R. (Eds.) (2011) Pharmacokinetics in Drug Development: Advances and Applications, Vol. 3. Springer.
[7] He F., Yeung L. F., Brown M. (2007) Discrete-Time Model Representation for Biochemical Pathway Systems. International Journal of Computer Science, 34:1 (http://www.iaeng.org/IJCS/issues_v34/issue_1/IJCS_34_1_15.pdf)
[8] Brown M., He F., Yeung L. F. (2007) Robust Measurement Selection for Biochemical Pathway Experimental Design Proc. of the 1 International Symposium on Optimization and Systems Biology (OSB'07), 259-266.
[9] http://www.iconplc.com/technology/products/nonmem/
[10] http://www.certara.com/pkpd
[11] http://se.mathworks.com/products/simbiology/
[12] Paxson R., Zannella K. (2007) Systems Biology: Studying the World's Most Complex Dynamic Systems. The MathWorks News and Letters. (http://www.mathworks. com/company/newsletters/articles/systems-biology-studying-the-worlds-most-complex-dynamic-systems.html
[13] Hait W. N. (2010) Anticancer drug development: the grand challenges. Nature Reviews Drug Discovery, 9(4), 253-254. (doi: 10.1038/nrd3144)
[14] LiX., Qian L., Bittner M. L., Dougherty E. R. (2012) A Systems Biology Approach in Therapeutic Response Study for Different Dosing Regimens — a Modeling Study of Drug Effects on Tumor Growth using Hybrid Systems. Cancer informatics, 11, 4160. (doi: 10.4137/CIN.S8185)
[15] Koch G., Walz A., Lahu G., Schopp J. (2009) Modeling of tumor growth and anticancer effects of combination therapy. Journal of Pharmacokinetics and Pharma-codinamics, 36, 179-197.
[16] http://se.mathworks.com/videos/teaching-pkpd-and-mechanistic-modeling-with-matlab-and-simbiology-89577.html
[17] Rocchetti M., Simeoni M., Pesenti E., De Nicolao G., Poggesi I. (2007) Predicting the active doses in humans from animal studies: a novel approach in oncology. European Journal of Cancer, 43(12), 1862-1868. (doi: 10.1016/j.ejca.2007.05.011)
[18] Simeoni M., Magni P, Rocchetti M. et al. (2004) Predictive pharmacokinetic -pharmacodynamic modeling of tumor growth kinetics in xenograft models after administration of anticancer agents. Cancer research, 64(3), 1094-1101. (doi: 10.1158/0008-5472.CAN-03-2524).
[19]Magni P., Simeoni M., Poggesi I., Rocchetti M., De Nicolao G. (2006) A mathematical model to study the effects of drugs administration on tumor growth dynamics. Mathematical biosciences, 200(2), 127-151. (doi: 10.1016/j.mbs.2005.12.028)
[20] Brinegar J., Shoelson B. Accelerating Life Science Research with MATLAB and SimBiology. (http://rci.rutgers.edu/~oirt/docs/RutgersSeminar.ppt)
[21] http://www.mathworks.com/company/user_stories/pfizer-uses-model-based-drug-development-to-help-reduce-phase-ii-attrition-rates.html
[22] Merrimack Pharmaceuticals Reduces Drug Discovery Time with MATLAB® and SimBiology. (http://www.mathworks.com/tagteam/34190_91398v00_Merrimack. pdf)
[23] Aarons L., Karlsson M. O., Mentre F., Rombout F., Steimer J. L., van Peer A. (2001) Role of modelling and simulation in Phase I drug development. European journal of pharmaceutical sciences, 13(2), 115-122. (doi: 10.1016/S0928-0987(01)00096-3)
Автор:
Балыкина Юлия Ефимовна, кандидат физико-математических наук, старший преподаватель кафедры математического моделирования энергетических систем, факультета Прикладной математики-процессов управления Санкт-Петербургского государственного университета
Современные подходы к исследованиям и разработке новых лекарственных средств с использованием математического моделирования
Ю. Е. Балыкина
Санкт-Петербургский государственный университет 199034, Санкт-Петербург, Университетская наб., 7/9 e-mail: [email protected]
Аннотация. Создание и разработка современных лекарственных средств представляет собой сложный процесс, который объединяет различные химические, биологические и клинические исследования. В работе рассмотрены актуальные подходы к исследованию и разработке новых лекарств на основе моделирования фармакодинамических и фармакоки-нетических процессов. Описаны программные средства для такого рода моделирования при больших объемах данных. В качестве примера представлена модель воздействия лекарств на рост опухоли, построенная в пакете MATLAB SimBiology.
Ключевые слова: исследование и разработка лекарственных средств, фар-макокинетика, фармакодинамика, моделирование, MATLAB SimBiology.
Литература
[1] Roberts S. The MathWorks News&Notes [Электронный документ] : офиц. сайт.
http://de.mathworks.com/matlabcentral/linkexchange/links/1670-developing-pharmacokinetic-and-pharmacodynamic-models-in-simulink)
[2] The FDA's 2004 Critical Path Report. [Электронный документ]. (http://www.fda.gov/ScienceResearch/SpecialTopics/CriticalPathInitiative/CriticalPa thOpportunitiesReports/ucm077262.htm)
[3] Bole K. FDA Launches Center of Excellence for Drug Development at UCSF // UCSF News, 2014 (http://www.ucsf.edu/news/2014/05/114176/fda-launches-center-excellence-drug-development-regulation-ucsf)
[4] Gieschke R., Steimer J. L. Pharmacometrics: modelling and simulation tools to improve decision making in clinical drug development // Eur J Drug Metab Pharmaco-kinet. 2000. Vol. 25. No. 1. P. 49-58.
[5] Rajman I. PK/PD modelling and simulations: utility in drug development // Drug Discov Today. 2008. Vol. 13. No. 7-8. P. 341-346. (doi: 10.1016/j.drudis.2008. 01.003)
[6] Pharmacokinetics in Drug Development: Advances and Applications / Eds.: P. L. Bonate, D. R. Howard — Springer, 2011. Vol. 3.
[7] He F., Yeung L. F., Brown M. Discrete-Time Model Representation for Biochemical Pathway Systems // International Journal of Computer Science. 2007. Vol. 34. No. 1.
[8] Brown M., He F., Yeung L. F. Robust Measurement Selection for Biochemical Pathway Experimental Design // Proc. of the 1 International Symposium on Optimization and Systems Biology (0SB'07), 2007. P. 259-266.
[9] http://www.iconplc.com/technology/products/nonmem/
[10] http://www.certara.com/pkpd
[11] http://se.mathworks.com/products/simbiology/
[12] Paxson R., Zannella K. Systems Biology: Studying the World's Most Complex Dynamic Systems // The MathWorks News and Letters, 2007 (http://www.mathworks. com/company/newsletters/articles/systems-biology-studying-the-worlds-most-complex-dynamic-systems.html
[13] Hait W. N. Anticancer drug development: the grand challenges // Nature Reviews Drug Discovery, 2010. Vol. 9. No. 4. P. 253-254. (doi: 10.1038/nrd3144)
[14] Li X., Qian L. at al. A Systems Biology Approach in Therapeutic Response Study for Different Dosing Regimens — a Modeling Study of Drug Effects on Tumor Growth using Hybrid Systems // Cancer informatics. 2012. Vol. 11. P. 41-60.
[15] Koch G., Walz A., Lahu G., Schopp J. Modeling of tumor growth and anticancer effects of combination therapy // Journal of Pharmacokinetics and Pharmacodinamics. 2009. Vol. 36. P. 179-197.
[16] http://se.mathworks.com/videos/teaching-pkpd-and-mechanistic-modeling-with-matlab-and-simbiology-89577.html
[17] Rocchetti M., Simeoni M., Pesenti E., De Nicolao G., Poggesi I. Predicting the active doses in humans from animal studies: a novel approach in oncology // European Journal of Cancer. 2007. Vol. 43. No. 12. P. 1862-1868.
[18] Simeoni M., Magni P. et al. Predictive pharmacokinetic-pharmacodynamic modeling of tumor growth kinetics in xenograft models after administration of anticancer agents // Cancer research. 2004. Vol. 64. No. 3. P. 1094-1101.
[19]Magni P., Simeoni M., Poggesi I., Rocchetti M., De Nicolao G. A mathematical model to study the effects of drugs administration on tumor growth dynamics // Mathematical biosciences. 2006. Vol. 200. No. 2. P. 127-151.
[20] Brinegar J., Shoelson B. Accelerating Life Science Research with MATLAB and SimBiology [Электронный документ]. (http://rci.rutgers.edu/~oirt/docs/ RutgersSeminar.ppt)
[21]http://www.mathworks.com/company/user_stories/pfizer-uses-model-based-drug-development-to-help-reduce-phase-ii-attrition-rates.html
[22]Merrimack Pharmaceuticals Reduces Drug Discovery Time with MATLAB® and SimBiology [Электронный документ]. (http://www.mathworks.com/tagteam/ 34190_91398v00_Merrimack.pdf)
[23] Aarons L., Karlsson M. O. at al. Role of modelling and simulation in Phase I drug development // European journal of pharmaceutical sciences. 2001. Vol. 13. No. 2. P. 115-122.