Literature DB >> 25161695

Comparison of two methods forecasting binding rate of plasma protein.

Liu Hongjiu1, Hu Yanrong1.   

Abstract

By introducing the descriptors calculated from the molecular structure, the binding rates of plasma protein (BRPP) with seventy diverse drugs are modeled by a quantitative structure-activity relationship (QSAR) technique. Two algorithms, heuristic algorithm (HA) and support vector machine (SVM), are used to establish linear and nonlinear models to forecast BRPP. Empirical analysis shows that there are good performances for HA and SVM with cross-validation correlation coefficients Rcv(2) of 0.80 and 0.83. Comparing HA with SVM, it was found that SVM has more stability and more robustness to forecast BRPP.

Entities:  

Mesh:

Substances:

Year:  2014        PMID: 25161695      PMCID: PMC4137739          DOI: 10.1155/2014/957154

Source DB:  PubMed          Journal:  Comput Math Methods Med        ISSN: 1748-670X            Impact factor:   2.238


1. Introduction

Pharmacokinetic (PK) often uses mathematical models and equations to study quantitative change law of medicines with time [1, 2]. PK is divided into several areas including the extent and rate of absorption, distribution, metabolism, and excretion [3]. It is mainly used to build mathematical expressions to monitor individual in vivo dose or drug regimen with time and work out PK parameters, make out, and adjust individual regimen to guarantee effectiveness and safety of treatment by applying PK model, expression, and parameters [4, 5]. After a drug is absorbed into vein, most of it is bound with plasma protein. Combining percentage of a drug for therapeutic dose and plasma protein is called binding rate of plasma protein (BRPP) [6]. In this paper, BRPP is stable because it is a measured value for normal people in normal dose. Free drug can diffuse to organisms by lipid membrane. And it can be filtered by tubules or metabolized by liver [7]. Consequently, combination of drug and protein can have evident effect on process of drug distribution and elimination and decrease drug potency at the target site. Some studies indicate that pharmacodynamic and pharmacokinetic is mainly influenced by its binding protein, so does bioavailability [7-10]. The higher BRPP is, the longer its half-life is. Among R&D projects, about percent forty candidate compounds fell into disuse because of poor PK parameters, such as slow absorbing speed, low bioavailability, high BRPP, quick metabolization leading to short duration of drug action, and metabolites with toxicity and slow excretion leading to accumulated toxicity, in a body [11]. These reasons make in vitro activity of the compounds to lose the developing values of clinical drugs [12]. Therefore, for feasible drug design, we must consider characteristics of pharmacodynamic and pharmacokinetic to achieve the best balance between them. It is an important content of drug design for quantitative structure pharmacokinetic relationship (QSPKR) [13, 14] and quantitative structure-activity relationship (QSAR) [15, 16]. At the same time, they are also successfully used to forecast characteristics of drugs such as drug metabolism, toxicity, and actual bioavailability. Computer-aided drug design (CADD) is becoming an important research field of new drug development [17], which can apply known knowledge of drug molecules and biological targets to find and design new kinds of drug molecules by theoretical simulation and calculation [18]. At present, it is a very active area to study PK models in pharmaceutical industry. Because drug BRPP is influenced by many factors, causality and mechanism are not clear and distinct between molecular structures of drugs. As far as the present scientific level is concerned, there are still many difficulties to clarify relations between them according to basic principles. Classical forecasting methods (e.g., multiple linear regression) face more and more dilemmas. However, artificial intelligence methods provide stronger tools to analyze existed PK data and construct QSPKR between BRPP and molecular structure variables of a drug. In particular, the results of practical application in other fields indicate that the performance of support vector machine (SVM) has superiority over ANN and can overcome the problems of overfitting and local minimization of traditional neural networks excellently. In order to find a new method to construct a PK model of BRPP, we establish QSAR models by Heuristic algorithm (HA) and SVM with BRPP of seventy drugs and test forecasting performance and stability of a SVM model. The remainder of the paper is organized as follows. Principles of research methods are introduced in Section 2. Empirical study is presented in Section 3. Finally, conclusive results are drawn in Section 4.

