Skip to main content

CADLIVE optimizer: web-based parameter estimation for dynamic models

Abstract

Computer simulation has been an important technique to capture the dynamics of biochemical networks. In most networks, however, few kinetic parameters have been measured in vivo because of experimental complexity. We develop a kinetic parameter estimation system, named the CADLIVE Optimizer, which comprises genetic algorithms-based solvers with a graphical user interface. This optimizer is integrated into the CADLIVE Dynamic Simulator to attain efficient simulation for dynamic models.

Introduction

The simulation of dynamic models is a powerful approach that can be used for: (i) checking the consistency of a postulated model with a set of experimental measurements, (ii) answering ‘what if?’ questions and (iii) exploring possible behaviors of a model [1]. Differential equations play a critical role in the dynamic simulation of biochemical network models and the robustness analysis of them.

A major problem for the dynamic modeling is to know the values of kinetic parameters in vivo, but it is very hard to measure the exact values of them due to experimental complexity. Stochastic methods including evolutionary (genetic) algorithms can provide high-quality solutions in less computational cost [2, 3]. At present evolutionary searches are widely used to optimize a dynamic model of biochemical networks (SBML-PET [4], libSRES [5], BioNessie [6], and AMIGO [7]).

We presented a web-based dynamic simulator, the CADLIVE (Computer-Aided Design of LIVing systEms) Dynamic Simulator that takes a strong advantage in automatic conversion from a biochemical network map to its associated dynamic model [8–11], while it has not implemented any built-in parameter estimator yet. Users are required to manually edit computer programs and to handle complicated procedures on the Linux command line, hampering the optimization in the CADLIVE system. To overcome these problems, we develop an optimization module with a user-friendly Graphical User Interface (GUI) and integrate it into the CADLIVE Dynamic Simulator (Figure 1).

Figure 1
figure 1

The CADLIVE Optimizer integrated into the CADLIVE Dynamic Simulator.

Methods

Optimizer

Genetic algorithms (GAs) are known as one of the algorithms that can seek out the global minimum, based on the heuristic assumptions that the best solutions will be found in the regions of the parameter space containing a relatively high proportion of good solutions and that these regions can be explored by the genetic operators of selection, crossover, and mutation. In 2005 we developed the GA-based optimization programs for the CADLIVE Dynamic Simulator [9]. Details of description for GAs are in Additional file 1. However, these programs are provided in the C language form, thus users have to manually edit several functions and parameters necessary for a search by GAs and use the LINUX command lines. This manual operation requires users to learn the skills and knowledge of programming and evolutionary search, which reduces the efficiency of the parameter estimation process. In this report, we develop the GUI application that enables users to intelligibly handle the optimization programs without these annoying procedures.

Parameter and function settings

Input and output files are defined to control the search programs as the application modules independent of mathematical equations, so that users just write the input files to start a GA search without editing any search algorithms. Three input files: the GA parameter setting file, the search parameter setting file, and the user function setting file, are made in the server and defined for optimization for a dynamic model (Figure 2), as follows.

Figure 2
figure 2

A flow chart for performing the CADLIVE Optimizer. Users do the first three settings. A search by GAs finishes when the number of iterations is the max generation or the fitness value is more than ϵ. ϵ is very small, e.g. -10-20. After optimization, users can obtain three functions: simulation with the optimized parameters, download the result files (containing all the employed parameters and simulated data), and process of fitness (a change in the fitness value with respect to generation).

GA parameter setting file

Users set the parameters necessary for GAs, i.e. encode method, GA type, digenesis, immigration, crossover, and mutation.

Search parameter setting file

It is derived from the parameter files generated by the CADLIVE Dynamic Simulator. Users select search parameters and edit their initial values and search ranges.

User function setting file

It is derived from the usrfunc files generated by the CADLIVE Dynamic Simulator. Users make the objective function necessary for optimization. The usrfunc file has two contents: the mathematical equations and objective function. The mathematical equations are provided by the CADLIVE Dynamic Simulator. In objective function setting, users can select the sum of squared errors (SSE) by default, where users upload experimental or reference time-course data necessary for the calculation of SSE. If necessary, users can arbitrarily edit the objective function according to the grammar of the C language. Simulated data are interpolated using the spline interpolation function.

GA execution

After setting the input files using the GUI, users start a GA search. When the optimization finishes, users obtain the three functions: "Simulation", "Process of fitness", and "Download", as follows.

Simulation

Users can simulate the optimized dynamic model with respect to the objective function.

Process of fitness

This function displays the changes in the fitness values with respect to generation. The fitness value shows how much the simulated data agree to the requirement given by the objective function.

Download the result files

Users can download three input files for the GA parameter setting, search parameter setting, and user function setting and the two output files for the GA result and optimized search parameters.

Implementation

