HOME JOURNALS CONTACT

Journal of Biological Sciences

Year: 2008 | Volume: 8 | Issue: 8 | Page No.: 1322-1327
DOI: 10.3923/jbs.2008.1322.1327
Nonlinear Optimization of Enzyme Kinetic Parameters
M. Pant, P. Sharma, T. Radha, R.S. Sangwan and U. Roy

Abstract: In the analysis of enzyme kinetics data, Km and Vmax play a very important role. Linearization of kinetic equation is still a common practice for determining these parameters. Although graphical methods help in understanding the kinetic behavior of enzymes, they have certain shortcomings associated with them due to which they sometimes lead to an anomalous estimation of the kinetic parameters. In order to yield a more accurate estimate of parameters, minimization of least square error can be quite useful. However, since the least square error determination is a non linear function, the usual methods may not be fruitful. This research recommends the use of two simple and fast evolutionary optimization techniques such as Genetic Algorithms (GA) and Particle Swarm Optimization (PSO) which may be applied for the determination of Michaelis Menten (MM) enzyme analysis. We have shown the working of these methods on a set of six enzymes taken from literature along with a unique enzyme, geraniol acetyltransferase (GAAT), purified from the aromatic grass palmarosa. The entire study shows that GA and PSO can be used efficiently for determining accurate values for Km and Vmax.

Fulltext PDF Fulltext HTML

How to cite this article
M. Pant, P. Sharma, T. Radha, R.S. Sangwan and U. Roy, 2008. Nonlinear Optimization of Enzyme Kinetic Parameters. Journal of Biological Sciences, 8: 1322-1327.

Keywords: Genetic algorithms, global optimization, kinetic parameter, Michaelis-Menten enzymes, nonlinear regression and particle swarm optimization

INTRODUCTION

Enzymes are proteinaceous biocatalysts that accelerate the rate of biochemical reactions without being used up in the process. Understanding the kinetics of enzyme catalyzed reactions in pathway enables comprehension of the pace of the biological processes in an organism. Mathematically, enzyme kinetics are governed by several reaction constants and parameters like Michaelis-Menten constant (Km), Vmax, Kcat etc. Accurate determination of the essential kinetic parameters in the kinetic study of various Michaelis-Menten enzymes within a minimum time scale and handling of huge amount of data is a challenge encountered by the present-day biochemists and molecular biologists when screening an incredible number of mutants for stumbling on an improved strain that produces a kinetically perfect enzyme.

Three most common methods available in literature for determining the parameters of Michaelis-Menten equation are the linearization method of Lineweaver-Burke involving construction of a double reciprocal plot, Hanes plot (Hanes, 1932) and Eadie-Hofstee plot (Eadie, 1942).

In the method of Lineweaver and Burk (1934), a plot is generated from 1/v versus 1/[S] data. The linear equation used to determine the parameters is given by:

The slope of the line equals Km/Vmax, the x intercept represents 1/Km in second quadrant and the y intercept is 1/Vmax. In Eadie-Hofstee plot, v/[S] values are plotted against v. The linear equation is given by:

where, the intercept is Vmax and the slope denotes Km.

In Hanes plot [S]/v is plotted against [S]. Here, the linear equation is of the form:

where, the intercept is Km/Vmax and the slope is 1/Vmax.

In all these methods, a linear regression is used to estimate the slope and intercept, Km and Vmax are then approximated from the straight line parameters (intercepts in first and second quadrants). Although, the graphical illustrations obtained by these methods are useful in analyzing the behavior of enzymes, there are certain disadvantages associated with these methods. For instance; Lineweaver-Burke plot, the most favoured plot by researchers, has two distinct advantages over the Michaelis-Menten plot, in that it gives a more accurate estimate of Vmax and more accurate information about inhibition. It increases the precision by linearizing the data. The values for Km and Vmax can thus be determined precisely and the error can be estimated quantitatively. However, one major disadvantage of plotting data in the Lineweaver-Burke mode is that the data points in one region are tightly clustered and tend to propagate small differences, which can be overwhelmed by small random errors, thus giving a non-uniform distribution of error. The V-intercept in Lineweaver-Burke plot is equivalent to the inverse of Vmax due to which the experimental error gets magnified. Similarly the Eadie-Hofstee plot has the disadvantage that v appears on both axes. Experimentally, this quantity is generally subject to more error than substrate concentration.