2. Data Resource and Methodology

2.1. Data Resource and Structure Parameters

All experimental data of seventy drugs and their BRPPs resource are from reference [19]. Models are constructed by training set consisting of fifty-six drugs chosen randomly. Data of the remaining fourteen drugs as test set are used to examine stability and forecast performance of the two models. All compounds are initially optimized by molecular mechanics method (MM+) in program Hyperchem 4.0. Then, they are geometrically optimized further by semiempirical method (AM1). Optimized molecular structure is calculated in MOPAC 6.0, and then the results are transferred into CODESSA program to calculate five kinds of descriptors (independent variables): composition descriptor, topological descriptor, geometric descriptor, electrostatic descriptor, and quantum chemical descriptor.

2.2. Heuristic Algorithm

HA can entirely search for a great quantity of molecular descriptors in software CODESSA and establish optimal linear regression equation [20]. HA has to control collinearity of molecular descriptors [21]. For example, if correlation coefficient of any two descriptors is more than 0.8, they will not be involved in the same model simultaneously. The optimal model is built by rapid filter and selection of HA to descriptors, while it is not done by considering all possible combination of descriptors. HA takes pretreatment way to eliminate some descriptors according to four rules: (1) the descriptors not owned by each compound; (2) descriptors with smaller changes of values for all compounds; (3) descriptors with F test value less than 1.0 in an equation; (4) descriptors with t test value less than a specific value [16]. Heuristic regression method (HRM) sequences molecular descriptors as descending order of correlation coefficients of a model. Every time, the descriptor with the biggest correlation coefficient is introduced among the remaining descriptors, which takes turn until the end. Performance of a model depends on multiple correlation coefficient (R 2), F test value (F), standard deviation (s), and so forth [22]. Stability of a model is tested by correlation coefficient R cv 2 of cross-validation of leave-one-out (LOO) [23]. Briefly, eliminate a sample in data set and forecast the eliminated sample by building a new model with the same descriptors, take turns until every sample in data set is eliminated and forecasted once, and calculate correlation coefficient between a forecasted value and an observed value. Generally, speed and quality of HRM are higher than others, which makes it become the first choice in practice [24]. In this paper, errors of heuristic regression results are denoted by root mean square (RMS), and the equation is as follows: where y is target value, is an observed value, n is the quantity of compounds, and c denotes a compound.

2.3. Support Vector Machine

Principle of SVM is that maps input vector x into high-dimensional feature space by scheduled nonlinear mapping and then constructs optimal hyperplane in the high-dimensional space [25]. Thus, the problem is transformed into quadratic programming. No matter what target function or classification function it is, they both involve the inner product in quadratic programming. If a kernel function is used, it can avoid complex calculations in high-dimensional space and realize the inner calculations by an original space function. Consequently, selecting appropriate inner product K(x , y ) can realize linear calculation of a nonlinear transformation, while it does not increase calculating complexity [26]. Support vector machine regression (SVRM) maps a variable x into high-dimensional feature space by a nonlinear constructor Φ, and the regression is done in the space [27]. Assume the given input sample x is a n-dimension vector, k samples and their output value y are denoted as follows: Regression analysis is also called function estimation, which is a statistical process for estimating the relationships among variables. For a given sample set {(x , y ), i = 1,…, k}, where x is the i independent factor (descriptor) and y is the i dependent factor (BRPP). A regression model relates y to a function of x, y = f(x). If the function f(x) is linear, the regression is called as linear regression, otherwise called as nonlinear regression [28]. There is only one kind of sample points for SVMR, namely, optimal hyperplane which makes the total deviation minimized between all sample points and the hyperplane. Thus, sample points are between two borders. If insensitive function ε is taken as an error function, the problem of how to find the optimal regression hyperplane is transformed to solve quadratic convex programming when the distances of all sample points to the quested hyperplane are not more than ε [25]. Namely, When distances of several sample points to the hyperplane are more than ε, deviation of insensitive function ε is equivalently the introduced slack variable ξ of SVM clustering. Introducing fault-tolerant penalty function C, the problem of quadratic convex programming to find the optimal regression hyperplane can be transformed as follows: Then, linear regression function of the optimal hyperplane is a , a *, and b can be calculated through constraints; S.V. denotes support vector. In order to determine parameters of the optimal hyperplane, the above solving process can be realized by MATLAB program. Last results indicate that the optimal regression hyperplane is only determined by sample points. If points x and x in sample space are replaced by mapped image point ψ(x) and ψ(x ) with a kernel function; let K(x, x ) = (ψ(x) · ψ(x )); L denotes number of points [29]; then,