A personal computer (CPU:Intel Xeon E3110 3 GHz, RAM:4GByte) is used as the server machine. The GUI program is written in PHP 4.4.7 on the LINUX Cent OS 5.3 and integrated into the CADLIVE Dynamic Simulator. The C compiler on LINUX processes the three input files: the GA parameter setting file, search parameter setting file, and user function setting file, to execute the search by GAs. The progress of the GA search is supervised by cron in Linux. The mail service is implemented that notifies the completion of optimization. The simulated results with the optimized parameters are drawn by the library of the CADLIVE Dynamic Simulator. JpGraph (http://www.jpgraph.net) is used to display the process of fitness values. The manuals of the CADLIVE Optimizer are provided in Additional file 2.

Results and discussion

We automatically converted three example models: a simple enzyme reaction model, an E. coli heat shock response system [12], and an E. coli nitrogen assimilation system [13] (see Additional file 3, Additional file 4) into their associated dynamic models by using the CADLIVE Dynamic Simulator, and subsequently estimated the kinetic parameter values of them by the CADLIVE Optimizer. An enzyme reaction model is the simplest model to let users understand the basic functions of the optimizer. The heat shock response system is used to tell how ordinary biochemical models are optimized, where the SSE between the experimental and simulated time course data are employed as the default objective function. The nitrogen assimilation system shows that an arbitrary objective function can be edited using the experimental data [13]. The proposed GUI application greatly facilitates the feasibility of the optimization programs, by removing complicated procedures such as the edition of the files necessary for setting GAs and objective functions and handling of the LINUX commands.

CADLIVE has originally been developed to perform rational computer-aided design of biochemical networks and used for various studies [12, 13]. In this report, as an extension of CADLIVE, we propose the CADLIVE Optimizer, a powerful tool for optimizing a mathematical model generated by the CADLIVE Dynamic Simulator. The CADLIVE Optimizer attains a critical progress for developing the standard technology for automatic optimization of dynamic models, i.e., the automatic generation of a dynamic model with tuned kinetic parameters without any complicated operations.

References

  1. Mendes P, Kell D: Non-linear optimization of biochemical pathways: applications to metabolic engineering and parameter estimation. Bioinformatics. 1998, 14: 869-883. 10.1093/bioinformatics/14.10.869.

    Article  CAS  PubMed  Google Scholar 

  2. Moles CG, Mendes P, Banga JR: Parameter estimation in biochemical pathways: a comparison of global optimization methods. Genome Res. 2003, 13: 2467-2474. 10.1101/gr.1262503.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  3. Vilela M, Chou IC, Vinga S, Vasconcelos AT, Voit EO, Almeida JS: Parameter optimization in S-system models. BMC Syst Biol. 2008, 2: 35-10.1186/1752-0509-2-35.

    Article  PubMed Central  PubMed  Google Scholar 

  4. Zi Z, Klipp E: SBML-PET: a Systems Biology Markup Language-based parameter estimation tool. Bioinformatics. 2006, 22: 2704-2705. 10.1093/bioinformatics/btl443.

    Article  CAS  PubMed  Google Scholar 

  5. Ji X, Xu Y: libSRES: a C library for stochastic ranking evolution strategy for parameter estimation. Bioinformatics. 2006, 22: 124-126. 10.1093/bioinformatics/bti753.

    Article  CAS  PubMed  Google Scholar 

  6. Liu X, Jiang J, Ajayi O, Gu X, Gilbert D, Sinnott R: BioNessie(G) - a Grid enabled biochemical networks simulation environment. Stud Health Technol Inform. 2008, 138: 147-157.

    PubMed  Google Scholar 

  7. Balsa-Canto E, Banga JR: AMIGO, a toolbox for advanced model identification in systems biology using global optimization. Bioinformatics. 2011, 27: 2311-2313. 10.1093/bioinformatics/btr370.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  8. Kurata H, Inoue K, Maeda K, Masaki K, Shimokawa Y, Zhao Q: Extended CADLIVE: a novel graphical notation for design of biochemical network maps and computational pathway analysis. Nucleic Acids Res. 2007, 35: e134-10.1093/nar/gkm769.

    Article  PubMed Central  PubMed  Google Scholar 

  9. Kurata H, Masaki K, Sumida Y, Iwasaki R: CADLIVE dynamic simulator: direct link of biochemical networks to dynamic models. Genome Res. 2005, 15: 590-600. 10.1101/gr.3463705.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  10. Kurata H, Matoba N, Shimizu N: CADLIVE for constructing a large-scale biochemical network based on a simulation-directed notation and its application to yeast cell cycle. Nucleic Acids Res. 2003, 31: 4071-4084. 10.1093/nar/gkg461.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  11. Inoue K, Tomeda S, Tonami S, Shimokawa Y, Ono M, Kurata H: CADLIVE Converter for constructing a biochemical network map. Biochem Eng J. 2011, 54: 200-206. 10.1016/j.bej.2011.02.022.

    Article  CAS  Google Scholar 

  12. Maeda K, Kurata H: Quasi-multiparameter sensitivity measure for robustness analysis of complex biochemical networks. J Theor Biol. 2011, 272: 174-186. 10.1016/j.jtbi.2010.12.012.

    Article  PubMed  Google Scholar 

  13. Masaki K, Maeda K, Kurata H: Biological design principles of complex feedback modules in the E. coli ammonia assimilation system. Artificial life. 2012, 18: 53-90.

    Article  PubMed  Google Scholar 

Download references

Acknowledgement

This work was supported by Grant-in-Aid for Scientific Research (B) (22300101) from Japan Society for the Promotion of Science and by Grant-in-Aid for Scientific Research on Innovative Areas (23134506) from the Ministry of Education, Culture, Sports, Science and Technology of Japan.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Hiroyuki Kurata.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors’ contributions

KI, YK, ST and ST wrote source code for Optimizer. KM provided biological models. KI and HK wrote the paper. All authors read and approved the final manuscript.

Electronic supplementary material

Authors’ original submitted files for images

Below are the links to the authors’ original submitted files for images.

Authors’ original file for figure 1

Authors’ original file for figure 2

Rights and permissions

Open Access This article is published under license to BioMed Central Ltd. This is an Open Access article is distributed under the terms of the Creative Commons Attribution License ( https://creativecommons.org/licenses/by/2.0 ), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Cite this article

Inoue, K., Maeda, K., Kato, Y. et al. CADLIVE optimizer: web-based parameter estimation for dynamic models. Source Code Biol Med 7, 9 (2012). https://doi.org/10.1186/1751-0473-7-9

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/1751-0473-7-9

Keywords