In order to reduce the errors due to the linearization of parameters Wong (1975) suggested the use of nonlinear optimization techniques for more accurate approximation of Michaelis-Menten parameters (Wong, 1975). With the availability of fast computers and different nonlinear optimization techniques, this task has become fairly simple. In this study we have chosen two simple nonlinear optimization techniques; GA and PSO for determining the kinetic parameters Km and Vmax of some selected Michaelis-Menten enzymes. We compared the performance of aforementioned nonlinear optimization techniques with nonlinear regression (Motulsky and Ransnas, 1987) method and Lineweaver-Burke and Hanes plots on a set of six enzymes including a unique enzyme geraniol acetyltransferase (GAAT), purified from the aromatic grass palmarosa (Sharma et al., 2005). The present study shows that nonlinear optimization methods like GA and PSO can be used as an alternative for determination of MM enzyme kinetics.

MATERIALS AND METHODS

The estimation of kinetic parameters is an important aspect of enzyme mathematical evaluation of the enzyme catalyzed biochemical reaction (unit) and its pertinent metabolic pathway as a system.

Mathematical model: The mathematical model of the problem is designed using the least square approach. The kinetic parameters Km and Vmax should minimize the quadratic error between observed value and the theoretical value. The only constraints associated with the problem are the positive restrictions on the kinetic parameters. The objective function therefore becomes:

(1)

Where:

δi =
vi = Observed value
= Theoretical value

Subject to: Km ≥ 0, Vmax ≥ 0 (non negativity conditions).

EVOLUTIONARY ALGORITHMS USED FOR COMPARISON

Evolutionary Algorithms (EAs) are general purpose algorithms for solving optimization problems. Each EA is assisted with special operators that are based on some natural phenomenon. These algorithms are iterative in nature and in each iteration the operators are invoked to reach to optimal (or near optimal) solution. A brief description of the two EAs used in this study is given in the following subsections:

Genetic algorithms: Genetic Algorithms (GAs) are perhaps the most commonly used EA for solving optimization problems. The natural phenomenon which forms the basis of GA is the concept of survival of the fittest. GAs were first suggested by Holland (1975). The main operators of GA are selection, reproduction and mutation. GAs work with a population of solutions called chromosomes. The fitness of each chromosome is determined by evaluating it against an objective function. The chromosomes then exchange information through crossover or mutation. More detail on the working of GAs may be obtained from (Goldberg, 1989). In the present study, a steady state GA using single point crossover and Roulette wheel selection was used.

Particle Swarm Optimization: Particle Swarm Optimization (PSO) was first suggested by Kennedy and Eberhart (1995). The mechanism of PSO is inspired from the complex social behavior shown by the natural species (Kennedy and Eberhart, 1995; Eberhart and Shi, 2001). In PSO, the particles or members of the swarm fly through multidimesional search looking for a potential solution for solving numerical optimization problems. For a D-dimensional search space the position of the ith particle is represented as Xi = (xi1, xi2,..xiD). Each particle maintains a memory of its previous best position Pi = (pi1, pi2… piD) and a velocity Vi = (vi1, vi2,…viD) along each dimension. During each iteration, the P vector of the particle with best fitness in the local neighborhood was designated as g and the P vector of the current particle were combined to adjust the velocity along each dimension and a new position of the particle is determined using that velocity. The basic equations which direct the working of PSO are:

(2)

(3)