3. Empirical Analysis

3.1. HA Model

Each molecule can be worked out to five hundred to six hundred descriptors by using CODESSA, including composition, topological, geometric, electrostatic, and quantum chemical descriptors. Composition descriptor reflects the composition information of a molecule, including quantity of atoms, atomic bonds, atomic rings, and molecular weight. Topological descriptor indicates connecting information of atoms in a molecule, including Wiener index, Randic index, and Kier-Hall index. Geometric descriptor reveals size and shape of a molecule, including inertia moment, molecular cubage, and surface area. Electrostatic descriptor displays distribution information of electric charges in a molecule, including maximum and minimum partial charges, polarity, and charged partial surface area (CPSA). Quantum chemical descriptor discloses electric charge distribution in a molecule and energy information of molecular orbit, including reaction index, dipole moment, energy of lowest unoccupied molecular orbital (LUMO), and highest occupied molecular orbital (HOMO), which has an important effect on molecular reaction, electrostatic interaction between molecules, and interaction between molecular orbits. By HM filtering, six parameters are introduced to the model. Their interrelations and forecasting results are seen in Tables 1 and 2. In HA model, correlation coefficient R 2 = 0.85, test value F = 63.64, error RMS = 12.24, and correlation coefficient of cross-validation R cv 2 = 0.80 (see Figure 1 and Table 3).
Table 1

Correlation matrix of the six descriptorsa.

Descriptor123456
11.0000.1770.7760.039−0.190−0.559
21.0000.2660.269−0.104−0.255
31.0000.129−0.541−0.592
41.000−0.192−0.497
51.0000.325
61.000

a1: ALFA polarizability (DIP), 2: WPSA-3 weighted PPSA (Zefirov's PC), 3: HASA-1/TMSA (Zefirov's PC), 4: Tot point-charge compd. of the molecular dipole, 5: PNSA-2 total charge weighted PNSA, and 6: final heat of formation.

Table 2

Experimental and calculated BRPP based on HA and SVM.

