Literature DB >> 24494073

Artificial Neural Networks Analysis Used to Evaluate the Molecular Interactions between Selected Drugs and Human Cyclooxygenase2 Receptor.

Ali Tayarani1, Ali Baratian2, Mohammad-Bagher Naghibi Sistani1, Mohammad Reza Saberi2, Zeinab Tehranizadeh2.   

Abstract

OBJECTIVE(S): A fast and reliable evaluation of the binding energy from a single conformation of a molecular complex is an important practical task. Artificial neural networks (ANNs) are strong tools for predicting nonlinear functions which are used in this paper to predict binding energy. We proposed a structure that obtains binding energy using physicochemical molecular descriptions of the selected drugs.
MATERIAL AND METHODS: The set of 33 drugs with their binding energy to cyclooxygenase enzyme (COX2) in hand, from different structure groups, were considered. 27 physicochemical property descriptors were calculated by standard molecular modeling. Binding energy was calculated for each compound through docking and also ANN. A multi-layer perceptron neural network was used.
RESULTS: The proposed ANN model based on selected molecular descriptors showed a high degree of correlation between binding energy observed and calculated. The final model possessed a 27-4-1 architecture and correlation coefficients for learning, validating and testing sets equaled 0.973, 0.956 and 0.950, respectively.
CONCLUSION: RESULTS show that docking results and ANN data have a high correlation. It was shown that ANN is a strong tool for prediction of the binding energy and thus inhibition constants for different drugs in very short periods of time.

Entities:  

Keywords:  Artificial Neural Networks; Binding Energy; COX2; Cyclooxygenase 2; Docking

Year:  2013        PMID: 24494073      PMCID: PMC3909632     

Source DB:  PubMed          Journal:  Iran J Basic Med Sci        ISSN: 2008-3866            Impact factor:   2.699


Introduction

Docking is a method which predicts the preferred orientation of one molecule to a second when bound to each other to form a stable complex (1). Docking is frequently used to predict the binding orientation of small molecule drug candidates to their protein targets in order to in turn predict the affinity and activity of the small molecule. Hence docking plays an important role in the rational design of drugs (2). Given the biological and pharmaceutical significance of molecular docking, considerable efforts have been directed towards improving the methods used to predict docking. Two approaches are generally used for docking calculations. One approach uses a matching technique that describes the protein and the ligand as complementary surfaces (3). The second approach simulates the actual docking process in which the ligand-protein pairwise interaction energies are calculated (4). In geometric matching the protein and ligand are described as sets of features that enable them to be docked. In one method receptor’s surface is described in terms of solvent accessible surface area and the ligand’s molecular surface is described in terms of matching surface description. Another method is to describe hydrophobic features of the protein using turns in main chain atoms. Yet another approach is to use a Fourier shape descriptor technique (5, 6). The simulation of docking is a much more complicated process. In this method ligand and receptor are positioned in a distance and the ligand is let to find its way into the active site with certain number of moves. The moves incorporate rigid body transformations such as translations and rotations. After each move total energy of the system is calculated. The Artificial neural network (ANN) analysis is a method of data analysis, which imitates the human brain’s way of working. The power of ANNs has been shown over the years by their successful use in many types of problems with different degrees of complexity and in different fields of application. Neural networks represent the way in which arrays of neurons probably function in biological learning and memory (7). These networks are known as the universal approximations and computational models with particular characteristics such as the ability to learn or adapt, to organize or to generalize data. The learning of ANNs takes place by training with examples, “in a process that uses a training algorithm to iteratively adjust the connection weights between neurons to produce the desired input–output relationships” (8). It has been widely used in optimization, calibration, modeling and pattern recognition. ANNs are very useful in medical and pharmaceutical sciences, for example in diagnosis of diseases (). Also ANNs have shown a good potential in calculation of physic-chemical and biological properties of drugs with more attention to pharmaceutical and chemical areas (12). In recent years many studies have been done in this field. Agatonovic-Kustrin and Beresford (13) reviewed the pharmaceutical applications of ANN method. ANN has been used to calculate aqueous solubility of drugs employing a number of molecular descriptors (14), and in other situations (15-18). It is proposed that by using artificial neural networks a set of descriptors can be incorporated to predict binding energy of final docking complex to facilitate and speed up screening processes. The aim of this study was to design and test the appropriate ANN, which could allow predicting binding energy on basis of structural descriptors describing the structure of the selected basic drugs.

Materials and Methods