where, c1, c2 are acceleration constants, ω is inertia weight predefined by the user and r1, r2 are the uniformly generated random numbers in the range of [0, 1].

EXPERIMENTAL SETTINGS

Software used for GAAT enzyme: The M-M plots for the GAAT enzyme from palmarosa are constructed using Sigma Plot software, version 9.0 and Km and Vmax are calculated by application of non-linear regression using the same software.

Parameter settings for GA and PSO:

Population size = 10 (for both algorithms).
For GA : The crossover and mutation rates are fixed at 0.5 and 0.05, respectively
For PSO : A linearly decreasing (0.9- 0.4) inertia weight w is taken and acceleration constants c1, c2 are fixed as 2.0. Both the algorithms are executed on a PIV PC, using DEV C++

ENZYME DATA SETS

We have carefully chosen a set of six enzymes for the present study. Besides taking enzymes from literature, we have included kinetics data for the purified acetyl CoA: geraniol acetyltransferase (GAAT), an important enzyme involved in volatile ester biosynthesis in the aromatic grass palmarosa (Cymbopogon martinii var. motia) grown in glasshouse conditions at Central Institute of Medicinal and Aromatic Plants (CIMAP), Lucknow, India (Sharma et al., 2005). For the GAAT enzyme, one unit is equivalent to 10-3 x IU mg-1 protein. AATs (Alcohol acetyltransferases) are an important class of plant secondary metabolic enzymes catalyzing non-volatile as well as volatile ester biosynthesis (Walker et al., 1999; Beekwilder et al., 2004).

RESULTS AND DISCUSSION

In this study, we have used the data from the literature as well as unpublished experimental kinetic data related to a unique plant secondary metabolism enzyme from Palmarosa leaves, named acetyl CoA: geraniol acetyltransferase (GAAT), to test the comparative performance of the conventional versus the two stochastic methods (GA and PSO) (Table 1). Table 2 shows the Km and Vmax values obtained from hyperbolic plot, nonlinear regression plot, the Lineweaver plot, Hanes plot, GA and PSO.

In order to check the viability of the algorithm chosen, we initially executed the GA for the two data sets comprising of two enzymes and compared those data with the nonlinear regression and the Lineweaver-Burke results. The kinetic parameters for an enzyme were calculated in presence and absence of enzyme inhibitors (David and Cox, 2004) whiles those for PI-3 kinase were determined in presence and absence of sodium chloride (Michaelis and Menten, 1913). From the numerical results, it was evident that the stochastic methods can be conveniently used to determine the Km and Vmax of the enzymes.

Table 1: Input experimental kinetic data sets for palmarosa geraniol acetyl transferase (GAAT) and other enzymes (II to IV)
[1 unit of enzyme activity = 10-3xIU mg-1 protein, where, IU refers to International Units]. For geraniol to (+)-β-citronellol; S = Substrate concentration and V = Vo

Table 2: Values of Km and Vmax of GAAT and other enzymes (II to IV) calculated by different methods
*Zmin (function value) is the minimum error detected by two methods

Fig. 1: The distribution of output data of enzyme III. (a) Vmax values and (b) Calculations of Km and Vmax using the Lineweaver-Burke plot