No.Compd.BRPP/(%)HAResidualSVMResidual
1a Acebutolol26.035.99.940.014.0
2Alprenolol85.061.5−23.572.9−12.1
3Amantadine67.058.6−8.461.9−5.1
4Amiodarone100.0110.910.9100.30.3
5Amitriptyline94.8100.15.390.1−4.7
6a Aspirin49.056.17.145.0−4.0
7Betamethasone64.062.9−1.161.0−3.0
8Bumetanide99.092.6−6.494.0−5.0
9Caffeine36.028.0−8.030.9−5.1
10Cefalexin14.041.627.641.027.0
11a Chloroquine61.067.76.775.614.6
12Chlorthalidone75.076.81.880.05.0
13Cimetidine19.017.2−1.819.40.4
14Ciprofloxacin40.040.60.643.43.4
15Diphenhydramine78.083.25.283.95.9
16a Furosemide98.885.8−13.095.5−3.3
17Glibenclamide99.0114.015.095.1−3.9
18Haloperidol92.091.3−0.795.73.7
19Lidocaine70.060.6−9.475.15.1
20Methadone89.094.35.394.05.0
21a Methotrexate34.047.313.353.419.4
22Metoclopramide40.037.4−2.644.34.3
23Metronidazole10.016.16.115.05.0
24Nifedipine96.091.0−5.096.60.6
25Phenobarbital51.060.49.446.2−4.8
26a Pindoioi51.053.62.669.018.0
27Prednisone75.058.0−17.069.9−5.1
28Quinidine87.093.86.8100.013.0
29Ranitidine15.015.70.715.60.6
30Sulfadiazine54.065.611.659.15.1
31a Sulfamethoxazole62.056.4−5.648.1−13.9
32Terbutaline20.039.219.225.15.1
33Timolol60.044.6−15.465.15.1
34Triamterene61.058.9−2.166.15.1
35Amikacin4.0−12.4−16.45.41.4
36a Carbamazepine74.072.2−1.881.87.8
37Carbenicillin50.063.913.955.05.0
38Cefamandole74.078.74.776.12.1
39Cefazolin89.072.4−16.683.9−5.1
40Cefotaxime36.037.11.133.6−2.4
41a Cefuroxime33.052.619.653.420.4
42Chloramphenicol53.037.7−15.347.9−5.1
43Chlorothiazide94.683.2−11.489.5−5.1
44Clonazepam86.083.1−2.980.9−5.1
45Cocaine91.082.2−8.885.9−5.1
46a Dapsone73.069.0−4.066.6−6.4
47Dexamethasone68.078.910.973.15.1
48Diazepam98.788.7−10.093.6−5.1
49Ethinylestradiol98.086.2−11.892.9−5.1
50Famotidine17.016.2−0.811.9−5.1
51a Fentanyl84.085.81.890.26.2
52Flecainide61.080.619.666.05.0
53Hydrochlorothiazide58.057.6−0.463.05.0
54Imipramine90.193.63.585.0−5.1
55Isoniazid0.017.417.45.15.1
56a Isosorbide-5-mononitrate0.010.710.7−11.8−11.8
57Ketoconazole99.090.4−8.6104.15.1
58Lovastatin95.0101.36.3100.05.0
59Mexiletine63.066.33.368.15.1
60Nitrazepam87.097.110.194.67.6
61a Norethisterone80.076.1−3.988.38.3
62Omeprazole95.089.9−5.192.6−2.4
63Pethidine58.072.014.076.318.3
64Phenylbutazone96.1104.58.4101.25.1
65Propafenone97.079.6−17.491.0−6.0
66a Propranolol87.083.4−3.690.33.3
67Pyrimethamine87.069.2−17.879.8−7.2
68Thiopental85.076.8−8.279.9−5.1
69Ticarcillin65.050.7−14.359.9−5.1
70Warfarin99.088.0−11.094.0−5.0

atest set.

Figure 1

Forecasted BRPP and observed BRPP based on HA.

Table 3

Correlation coefficient of six-descriptor in HA model.