Structural parameters from molecular modeling Descriptors of the structure of drugs were calculated by standard molecular modeling. Hyperchem® Ver. 8.5 for Windows® operating system was used. Geometry optimization was performed using molecular mechanics MM+ force field method and was followed by quantum chemical calculations according to semi-empirical AM1 method. Moreover, the set of structural descriptors was supplemented with Dragon Ver 4.5 software. The list of descriptors is presented in Table 3.
Table 3

List of structural parameters employed in ANN analysis

AbbreviationDescription
MWMolecular weight
SvSum of van der waals volumes C
ISIZInformation index on molecular size
ZM1Zagreb m1 index
ZM2Zagreb m2 index
QindexQuadratic index
PolPolarity number
TWCTotal walk count
GGI1Topological charge index
ATS1mBroto-Moreau autocorecction of a topological structure lag oneweighted by atomic mass
ATS1vBroto-Moreau autocorecction of a topological structure lag one weighted by atomic van der waals
AROMAromaticity
AGDDAveragegeometric distance degree
MAXDNMaximal electrotopologicalnegative variation
MAXDPMaximal electrotopological positive variation
MEVMolecularelectrotopological variation
SPHSpherosity
ASPAsphericity
FDIFolding degree index
TuTotal size index
ITHTotal information index on leverage content
UiUnsaturation index
HyHydrophilic factor
ARRAromatic ratio
MRMolarrefractivity
PSAPolar surface area
MLOGPLogP
BEBindingEnergy (KCal.mol-1)
Docking Autodock Ver 4.2 on Ubuntu Linux platform was used for docking. MGL tools Ver 1.5.4 was used for preparation and conversion of structures in Linux. COX2 (PDB ID: 6COX) was used as macromolecule and was set to rigid. The grid box was created with default 40x40x40 dots, each dot being 0.375Å, and was centered in the active site of the protein guided by presence of Celecoxib in original file. Number of general algorithm (GA) runs was set to twenty and the best result of each set with lowest binding energy was chosen. Structures were finally observed and examined using Swiss PDB Viewer Ver 4.0.4 and ViewerLite 4.2 in Windows 7. Artificial neural network (ANN) analysis An ANN involves the nodes that are known as neurons. The neurons are structured into a sequence of layers and connected to each other by using variable connection weights (12). Each layer can have a number of different neurons with various transfer functions (19). The first layer is the input layer with 27 nodes. The last layer is the output layer consisting of one node and a hidden layer containing 4 nodes is placed between input and output layers, where all three layers are responsible for learning process of the network. The data were divided randomly into three groups. The first group was considered for training with 23 compounds. The second group was used for validation containing 5 compounds and testing set with 5 compounds. At the end of the training process, it is necessary to evaluate the capability of ANN model in prediction of other data. The validation set is used to monitor the performance of the model during the training phase and to minimize over fitting. Finally the test set is used to evaluate the trained neural network. The input vector presented to an ANN is normalized between 0 and 1. We used the multi-layer perceptron (MLP) network models with back propagation in which weighted sum of inputs and bias term are passed to the activation level through the transfer function to produce the output. Transfer functions can take any form and may be linear or non-linear (20). In this study transfer function in the first layer is the ’S’ shaped logistic sigmoid whose general form is given as   and transfer function in the second layer is linear. In this structure, functions can be well approximated. Back-propagation algorithm based on MATLAB’s Neural Network Toolbox was used for ANN training. In this method, the output response is compared to a desired target response; if the actual response differs from the target response, the network generates an error signal, which is then used to calculate the adjustments that should be made to correct parameter weights, so that the actual output matches the target output. This algorithm is intended to change the weights until the error between output (predicted data) and target (docking data) is minimized. Architecture of artificial neural network predicting binding energy on the basis of selected structural descriptors. Artificial Neural Networks model type: MLP 27-4- 1 Correlations between the Artificial Neural Networks and docking binding energy Learning was completed in 150 epochs by back propagation method. In order to decrease the sensitivity predicted results by ANN, to displacement of compounds in different sets; this experiment was done 40 times with diverse selections from training, validation and test data sets. Figure 1 represents the architecture of the ANN model used for predictions of binding energy.
Figure 1

Architecture of artificial neural network predicting binding energy on the basis of selected structural descriptors. Artificial Neural Networks model type: MLP 27-4- 1

Results

The list of values of the structural parameters of the drugs studied derived from calculation chemistry, reflecting their electronic properties, size (bulkiness), lipophilicity and other 2D and 3D parameters are summarized in Table 4.
Table 4

List of drugs studied, binding energy values and structural parameters