The applicability of the stochastic methods was then tested by using the experimental data obtained for an enzyme GAAT. The Lineweaver-Burke (L-B) plot estimated values of Km and Vmax were 727 μM and 14.29 units for geraniol and 200 μM and 20 units for acetyl CoA, respectively (Table 2). The Michaelis-Menten (M-M) plot showed the Km and Vmax, respectively as 775.1 μM and 16.20 units for geraniol and 190.6 μM and 20.52 units for Km and Vmax for acetyl CoA. On critical observation and comprehension of the values, it was revealed that GA and PSO analyses, especially the latter, showed similar results: 718.62, 16.29 μM (GA) and 775.04 and 16.19 μM (PSO) for geraniol; 190 μM, 20.50 units (GA) and 190 μM and 20.50 units (PSO) for acetyl CoA, respectively. However, in case of nonanol and (+)-β-citronellol, the kinetic values i.e., Km and Vmax obtained by the PSO method (853.26 μM, 15.38 units for nonanol and 456.18 μM, 17.67 units for (+)-β-citronellol) were highly comparable and much closer to the values obtained by the M-M plots (853.30 μM, 15.38 units for nonanol and 456.20 μM, 17.68 units for (+)-β-citronellol, respectively) than the GA method (860 μM, 15.38 units and 446.57 μM, 17.54 units), especially the Km values (Table 2). Quite interestingly the L-B values (Km 190 μM, Vmax 12.5 units) obtained for the substrate (+)-β-citronellol were nowhere nearer the values obtained by the Hanes, GA and the PSO methods.

If we analyze this data (Enzyme II, Table 2) we would observe that as a result of the distribution of the output data of the enzyme (Enzyme III) shown in Fig. 1, the Vmax values can fall between 150 and 160 μM min-1 and as per the L-B plot the value of the Vmax and the Km are 164 μM min-1 and 32.2 μM, respectively. But the GA and PSO are able to minimize the errors yielding the much improved results where, the Vmax is 154.65 μM min-1 and the Km is 27.94 μM, respectively.

Fig. 2: Plotting the reciprocals of [S] and Vo yields a line whose slope and intercepts yield values of Km and Vmax

Similarly when considering the values of Enzyme IV we would observe that as per the LB plot the Km and the Vmax are estimated to be 470.50 μM and 1.75 μM min-1. When GA and PSO were used, the kinetic data gave 450 μM as estimates of Km and 1.75 μM min-1 as Vmax and by PSO the corresponding values of Km and Vmax were 470.54 μM and 1.79 μM min-1, respectively.

When we took another set of values (Enzyme II, Table 2) the L-B plot determined the Km as 1 μM and Vmax as 2 μmol min-1. Inspection of M-M plot allowed reasonable estimate of Vmax in the range of 1.8 to 2.0 μM min-1. As indicated in the L-B plot (Fig. 2) the y intercept is 0.5 (1/Vmax) and the x intercept is –1.0 (-1/Km). Thus, Vmax is computed to be 2.0 μmol min-1 and the Km as 1.0 μM. In this case, some data points are very tightly clustered or grouped near the origin end of the line while a few data points falling at other end are too distant and slope of the line seems to be influenced by the low and usually less precisely determined rates at low substrate concentrations. It is this visual uncertainty in this plot Fig. 3 that advises to choose an alternate method that obviates the problem. However, when the PSO and the GA methods were applied, the kinetic parameters were estimated as 1.007 μM (Km) and 2.03 μM min-1 (Vmax) and 0.93 μM (Km) and 1.98 μM min-1 (Vmax), respectively. This first set of data obtained with the PSO approach was found almost identical with the results of the nonlinear regression by GraphPad Prism 6.0 i.e., Km and the Vmax as 1.007 μM and 2.03 μM min-1, respectively.

Fig. 3: Calculation of Km and Vmax by Lineweaver-Burke plot (data set 3)

Numerically all the values for each enzyme look similar to each other, however with the help of the least square error method we can see the values of parameters for which the error is minimum. Thus from Table 2, we may say that best values obtained are for the Enzyme IV, for which the minimum value (Zmin) is 8.3x10-5 (as obtained by PSO), this shows that observed values are more or less similar to the theoretical values. However, the poorest value obtained is 14.53 for the Enzyme III. In all other cases the minimum error is less than 10.00. This shows the credibility of the least square method and also of evolutionary algorithms. If we compare the two evolutionary algorithms, we find that both the algorithms gave almost similar values for Zmin (the objective function).

CONCLUSION