DescriptorCoefficient t-test
ALFA polarizability (DIP)0.653 ± 0.05611.755
aWPSA-3 Weighted PPSA (Zefirov's PC)−10.969 ± 0.860−12.756
aHASA-1/TMSA (Zefirov's PC)−73.908 ± 14.802−4.993
Tot point-charge compd. of the molecular dipole−7.799 ± 0.918−8.495
aPNSA-2 Total charge weighted PNSA−0.036 ± 0.005−7.757
Final heat of formation−0.059 ± 0.016−3.596
R2 = 0.85, F = 63.64, RMS = 12.24, R cv 2 = 0.80

aTMSA: total molecular surface area; PNSA: partial negative surface area; PPSA: partial positive surface area.

There are six descriptors in HA linear model. WPSA-3 weighted PPSA (Zefirov's PC), HASA-1/TMSA (Zefirov's PC), and PNSA-2 total charge weighted PNSA are electrostatic descriptors. ALFA polarizability (DIP), Tot point-charge compd. of the molecular dipole and final heat of formation are quantum chemical descriptors. α-polarizability is molecular polarizability which reflects molecular cubage and interaction between agent and molecule. Polarizability scale is closely related to hydrophobicity and electrophilicity. In the model, only the signal of α-polarizability parameter is positive, which indicates that polarizability has a positive effect on bond of drug and plasma protein. Hydrophobicity influences combination of drug and plasma protein directly. Because protein consists of polypeptides with electric charge, the stronger electrophilicity is, the easier binding with plasma protein is. Final heat of formation (FHF) is relative to molecular stability, which expresses molecular reaction ability. Change of FHF influences molecular structure and function, while it does the combination of drug molecule and plasma protein. WPSA-3 weighted PPSA is partial positive surface charge. PNSA-2 total charge weighted PNSA is the weights of total charges and determined by surface area and functional gene of molecule, which reflects interactions between polarmolecules. On the surface of plasma protein, there are enzymes with specific function gene. At the same time, there also exist a series of receptors. As the ligand, drug is bound with receptors on the surface of plasma protein. Consequently, change of function gene on the surface of drug molecule can have a significant effect on BRPP. HASA-1/TMSA is a ratio of surface area of hydrogen bond receptor to total surface area of molecule, which is a weight area of surface charge of hydrogen bond donor atoms. According to the above explanation, dipole moment between molecules and the surface of hydrogen-bonding acceptor and molecular surface are both main influencing factors of bond of drug and plasma protein. Tot point-charge compd. of the molecular dipole is the contribution of point charge to molecular dipole moment.

3.2. SVM Model

In order to compare performance of SVM with that of HA model, we choose the same test set, training set, descriptors with HA model. In SVM model, it is very crucial to choose kernel function. There are four kinds of kernel functions including linear, polynomial, Gaussian, and sigmoid. When size and dimension of samples are small, the four kernel functions can show better performance. On the contrary, Gaussian kernel is a better choice [30], which is most commonly used in SVMR; namely, where γ is a constant, u and v are two independent variables. γ controls generalization ability of SVM by adjusting the shape of Gaussian function. Because size and dimension of samples are big in our study, Gaussian kernel function is a preferred choice. The forecasting results are seen in Table 2. After adjusting γ, ε, and C simultaneously, we can get three useful results. Firstly, seeing Figure 2, the error is minimal when γ is 0.035. Optimal value of ε depends on data type while it also considers support vectors. Because insensitive function ε can control border of all training set, it is very important for SVM to choose ε. Secondly, relation between ε and errors is seen in Figure 3. When ε = 0.173, the error is the least.
Figure 2

Relation of γ and RMS error on LOO cross-validation.

Figure 3

Relation of ε and RMS error on LOO cross-validation.

Thirdly, another important parameter C is used to measure the training error between maximal and minimal hyperplane. If C is too small and training is not enough, it is very difficult to arrive to the optimal. On the contrary, overfitting phenomenon will happen. Relation between C and errors is seen in Figure 4. When C is equal to 130, the error is the least.
Figure 4

Relation of C and RMS error on LOO cross-validation.

According to the above training results, when the optimal parameters γ, ε, and C are equal to 0.035, 0.173, and 130 respectively, forecasting ability of the model is the most robust and stable. In Figure 5, RMS is 11.40. For training and test set, R 2 is 0.97 and 0.92, respectively. Total R cv 2 is 0.83.
Figure 5

Forecasted BRPP and observed BRPP of HA.

Comparing HA with SVM, it is found that their correlation coefficient square (R 2) is 0.80 and 0.83, respectively, after cross-validation, RMS is 12.24 and 11.40, respectively. Higher R 2 value and lower RMS value indicate a better predictability of the dependent variable from the independent variables [31]. Therefore, a conclusion can be drawn that SVM model has better stability and more robust forecasting ability for BRPP than HA model, which is a good tool to construct PK a model.

4. Conclusion

In this paper, we construct HA and SVM model to forecast BRPP, respectively. By calculating descriptors of molecular structure, we found that it is satisfactory for forecasting results of nonlinear QSAR model based on SVM and linear QSAR model based on HA. By comparison of two methods, nonlinear model based on SVM is more stable and more robust to forecast BRPP than linear model based on HA. Therefore, SVM model is a more effective tool to study QSAR and BRPP of a drug. However, because the comparison is primarily based on the analysis of one real dataset, our research has certain limitations. The conclusions need research supports of more datasets. SVM performance of predicting BRPP should be studied and discussed further by more datasets in the future.
  20 in total

Review 1.  Computer-aided drug design: lead discovery and optimization.

Authors:  Mingli Xiang; Yu Cao; Wenjie Fan; Lijuan Chen; Yirong Mo
Journal:  Comb Chem High Throughput Screen       Date:  2012-05-01       Impact factor: 1.339

Review 2.  Regression methods for developing QSAR and QSPR models to predict compounds of specific pharmacodynamic, pharmacokinetic and toxicological properties.

Authors:  C W Yap; H Li; Z L Ji; Y Z Chen
Journal:  Mini Rev Med Chem       Date:  2007-11       Impact factor: 3.862

3.  Predictive activity profiling of drugs by topological-fragment-spectra-based support vector machines.

Authors:  Kentaro Kawai; Satoshi Fujishima; Yoshimasa Takahashi
Journal:  J Chem Inf Model       Date:  2008-06-06       Impact factor: 4.956

Review 4.  Pharmacokinetic studies of protein drugs: past, present and future.

Authors:  Eric Ezan
Journal:  Adv Drug Deliv Rev       Date:  2013-03-27       Impact factor: 15.470

5.  Rapid and accurate assessment of seizure liability of drugs by using an optimal support vector machine method.

Authors:  Hui Zhang; Wei Li; Yang Xie; Wen-Jing Wang; Lin-Li Li; Sheng-Yong Yang
Journal:  Toxicol In Vitro       Date:  2011-05-27       Impact factor: 3.500

6.  A statistical-heuristic methods for automated selection of drugs for screening.

Authors:  L Hodes; G F Hazard; R I Geran; S Richman
Journal:  J Med Chem       Date:  1977-04       Impact factor: 7.446

7.  Plasma protein distribution and its impact on pharmacokinetics of liposomal amphotericin B in paediatric patients with malignant diseases.

Authors:  Ying Hong; Peter J Shaw; Bruce N Tattam; Christa E Nath; John W Earl; Katherine R Stephen; Andrew J McLachlan
Journal:  Eur J Clin Pharmacol       Date:  2006-12-19       Impact factor: 2.953

8.  Pharmacokinetics and plasma protein binding of tamsulosin hydrochloride in rats, dogs, and humans.

Authors:  H Matsushima; H Kamimura; Y Soeishi; T Watanabe; S Higuchi; M Tsunoo
Journal:  Drug Metab Dispos       Date:  1998-03       Impact factor: 3.922

9.  Predicting P-glycoprotein-mediated drug transport based on support vector machine and three-dimensional crystal structure of P-glycoprotein.

Authors:  Zsolt Bikadi; Istvan Hazai; David Malik; Katalin Jemnitz; Zsuzsa Veres; Peter Hari; Zhanglin Ni; Tip W Loo; David M Clarke; Eszter Hazai; Qingcheng Mao
Journal:  PLoS One       Date:  2011-10-04       Impact factor: 3.240

10.  BinAligner: a heuristic method to align biological networks.

Authors:  Jialiang Yang; Jun Li; Stefan Grünewald; Xiu-Feng Wan
Journal:  BMC Bioinformatics       Date:  2013-10-09       Impact factor: 3.169

View more

北京卡尤迪生物科技股份有限公司 © 2022-2023.