NameMWSvISIZZM1ZM2QindexPolTWCGGI1ATS1mATS1vAROMAGDDMAXDNMAXDP
Acetaminophen151.1812.4186.439505361170.330.640.5930.98770.1621.7823.524
Aspirin180.1713.4492.239606671686.930.7320.610.92279.0122.7813.612
Benoxaprofen301.7422.85166.465112132173217050.790.6830.925179.7532.5324.038
Celecoxib381.4126.61212.8771421662241215.68.50.9690.6610.954215.8235.8565.125
Diclofenac296.1621.08147.207941071227139.240.8340.6950.984133.6222.5563.827
Diflunisal250.2117.75122.211921071328138.34.50.8110.6840.942113.9262.9895.52
Dup697411.3325.58179.5251241451935187.96.51.190.7530.954173.6984.1285.124
Etodolac287.3925.51226.4771141401838181.150.6020.6020.949195.5922.4874.286
Etoricoxib358.8727.02206.1311281491938193.16.50.9350.6970.883198.4744.1454.613
Fenoprofen242.2920.7216088991124128.73.50.6530.6390.997149.1652.5083.929
Flurbiprofen244.2820.32153.58901041227134.43.50.6680.6620.962138.9972.5835.772
Ibuprofen206.3119.4166.4657077819100.940.5210.5840.997151.6692.4383.762
Indomethacin357.8127.56219.661321581942204.55.50.7550.6580.91213.1152.6215.987
Ketoprofen254.321.72166.465941081228139.63.50.6530.6640.898147.7182.5655.244
Ketorolac211.2819.09140.881861031422132.220.6430.6610.901131.1461.5345.246
Lumiracoxib293.7422.05166.4651001141329148.450.7550.6620.978149.7812.6135.746
Meclofenamicacid296.1621.08147.207961121330144.540.8340.6950.946138.0292.6784.143
Mefenamicacid241.3121.2166.465901041227134.33.50.6260.6370.944151.1652.5944.124
Meloxicam351.4424.19186.1171261532041197.261.0540.657-38.108176.4894.8145.509
Nabumetone228.3120.81166.46584951123123.840.5980.6270.94169.2171.4313.948
Naproxen230.2819.72153.58861001226129.140.6420.6280.94144.7552.4743.916
Nimesulide310.3622.22179.5251061181428155.160.9510.6080.63172.1564.414.348
NS-398316.4224.02219.661061181428155.160.8280.5640.989204.154.3594.388
Oxaprozin293.3424.71192.751121291530167.93.50.6910.6610.966197.5062.5273.735
Parecoxib370.4628.91240.2151361601941207.260.8690.6530.91249.0294.7855.192
Piroxicam331.3824.11186.1171241501942193.450.9660.6530.811188.4174.8235.502
Rofecoxib314.3824.32186.1171181391834179.850.9110.6840.886179.3864.155.009
Sulindac356.4428.11226.4771321561940202.260.8090.6840.826231.4742.6115.656
Suprofen260.3320.21147.207901041225133.93.50.7860.6820.894140.7822.5355.017
Tolmetin257.3121.71172.974961111327143.84.50.6510.6270.899172.3562.5745.309
Valdecoxib314.3924.2186.1171181391834179.850.9250.6720.911178.4674.6174.333
Zileuton222.3418.17140.88176871119113.23.50.7130.6230.685123.0782.1343.728
Zomepirac243.2820.12153.58921091328140.73.50.6760.6360.887138.4272.7015.31
Table 3 as Figure 1 shows; we have 27 neurons in the input layer, 4 neurons in hidden layer and 1 neuron in the output layer. Thus the final model possessed a 27-4-1 architecture. An ANN model was used to correlate binding energy behavior of the set of structurally diverse drugs with their structural descriptors and to create a model useful to prediction of binding energy. Regression R values measure the correlation between outputs and targets. An R value of 1 means a close relationship while 0 means a random relationship. In Table 1 the correlation coefficients between experimented outputs and predicated outputs are presented. These results are the averages of 40 iterations for each set.
Table 1

The standard Pearson-R correlation coefficient between the target and actual output values

Number of neurons in hidden layerLearning setValidation setTesting set
20.9400.9020.845
30.9730.9520.930
40.9730.9560.950
A correlation between docking and ANN binding energy values in learning, validating and testing set is given in Figure 2.
Figure 2

Correlations between the Artificial Neural Networks and docking binding energy

Discussion

Results show that Autodock and ANN data have a high correlation. As seen in Table 1, the accuracy of the results increases with augmentation of hidden layer nodes. On the other hand, we achieved a good result and there was no need to increase neurons in hidden layer. Thus model 27-4-1 is a good structure. Table 2 shows the information about errors between target and output.
Table 2