In the present study, we considered the option of using two evolutionary algorithms GA and PSO for calculating the MM enzyme parameters Kmax and Vmax on a set of five enzymes from literature and the unpublished data set one unique plant enzyme. We do not claim the superiority of GA and PSO, over the conventional methods, nor do we totally reject the use of conventional techniques. The aim of this study is to discuss the use nonlinear optimization methods as an alternative for determining MM parameters. The choice of GA and PSO in the present study is purely the authors` decision and any other evolutionary optimization technique may be used. However, we would like to add that the mathematical model of the problem do gives a better picture of how much the error is minimized.

Also, the algorithms used in the paper are simple and easy to apply and even researchers with little or no mathematical background can use them with ease, which may help to solve more complex problems.

REFERENCES

  • Beekwilder, J., M. Alvarez-Huerta, E. Neef, F.W.A. Verstappen, H.J. Bouwmeester and A. Aharoni, 2004. Functional characterization of enzymes forming volatile esters from strawberry and banana. Plant Physiol., 135: 1865-1878.
    Direct Link    


  • David, N. and M.M. Cox, 2004. Lehninger Principles of Biochemistry. 4th Edn., Palgrave, Mcmillan


  • Eadie, G.S., 1942. The inhibition of cholinesterase by physostigmine and prostigmine. J. Biol. Chem., 146: 85-93.
    Direct Link    


  • Eberhart, R.C. and Y. Shi, 2001. Particle swarm optimization: Developments, applications and resources. Proc. Cong. Evol. Comput., 1: 81-86.
    CrossRef    Direct Link    


  • Goldberg, D.E., 1989. Genetic Algorithms in Search, Optimization and Machine Learning. 1st Edn., Addison-Wesley Professional, Boston, MA., USA., ISBN-13: 9780201157673, Pages: 412


  • Hanes, C.S., 1932. Studies on plant amylases. The effect of starch concentration upon the velocity of hydrolysis by the amylase of germinated barley. J. Biochem., 26: 1406-1421.
    Direct Link    


  • Holland, J.H., 1975. Adaptation in Natural and Artificial Systems: An Introductory Analysis with Applications to Biology, Control and Artificial Intelligence. University of Michigan Press, Ann Arbor, MI., ISBN-13: 9780472084609, pp: 175-177
    Direct Link    


  • Kennedy, J. and R.C. Eberhart, 1995. Particle swarm optimization. Proceedings of the International Conference on Neural Networks, November 17-December 4, 1995, IEEE Service Center, Piscataway, New Jersey, pp: 1942-1948.


  • Lineweaver, H. and D. Burk, 1934. The determination of enzyme dissociation constants. J. Am. Chem. Soc., 56: 658-666.
    CrossRef    Direct Link    


  • Michaelis, L. and M.L. Menten, 1913. Die kinetik der invertinwirkung. Biochem. Zeitschr., 49: 333-369.
    Direct Link    


  • Motulsky, H.J. and L.A. Ransnas, 1987. Fitting curves to data using nonlinear regression. FASEB J., 1: 365-374.
    Direct Link    


  • Sharma, P.K., N.S. Sangwan and R.S. Sangwan, 2005. Trichloroacetic acid-facilitated coenzyme A-SH-stabilization-based end-point spectrophotometric 5,5’-dithiobis-2-nitrobenzoic acid assay for plant terpene alcohol acetyltransferases. Anal. Biochem., 346: 176-178.
    PubMed    


  • Walker, K., R.E.B. Ketchum, M. Hezari, D. Gatfield, M. Goleniowski, A. Barthol and R. Croteau, 1999. Partial purification and characterization of acetyl Coenzyme A: Taxa-4 (20), 11 (12) dien-5α-ol O-acetyl transferase that catalyzes the first acylation step of Taxol biosynthesis. Arch. Biochem. Biophy., 364: 273-279.
    CrossRef    PubMed    


  • Wong, J.T.F., 1975. Kinetics of Enzyme Mechanisms. Academic Press, New York

  • © Science Alert. All Rights Reserved