Statistics of Artificial Neural Networks processing used during the study with 4 neurons in hidden layer

StatisticsLearning setValidation setTesting set
Error meana0.010.0290.053
Error SDb0.10.210.3
Abs E Meanc0.0950.190.241

Average error of the output variable

Standard deviation of errors for the output variable

Average absolute error (difference between target and output values) of the output variable

The standard Pearson-R correlation coefficient between the target and actual output values Statistics of Artificial Neural Networks processing used during the study with 4 neurons in hidden layer Average error of the output variable Standard deviation of errors for the output variable Average absolute error (difference between target and output values) of the output variable List of structural parameters employed in ANN analysis List of drugs studied, binding energy values and structural parameters

Conclusion

In present study, a set of 27 descriptors is adopted to build a model to describe docking energy of 33 drugs of diverse chemical structure with antagonistic effects on COX2 enzyme. We built a structure using neural networks which predicts binding energy and developed a multi-layer perceptron artificial neural network (ANN) model, which has been trained by back propagation algorithm. Results show that docking results and ANN data have a high correlation. As presented in Table 1, correlation coefficients for learning, validating and testing sets equaled 0.973, 0.956 and 0.95, respectively. Also the error between the autodock results and ANN data was good. It was shown that ANN is a strong tool for prediction of the binding energy and thus inhibition constants for different drugs in very short period to minimize the amount of time used in virtual screening techniques.
  16 in total

1.  QSD quadratic shape descriptors. 2. Molecular docking using quadratic shape descriptors (QSDock).

Authors:  B B Goldman; W T Wipke
Journal:  Proteins       Date:  2000-01-01

2.  Estimation of aqueous solubility for a diverse set of organic compounds based on molecular topology

Authors: 
Journal:  J Chem Inf Comput Sci       Date:  2000-05

Review 3.  Basic concepts of artificial neural network (ANN) modeling and its application in pharmaceutical research.

Authors:  S Agatonovic-Kustrin; R Beresford
Journal:  J Pharm Biomed Anal       Date:  2000-06       Impact factor: 3.935

4.  Protein-ligand recognition using spherical harmonic molecular surfaces: towards a fast and efficient filter for large virtual throughput screening.

Authors:  Wensheng Cai; Xueguang Shao; Bernard Maigret
Journal:  J Mol Graph Model       Date:  2002-01       Impact factor: 2.518

5.  Classification of carotid artery stenosis of patients with diabetes by neural network and logistic regression.

Authors:  U Uçman Ergün; Selami Serhatlioğlu; Firat Hardalaç; Inan Güler
Journal:  Comput Biol Med       Date:  2004-07       Impact factor: 4.589

Review 6.  Docking and scoring in virtual screening for drug discovery: methods and applications.

Authors:  Douglas B Kitchen; Hélène Decornez; John R Furr; Jürgen Bajorath
Journal:  Nat Rev Drug Discov       Date:  2004-11       Impact factor: 84.694

7.  Artificial neural networks analysis used to evaluate the molecular interactions between selected drugs and human alpha1-acid glycoprotein.

Authors:  Adam Buciński; Małgorzata Wnuk; Krzysztof Goryński; Anna Giza; Joanna Kochańczyk; Alicja Nowaczyk; Tomasz Baczek; Antoni Nasal
Journal:  J Pharm Biomed Anal       Date:  2008-11-17       Impact factor: 3.935

Review 8.  Computational methods for biomolecular docking.

Authors:  T Lengauer; M Rarey
Journal:  Curr Opin Struct Biol       Date:  1996-06       Impact factor: 6.809

9.  Prediction of aqueous solubility of drug-like molecules using a novel algorithm for automatic adjustment of relative importance of descriptors implemented in counter-propagation artificial neural networks.

Authors:  Slavica Erić; Marko Kalinić; Aleksandar Popović; Mire Zloh; Igor Kuzmanovski
Journal:  Int J Pharm       Date:  2012-08-23       Impact factor: 5.875

Review 10.  Clinical application of artificial neural network (ANN) modeling to predict pharmacokinetic parameters of severely ill patients.

Authors:  Shigeo Yamamura
Journal:  Adv Drug Deliv Rev       Date:  2003-09-12       Impact factor: 15.470

View more
  1 in total

1.  Feature selection using genetic algorithm for breast cancer diagnosis: experiment on three different datasets.

Authors:  Shokoufeh Aalaei; Hadi Shahraki; Alireza Rowhanimanesh; Saeid Eslami
Journal:  Iran J Basic Med Sci       Date:  2016-05       Impact factor: 2.699

  1 in total

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