This is an open access article distributed under the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.
1. Introduction
Diabetic retinopathy (DR) is one of the most important manifestation of diabetic microangiopathy, which is a fundus disease with specific changes and one of the serious complications of diabetes [1]. Worldwide, there are approximately 93 million DR patients. Diabetes patients mainly suffer from abnormal insulin hormones and cell metabolism, which cause changes in eye tissue, nerve and blood vessel microcirculation, and damage eye nutrition and visual function. Due to the change of blood composition in diabetic patients, the function of vascular endothelial cells is abnormal, and the blood-retinal barrier is damaged [2, 3]. The lesions of retinal capillaries include aneurysms, bleeding spots, hard exudates, cotton wool spots, beaded veins, intraretinal microvascular abnormalities (IRMA), and macular edema.
Current treatments for DR include drug therapy, laser photocoagulation, and vitrectomy [4]. In terms of drug treatment, there are drugs to control blood sugar, lower blood lipids, and control blood pressure [5]. In earlier studies, doxium (calcium 2, 5-dihydroxybenzene sulfonate) was found to significantly inhibit and reverse the three high factors leading to DR: high capillary permeability, high blood viscosity, and high platelet activity [6]. Aspirin also has a certain preventive effect on microthrombosis, which can inhibit the production of thromboxane and prostaglandin metabolites and inhibit the platelet agglutination [7]. Therapeutic drugs were divided into four categories, including antivascular endothelial growth factor (anti-VEGF), corticosteroids, angiotensin receptor blockers, and fibrates drugs. However, the current therapies for DR are associated with the limited efficacy and the variety of side effects. Topical nonsteroidal anti-inflammatory drugs have proven to be ineffective in long-term diabetic macular edema (DME) treatment [8]. Besides, intravitreal antivascular endothelial growth factor drugs may increase the risk of cardiovascular complications in diabetic patients [8]. Therefore, there is a need to develop the effective treatment or more efficacious drugs.
Disease progression of DR is associated with multitargets as a complicated disease. Currently, target prediction and identification of optimal candidates in drug discovery strongly depend on computational intelligence and data-driven decision. As for target prediction and identification of optimal candidate, identification of the chemical-protein interaction (CPI) between proteins and chemicals is crucial. Compared to traditional experimental identification, in silico computational approaches are time-saving and low-cost. Several types of drug-related interactions have received an enormous amount of attention recently. Chen et al. summarized the databases, web servers, and state-of-the-art computational models (e.g., network-based method and machine learning-based method) involved in CPI [9]. The advantage of most of state-of-the-art computational models is that they are suitable for compounds without known 3D target structures, and they are applicable to predict novel CPI for new compounds. For pathway-based drug discovery, the new strategy of identification of the drug-pathway associations is developed based on various state-of-the-art computational methods including matrix decomposition-based, Bayesian spare factor-based, and some machine learning methods [10]. In addition, microRNAs have been identified as diagnostics and therapeutic targets in recent years [11]. The state-of-the-art computational methods have been developed to identify the potential small molecule-miRNA associations. Recently, Koutsoukas et al. summarized the computational methods for predicting the CPI, including ligand-based approach and structure-based approach [12]. Multitarget quantitative structure-activity relationship (mt-QSAR) method, as a ligand-based approach, facilitates the prediction of activities against different proteins and exploration of multiple pharmacological activities. To explore the polypharmacology against DR, construction of multiclassifiers for target prediction is appreciated [13].
To apply the mt-QSAR method to predict CPI towards DR, 15 targets (ACE, AGTR1, FLT1, PRKCB, AKR1B1, AR, ICAM1, MAPT, NOS2, NOS3, SERPINE1, SLC2A1, TNF, VCAM1, and KDR) involved in the progression of DR were selected to construct the binary classifiers in this work. We constructed multiple classifiers based on random forest (RF),
[figure(s) omitted; refer to PDF]
2. Materials and Methods
2.1. Data Collection and Processing for Classification Model Construction
DR-associated genes were collected and integrated from the databases including DisGeNET, OMIM, and Genecard. High-frequency genes were analyzed by literature retrieval, in which 15 important genes (including ACE, AGRT1, FLT1, PRKCB, AKR1B1, AR, ICAM1, MAPT, NOS2, NOS3, SERPINE1, SLC2A1, TNF, VCAM1, and KDR) were finally screened out to build QSAR modelling.
The biological activity of 15 genes was collected from ChEMBL database [14]. The compounds with specific IC50 values were selected to construct the binary classifiers for each target. And the compounds were preprocessed as follows: (i) duplicated compounds in each set were removed; (ii) salts were neutralized; (iii) compounds were classified into active and inactive categories according to pIC50 (-log IC50 (mol/L)) values based on the criteria that obtained a balanced distribution of active and inactive compounds. The details of each data set used to construct the predictive model are presented in Table S1. The preparation of data set is carried out using the software KNIME 4.1.0 (https://www.knime.org).
2.2. The Construction of Random Forest,
The small molecules were characterized using MACCS fingerprint and extended connectivity fingerprints (ECFP), respectively. The MACCS and ECFP6 (1024 dimensional counted with a radius set to 3) fingerprints were computed using RDKit. For each target, data set was divided into a training set (80% data set) and a test set (20% data set) using the stratified sampling method. Training set was used to train the models, and 5-fold cross-validation was performed for internal model validation. Test set was used as an external dataset to evaluate the quality of the model. Eight predictive models (RF_MACCS, RF_ECFP6, SVM_MACCS, SVM_ECFP6, KNN_MACCS, KNN_ECFP6, NN_MACCS, and NN_ECFP6) were constructed for each target based on MACC and ECFP6 fingerprints and four machine learning algorithms (random forest (RF) [15],
To investigate the influence of the factors of proteins in modelling performance, proteochemometrics (PCM) was implemented by integrated descriptors of chemical compounds with descriptors of proteins. The PyBioMed [19] was used to calculate the amino acid composition, transition, and distribution descriptors for 15 targets. In total, 8568 protein descriptors were calculated for each target sequence. The values of all of descriptors were normalized in the range between 0 and 1 using the min-max normalization function. The principal component analysis (PCA) was used to reduce the dimensions of protein descriptors. After that, 150 protein descriptors were preserved and used to construct the PCM models. Training and test sets for PCM modelling were constructed by combining data sets of 15 targets. Then, 12289 chemicals (positives: 6137, negatives: 6152) and 3080 chemicals (positives: 1539, negatives: 1541) constitute the integrated training and test sets for the PCM models, respectively. Eight predictive models (RF_MACCS_protein, RF_ECFP6_protein, SVM_MACCS_protein, SVM_ECFP6_protein, KNN_MACCS_protein, KNN_ECFP6_protein, NN_MACCS_protein, and NN_ECFP6_protein) were constructed based on the composition of chemical compounds and descriptors of proteins.
Random forest (RF), an ensemble method, is consisted of many decision trees which produce individual predictions. The most votes of a large number of trees determine the classification result of RF, which has become a “gold standard” with high prediction accuracy for the comparison with other machine learning methods [20].
Support vector machine (SVM) is developed based on Vapnik’s structural risk minimization (SRM) principle of the statistical learning theory and is applicable for dealing with nonlinear problems for classification by constructing a hyperplane to separate positive and negative samples with a maximum margin.
Neural network (NN) comprises several neurons which are connected to each other and organized into layers. NN attempts to identify the potential relationships in input data through mimics the study of human brain and utilize complicated mathematical models for processing information.
To evaluate the prediction capability of the predictive models, five indicators including sensitivity (SE), specificity (SP), accuracy (Q), Matthews correlation coefficient (MCC), and area under curve (AUC) were used. These indicators were calculated based on the true positives (TP), true negatives (TN), false positives (TP), and false negatives (FN) in the following way:
2.3. Database Implementation
DR-related chemicals and drugs were extracted from ChEMBL and DrugBank databases, respectively. The signaling pathways associated with 15 targets and DR-related drugs were extracted from KEGG database. HERB (http://herb.ac.cn) was used to collect natural compounds. We manually checked records from DrugBank, ChEMBL, KEGG, Pharmacodia, and TTD, to obtain up-to-date information about DR drugs (update to February 1, 2022). The approved or clinical trial drugs for DR treatment were stored in DRDB database. Finally, by searching ChEMBL ID of 15 DR-related protein targets, a list of chemicals, reported bioactivities, bioassays, references, and drugs for the treatment of other diseases associated with proteins were retrieved and stored in the backend of DRDB.
The DR database’s client and RESTful server sides were built with the Angular web framework and the Django REST framework (http://www.django-rest-framework.org), respectively. DRDB database was installed using PostgreSQL (http://postgresql.org) on an Ubuntu server. The RDKit package (http://rdkit.org), an open source cheminformatics toolkit, was used for similarity search and prediction. Furthermore, the JSME Javascript plugin was used to draw structures on the website.
2.4. Meta-Analysis
China National Knowledge Infrastructure (CNKI), WanFang, VIP, and PUBMED databases were electronically searched to collect all relevant publications that reported Compound Danshen Dripping Pills treating DR by using the following search terms: “Compound Danshen Dripping Pills” and “Diabetic retinopathy.” The literature search was performed up to November 2021. All statistical analyses were performed using the Review Manager Software (RevMan5.4) provided by Cochrane. The weighted mean differences (WMD) of the measurement data are used as the combined statistic, of which 95% confidence intervals (CI) were assessed, and the forest map was made [21]. Heterogeneity was assessed by the WHAT test,
2.5. Collection of Components of Salvia miltiorrhiza, Panax notoginseng, and Borneol
YaTCM [44] is a free web-based Chinese medicine database, which contains 6,220 herbal medicines, 47,696 natural compounds, and 18,697 targets. Different from TCMSP [45], ETCM [46], HERB [47], and SymMap [48], herbal medicines are included in YaTCM. YaTCM can be obtained free of charge at http://cadd.pharmacy.nankai.edu.cn/yatcm/home. SymMap, a comprehensive Chinese medicine database enhanced by symptom mapping, contains 499 kinds of medicinal materials and 19,595 kinds of ingredients registered in the Chinese Pharmacopoeia. The monomer components of three herbs (Salvia miltiorrhiza, Panax notoginseng, and borneol) in CDDP were extracted from the YaTCM, HERB, and SymMap databases and represented as SMILES format according to their PubChem CID. In total, there are 69 ingredients in borneol, 261 ingredients in Salvia miltiorrhiza, and 354 ingredients in Panax notoginseng.
2.6. Target Prediction for Components of Salvia miltiorrhiza, Panax notoginseng, and Borneol and Chemical-Protein Interaction Network Analysis
We applied multiple classifiers of each target to predict the putative targets for molecules against DR. In order to take the advantage of different classifiers, the multiple voting method was applied to estimate whether a compound was active against a target. The more classifiers predict to be positive, the more likely it is considered as a valid chemical-protein interaction. To explore the possible mechanism of borneol, Salvia miltiorrhiza, and Panax notoginseng, we constructed the compound-target network. The potential chemical-protein interaction network was constructed and analyzed by Cytoscape 3.9.1 (Cytoscape Consortium, United States) software.
2.7. Target Validation In Vitro
The targets predicted by QSAR model were validated in vitro. Cells were cultured in Dulbecco’s Modified Eagle’s medium/F12 medium (DMEM/F12; Gibco) supplemented with 10% foetal bovine serum (Life iLab Biotech) and 1% penicillin/streptomycin at 37°C in a humidified incubator with 5% CO2. In order to establish a hyperglucose cell model, ARPE-19 cells were treated with 50 mM D-glucose for 72 hours. In addition, ARPE-19 cells were treated with cryptotanshinone and protocatechuic acid (10 mM, 20 mM) for 72 hours in the presence of high glucose. Cells cultured in DMEM without glucose served as the control. Cell viability were measured using Cell Counting Kit-8 (CCK-8) after drug treatment.
When the cells reached the logarithmic growth phase, the medium was replaced with the serum-free medium containing different drugs, and the cells were continued to be cultured for 72 hours. To extract the total protein, cells were collected and disrupted with RIPA lysis buffer (Solarbio) and ultrasonic processor. The supernatant was obtained after centrifugation, which concentration was estimated with Bicinchoninic Acid Protein Assay kit (Thermo Fisher Scientific, Inc.). 40 μg protein from each sample was separated on 10% sodium dodecyl sulfate polyacrylamide gels. The samples were transferred onto nitrocellulose filter membrane (Millipore), which were then blocked with 5% skim milk for one hour at room temperature. After blocking, the membrane was incubated overnight at 4°C with appropriate primary antibodies (GAPDH, 1 : 8000, Proteintech; ICAM-1, 1 : 500, Santa Cruz Biotechnology). The next day, membrane was washed three times with TBST buffer and then incubated with HRP-conjugated secondary antibodies (1 : 5000; KPL) at room temperature for two hours. The membrane was washed three times again to wash off the residue antibody solution completely and interacted with enhanced chemiluminescence substrate (Millipore). Protein band was detected with chemiluminescence gel imaging system (Tanon 5200).
3. Results and Discussion
3.1. Machine Learning Models
The classification performance of 120 classifiers for 15 targets was evaluated using various metrics, and the results are presented in Tables 1 and 2. In the cross-validation process, the MCC values of 86 classifiers out of 120 (71.67%) are greater than 0.5, 86 models out of 120 (71.67%) give an AUC value higher than 0.75. In general, AUC values of 120 models are greater than 0.667 with an average value of 0.782, and
Table 1
Performance summary of the 5-fold cross-validation for 15 targets towards DR.
Target | Fingerprint | Random Forest | KNN | SVM | Neural networks | ||||||||||||||||
AUC | SE | SP |
|
MCC | AUC | SE | SP |
|
MCC | AUC | SE | SP |
|
MCC | AUC | SE | SP |
|
MCC | ||
ACE | MACCS | 0.821 | 0.863 | 0.779 | 0.823 | 0.646 | 0.817 | 0.909 | 0.725 | 0.821 | 0.648 | 0.813 | 0.838 | 0.788 | 0.814 | 0.628 | 0.823 | 0.822 | 0.824 | 0.823 | 0.646 |
ECFP6 | 0.808 | 0.855 | 0.761 | 0.810 | 0.620 | 0.809 | 0.822 | 0.797 | 0.810 | 0.619 | 0.816 | 0.871 | 0.761 | 0.819 | 0.638 | 0.797 | 0.846 | 0.748 | 0.799 | 0.598 | |
AGTR1 | MACCS | 0.858 | 0.870 | 0.846 | 0.858 | 0.716 | 0.861 | 0.876 | 0.846 | 0.860 | 0.722 | 0.864 | 0.879 | 0.848 | 0.863 | 0.727 | 0.840 | 0.834 | 0.846 | 0.840 | 0.679 |
ECFP6 | 0.879 | 0.885 | 0.873 | 0.878 | 0.757 | 0.876 | 0.910 | 0.843 | 0.876 | 0.754 | 0.879 | 0.899 | 0.859 | 0.878 | 0.758 | 0.862 | 0.870 | 0.854 | 0.862 | 0.724 | |
AKR1B1 | MACCS | 0.716 | 0.736 | 0.696 | 0.715 | 0.432 | 0.719 | 0.696 | 0.743 | 0.720 | 0.439 | 0.734 | 0.733 | 0.736 | 0.734 | 0.468 | 0.714 | 0.692 | 0.736 | 0.715 | 0.429 |
ECFP6 | 0.778 | 0.791 | 0.766 | 0.778 | 0.556 | 0.736 | 0.766 | 0.706 | 0.734 | 0.471 | 0.769 | 0.773 | 0.766 | 0.769 | 0.538 | 0.740 | 0.755 | 0.726 | 0.740 | 0.480 | |
AR | MACCS | 0.767 | 0.769 | 0.765 | 0.767 | 0.534 | 0.754 | 0.788 | 0.721 | 0.754 | 0.509 | 0.778 | 0.773 | 0.783 | 0.778 | 0.555 | 0.738 | 0.740 | 0.735 | 0.738 | 0.475 |
ECFP6 | 0.767 | 0.788 | 0.747 | 0.767 | 0.535 | 0.763 | 0.805 | 0.721 | 0.762 | 0.527 | 0.768 | 0.798 | 0.739 | 0.768 | 0.537 | 0.756 | 0.766 | 0.747 | 0.756 | 0.512 | |
FLT1 | MACCS | 0.770 | 0.778 | 0.762 | 0.770 | 0.540 | 0.753 | 0.755 | 0.751 | 0.753 | 0.506 | 0.770 | 0.769 | 0.771 | 0.770 | 0.540 | 0.741 | 0.735 | 0.748 | 0.741 | 0.483 |
ECFP6 | 0.754 | 0.732 | 0.776 | 0.754 | 0.509 | 0.749 | 0.724 | 0.773 | 0.749 | 0.498 | 0.763 | 0.701 | 0.824 | 0.763 | 0.529 | 0.737 | 0.726 | 0.748 | 0.737 | 0.474 | |
ICAM1 | MACCS | 0.754 | 0.797 | 0.710 | 0.754 | 0.509 | 0.739 | 0.812 | 0.667 | 0.739 | 0.483 | 0.775 | 0.855 | 0.696 | 0.775 | 0.558 | 0.783 | 0.812 | 0.754 | 0.783 | 0.566 |
ECFP6 | 0.790 | 0.870 | 0.710 | 0.790 | 0.587 | 0.768 | 0.884 | 0.652 | 0.768 | 0.551 | 0.812 | 0.870 | 0.754 | 0.812 | 0.627 | 0.775 | 0.812 | 0.739 | 0.775 | 0.552 | |
KDR | MACCS | 0.787 | 0.801 | 0.773 | 0.787 | 0.574 | 0.777 | 0.791 | 0.763 | 0.777 | 0.554 | 0.800 | 0.800 | 0.800 | 0.800 | 0.600 | 0.762 | 0.775 | 0.748 | 0.762 | 0.524 |
ECFP6 | 0.824 | 0.839 | 0.809 | 0.824 | 0.649 | 0.804 | 0.841 | 0.768 | 0.805 | 0.611 | 0.830 | 0.835 | 0.825 | 0.830 | 0.660 | 0.797 | 0.815 | 0.779 | 0.797 | 0.595 | |
MAPT | MACCS | 0.702 | 0.667 | 0.737 | 0.704 | 0.404 | 0.711 | 0.606 | 0.816 | 0.718 | 0.433 | 0.667 | 0.545 | 0.789 | 0.676 | 0.347 | 0.687 | 0.636 | 0.737 | 0.690 | 0.375 |
ECFP6 | 0.783 | 0.697 | 0.868 | 0.789 | 0.577 | 0.770 | 0.697 | 0.842 | 0.775 | 0.547 | 0.743 | 0.697 | 0.789 | 0.746 | 0.489 | 0.754 | 0.667 | 0.842 | 0.761 | 0.519 | |
NOS2 | MACCS | 0.812 | 0.818 | 0.807 | 0.812 | 0.624 | 0.830 | 0.825 | 0.834 | 0.830 | 0.659 | 0.820 | 0.847 | 0.793 | 0.819 | 0.640 | 0.794 | 0.796 | 0.793 | 0.794 | 0.589 |
ECFP6 | 0.823 | 0.832 | 0.814 | 0.823 | 0.646 | 0.817 | 0.883 | 0.752 | 0.816 | 0.639 | 0.830 | 0.832 | 0.828 | 0.830 | 0.660 | 0.815 | 0.803 | 0.828 | 0.816 | 0.631 | |
NOS3 | MACCS | 0.720 | 0.710 | 0.730 | 0.720 | 0.440 | 0.714 | 0.718 | 0.710 | 0.714 | 0.427 | 0.734 | 0.714 | 0.755 | 0.734 | 0.469 | 0.730 | 0.710 | 0.751 | 0.730 | 0.461 |
ECFP6 | 0.741 | 0.763 | 0.718 | 0.741 | 0.482 | 0.718 | 0.788 | 0.647 | 0.718 | 0.440 | 0.745 | 0.776 | 0.714 | 0.745 | 0.491 | 0.726 | 0.730 | 0.722 | 0.726 | 0.452 | |
PRKCB | MACCS | 0.785 | 0.791 | 0.780 | 0.785 | 0.569 | 0.784 | 0.822 | 0.747 | 0.781 | 0.567 | 0.805 | 0.744 | 0.867 | 0.810 | 0.618 | 0.791 | 0.783 | 0.800 | 0.792 | 0.582 |
ECFP6 | 0.828 | 0.829 | 0.827 | 0.828 | 0.655 | 0.816 | 0.891 | 0.740 | 0.810 | 0.633 | 0.839 | 0.845 | 0.833 | 0.839 | 0.677 | 0.823 | 0.806 | 0.840 | 0.824 | 0.647 | |
SERPINE1 | MACCS | 0.801 | 0.819 | 0.783 | 0.800 | 0.601 | 0.780 | 0.810 | 0.750 | 0.778 | 0.558 | 0.820 | 0.848 | 0.792 | 0.818 | 0.638 | 0.804 | 0.800 | 0.808 | 0.804 | 0.608 |
ECFP6 | 0.800 | 0.800 | 0.800 | 0.800 | 0.599 | 0.792 | 0.810 | 0.775 | 0.791 | 0.583 | 0.819 | 0.838 | 0.800 | 0.818 | 0.637 | 0.811 | 0.838 | 0.783 | 0.809 | 0.620 | |
SLC2A1 | MACCS | 0.707 | 0.741 | 0.673 | 0.706 | 0.415 | 0.685 | 0.689 | 0.681 | 0.685 | 0.370 | 0.723 | 0.753 | 0.692 | 0.722 | 0.446 | 0.695 | 0.697 | 0.692 | 0.695 | 0.389 |
ECFP6 | 0.733 | 0.797 | 0.669 | 0.732 | 0.469 | 0.731 | 0.769 | 0.692 | 0.730 | 0.462 | 0.746 | 0.769 | 0.723 | 0.746 | 0.492 | 0.736 | 0.765 | 0.708 | 0.736 | 0.473 | |
TNF | MACCS | 0.832 | 0.827 | 0.836 | 0.831 | 0.663 | 0.824 | 0.842 | 0.806 | 0.824 | 0.648 | 0.848 | 0.886 | 0.810 | 0.848 | 0.698 | 0.817 | 0.820 | 0.813 | 0.817 | 0.633 |
ECFP6 | 0.859 | 0.846 | 0.873 | 0.859 | 0.719 | 0.863 | 0.875 | 0.851 | 0.863 | 0.726 | 0.859 | 0.879 | 0.840 | 0.859 | 0.719 | 0.842 | 0.864 | 0.821 | 0.843 | 0.686 | |
VCAM1 | MACCS | 0.774 | 0.595 | 0.953 | 0.787 | 0.596 | 0.813 | 0.649 | 0.977 | 0.825 | 0.673 | 0.786 | 0.595 | 0.977 | 0.800 | 0.629 | 0.679 | 0.568 | 0.791 | 0.688 | 0.369 |
ECFP6 | 0.788 | 0.622 | 0.953 | 0.800 | 0.619 | 0.799 | 0.622 | 0.977 | 0.812 | 0.651 | 0.813 | 0.649 | 0.977 | 0.825 | 0.673 | 0.735 | 0.703 | 0.767 | 0.738 | 0.471 | |
PCM | MACCS_pro | 0.776 | 0.784 | 0.767 | 0.776 | 0.552 | 0.769 | 0.783 | 0.755 | 0.769 | 0.539 | 0.787 | 0.776 | 0.797 | 0.787 | 0.573 | 0.75 | 0.743 | 0.757 | 0.75 | 0.501 |
ECFP6_pro | 0.810 | 0.821 | 0.799 | 0.810 | 0.619 | 0.788 | 0.832 | 0.743 | 0.788 | 0.578 | 0.805 | 0.810 | 0.800 | 0.805 | 0.610 | 0.781 | 0.800 | 0.762 | 0.781 | 0.562 |
Table 2
Performance summary of the test set external validation for 15 targets towards DR.
Target | Fingerprint | Random Forest | KNN | SVM | Neural networks | ||||||||||||||||
AUC | SE | SP |
|
MCC | AUC | SE | SP |
|
MCC | AUC | SE | SP |
|
MCC | AUC | SE | SP |
|
MCC | ||
ACE | MACCS | 0.806 | 0.885 | 0.727 | 0.810 | 0.623 | 0.744 | 0.869 | 0.618 | 0.750 | 0.506 | 0.799 | 0.852 | 0.745 | 0.802 | 0.603 | 0.743 | 0.885 | 0.600 | 0.750 | 0.510 |
ECFP6 | 0.814 | 0.902 | 0.727 | 0.819 | 0.642 | 0.790 | 0.852 | 0.727 | 0.793 | 0.586 | 0.842 | 0.902 | 0.782 | 0.845 | 0.691 | 0.784 | 0.787 | 0.782 | 0.784 | 0.568 | |
AGTR1 | MACCS | 0.884 | 0.888 | 0.880 | 0.884 | 0.768 | 0.851 | 0.843 | 0.859 | 0.851 | 0.702 | 0.868 | 0.876 | 0.859 | 0.867 | 0.735 | 0.872 | 0.843 | 0.902 | 0.873 | 0.747 |
ECFP6 | 0.862 | 0.876 | 0.848 | 0.862 | 0.724 | 0.885 | 0.921 | 0.848 | 0.884 | 0.770 | 0.863 | 0.910 | 0.815 | 0.862 | 0.728 | 0.856 | 0.865 | 0.848 | 0.856 | 0.713 | |
AKR1B1 | MACCS | 0.746 | 0.768 | 0.724 | 0.745 | 0.491 | 0.660 | 0.623 | 0.697 | 0.662 | 0.321 | 0.745 | 0.754 | 0.737 | 0.745 | 0.490 | 0.718 | 0.739 | 0.697 | 0.717 | 0.436 |
ECFP6 | 0.741 | 0.797 | 0.684 | 0.738 | 0.483 | 0.734 | 0.797 | 0.671 | 0.731 | 0.470 | 0.753 | 0.783 | 0.724 | 0.752 | 0.506 | 0.734 | 0.797 | 0.671 | 0.731 | 0.470 | |
AR | MACCS | 0.754 | 0.788 | 0.721 | 0.753 | 0.509 | 0.762 | 0.849 | 0.675 | 0.760 | 0.531 | 0.794 | 0.836 | 0.753 | 0.793 | 0.590 | 0.758 | 0.815 | 0.701 | 0.757 | 0.519 |
ECFP6 | 0.824 | 0.856 | 0.792 | 0.823 | 0.649 | 0.811 | 0.856 | 0.766 | 0.810 | 0.624 | 0.831 | 0.863 | 0.799 | 0.830 | 0.662 | 0.769 | 0.726 | 0.812 | 0.770 | 0.540 | |
FLT1 | MACCS | 0.791 | 0.773 | 0.809 | 0.791 | 0.582 | 0.757 | 0.693 | 0.820 | 0.757 | 0.518 | 0.791 | 0.761 | 0.820 | 0.791 | 0.583 | 0.729 | 0.693 | 0.764 | 0.729 | 0.458 |
ECFP6 | 0.808 | 0.750 | 0.865 | 0.808 | 0.620 | 0.751 | 0.705 | 0.798 | 0.751 | 0.505 | 0.802 | 0.705 | 0.899 | 0.802 | 0.616 | 0.780 | 0.773 | 0.787 | 0.780 | 0.559 | |
ICAM1 | MACCS | 0.712 | 0.778 | 0.647 | 0.714 | 0.429 | 0.855 | 0.944 | 0.765 | 0.857 | 0.723 | 0.797 | 0.889 | 0.706 | 0.800 | 0.607 | 0.799 | 0.833 | 0.765 | 0.800 | 0.600 |
ECFP6 | 0.858 | 0.833 | 0.882 | 0.857 | 0.716 | 0.858 | 0.833 | 0.882 | 0.857 | 0.716 | 0.858 | 0.833 | 0.882 | 0.857 | 0.716 | 0.971 | 1.000 | 0.941 | 0.971 | 0.944 | |
KDR | MACCS | 0.788 | 0.812 | 0.764 | 0.788 | 0.576 | 0.765 | 0.800 | 0.730 | 0.765 | 0.531 | 0.799 | 0.821 | 0.777 | 0.799 | 0.599 | 0.756 | 0.816 | 0.696 | 0.757 | 0.516 |
ECFP6 | 0.829 | 0.827 | 0.831 | 0.829 | 0.658 | 0.812 | 0.837 | 0.788 | 0.813 | 0.625 | 0.833 | 0.838 | 0.828 | 0.833 | 0.666 | 0.805 | 0.830 | 0.780 | 0.805 | 0.611 | |
MAPT | MACCS | 0.838 | 0.875 | 0.800 | 0.833 | 0.671 | 0.838 | 0.875 | 0.800 | 0.833 | 0.671 | 0.750 | 1.000 | 0.500 | 0.722 | 0.555 | 0.900 | 1.000 | 0.800 | 0.889 | 0.800 |
ECFP6 | 0.750 | 1.000 | 0.500 | 0.722 | 0.555 | 0.750 | 1.000 | 0.500 | 0.722 | 0.555 | 0.750 | 1.000 | 0.500 | 0.722 | 0.555 | 0.900 | 1.000 | 0.800 | 0.889 | 0.800 | |
NOS2 | MACCS | 0.762 | 0.829 | 0.694 | 0.761 | 0.527 | 0.775 | 0.800 | 0.750 | 0.775 | 0.550 | 0.832 | 0.886 | 0.778 | 0.831 | 0.667 | 0.762 | 0.829 | 0.694 | 0.761 | 0.527 |
ECFP6 | 0.832 | 0.886 | 0.778 | 0.831 | 0.667 | 0.790 | 0.914 | 0.667 | 0.789 | 0.598 | 0.762 | 0.829 | 0.694 | 0.761 | 0.527 | 0.704 | 0.714 | 0.694 | 0.704 | 0.409 | |
NOS3 | MACCS | 0.719 | 0.721 | 0.717 | 0.719 | 0.438 | 0.686 | 0.689 | 0.683 | 0.686 | 0.372 | 0.686 | 0.689 | 0.683 | 0.686 | 0.372 | 0.678 | 0.639 | 0.717 | 0.678 | 0.357 |
ECFP6 | 0.817 | 0.902 | 0.733 | 0.818 | 0.645 | 0.792 | 0.902 | 0.683 | 0.793 | 0.600 | 0.826 | 0.869 | 0.783 | 0.826 | 0.655 | 0.818 | 0.836 | 0.800 | 0.818 | 0.637 | |
PRKCB | MACCS | 0.783 | 0.750 | 0.816 | 0.786 | 0.567 | 0.825 | 0.781 | 0.868 | 0.829 | 0.654 | 0.838 | 0.781 | 0.895 | 0.843 | 0.684 | 0.764 | 0.844 | 0.684 | 0.757 | 0.529 |
ECFP6 | 0.882 | 0.844 | 0.921 | 0.886 | 0.770 | 0.803 | 0.844 | 0.763 | 0.800 | 0.605 | 0.869 | 0.844 | 0.895 | 0.871 | 0.741 | 0.869 | 0.844 | 0.895 | 0.871 | 0.741 | |
SERPINE1 | MACCS | 0.762 | 0.846 | 0.677 | 0.754 | 0.526 | 0.778 | 0.846 | 0.710 | 0.772 | 0.556 | 0.746 | 0.846 | 0.645 | 0.737 | 0.496 | 0.762 | 0.846 | 0.677 | 0.754 | 0.526 |
ECFP6 | 0.704 | 0.731 | 0.677 | 0.702 | 0.407 | 0.749 | 0.692 | 0.806 | 0.754 | 0.503 | 0.813 | 0.885 | 0.742 | 0.807 | 0.627 | 0.813 | 0.885 | 0.742 | 0.807 | 0.627 | |
SLC2A1 | MACCS | 0.789 | 0.810 | 0.769 | 0.789 | 0.579 | 0.719 | 0.714 | 0.723 | 0.719 | 0.437 | 0.758 | 0.778 | 0.738 | 0.758 | 0.516 | 0.720 | 0.778 | 0.662 | 0.719 | 0.442 |
ECFP6 | 0.704 | 0.778 | 0.631 | 0.703 | 0.413 | 0.711 | 0.746 | 0.677 | 0.711 | 0.424 | 0.727 | 0.762 | 0.692 | 0.727 | 0.455 | 0.688 | 0.730 | 0.646 | 0.688 | 0.377 | |
TNF | MACCS | 0.890 | 0.899 | 0.881 | 0.890 | 0.779 | 0.875 | 0.870 | 0.881 | 0.875 | 0.750 | 0.860 | 0.899 | 0.821 | 0.860 | 0.722 | 0.838 | 0.855 | 0.821 | 0.838 | 0.677 |
ECFP6 | 0.889 | 0.928 | 0.851 | 0.890 | 0.781 | 0.889 | 0.913 | 0.866 | 0.890 | 0.780 | 0.874 | 0.913 | 0.836 | 0.875 | 0.752 | 0.845 | 0.855 | 0.836 | 0.846 | 0.691 | |
VCAM1 | MACCS | 0.742 | 0.667 | 0.818 | 0.750 | 0.492 | 0.833 | 0.667 | 1.000 | 0.850 | 0.724 | 0.778 | 0.556 | 1.000 | 0.800 | 0.638 | 0.596 | 0.556 | 0.636 | 0.600 | 0.192 |
ECFP6 | 0.732 | 0.556 | 0.909 | 0.750 | 0.504 | 0.778 | 0.556 | 1.000 | 0.800 | 0.638 | 0.778 | 0.556 | 1.000 | 0.800 | 0.638 | 0.732 | 0.556 | 0.909 | 0.750 | 0.504 | |
PCM | MACCS_pro | 0.788 | 0.808 | 0.769 | 0.788 | 0.577 | 0.77 | 0.8 | 0.741 | 0.77 | 0.542 | 0.799 | 0.8 | 0.798 | 0.799 | 0.597 | 0.758 | 0.726 | 0.79 | 0.758 | 0.518 |
ECFP6_pro | 0.821 | 0.836 | 0.806 | 0.821 | 0.643 | 0.803 | 0.842 | 0.764 | 0.803 | 0.608 | 0.818 | 0.823 | 0.813 | 0.818 | 0.636 | 0.795 | 0.814 | 0.775 | 0.795 | 0.59 |
The PCM classifiers for each combination of fingerprints and protein descriptors (MACCS and protein descriptors, ECFP6 and protein descriptors) were constructed using RF, SVM, KNN, and NN as well. In total, eight classifiers for each target were developed. The performance of each classifiers were evaluated by 5-fold cross-validation and test set. Statistical characteristics of these models can be found Tables 1 and 2, respectively. PCM classifiers achieve an average AUC of 0.783 and 0.794 on training and test data separately, which is comparable to results from eight classifiers obtained with molecular fingerprints (MACCS and ECFP6). Similar to eight classifiers obtained with molecular fingerprints (MACCS and ECFP6), the performance of PCM classifiers based on the combination of ECFP6 and protein descriptors is better than that of PCM classifiers based on the combination of MACCS and protein descriptors.
In this investigation, 16 classifiers (RF_MACCS, RF_ECFP6, SVM_MACCS, SVM_ECFP6, KNN_MACCS, KNN_ECFP6, NN_MACCS, NN_ECFP6, RF_MACCS_protein, RF_ECFP6_protein, SVM_MACCS_protein, SVM_ECFP6_protein, KNN_MACCS_protein, KNN_ECFP6_protein, NN_MACCS_protein, and NN_ECFP6_protein) of each target were used to select compounds with potential inhibitory activity against the corresponding target. Because different combinations of fingerprints and machine learning algorithms have different prediction performance, we used the multivoting ensemble method to predict CPIs. Then, we further evaluated the prediction performance of the multivoting ensemble method based on votes of 16 classifiers, and cutoff was defined as the number of voting classifiers (ranging from 1 to 16) giving positive label. The statistical results of the multivoting ensemble method on integrated test set (3080 samples) are presented in Table 3. Results from Table 3 present that with the increase of cutoff, SP is increasingly from 0.491 to 0.962, and SE is decreasingly from 0.957 to 0.409. The results indicate that the lower cutoff, a larger acquisition ability of positives and a lower differentiated ability of negatives. However, the higher cutoff is more likely to identify negatives with the greater loss of positives. The best prediction results of multivoting ensemble method were achieved with
Table 3
Performance summary of the multivoting ensemble method on integrated test set.
Cutoff | AUC |
|
SE | SP | MCC |
1 | 0.724 | 0.724 | 0.957 | 0.491 | 0.507 |
2 | 0.766 | 0.766 | 0.936 | 0.596 | 0.566 |
3 | 0.789 | 0.789 | 0.916 | 0.663 | 0.597 |
4 | 0.802 | 0.802 | 0.903 | 0.701 | 0.617 |
5 | 0.810 | 0.810 | 0.888 | 0.731 | 0.627 |
6 | 0.815 | 0.815 | 0.879 | 0.751 | 0.635 |
7 | 0.817 | 0.817 | 0.863 | 0.770 | 0.636 |
8 | 0.821 | 0.821 | 0.843 | 0.799 | 0.643 |
9 | 0.824 | 0.824 | 0.820 | 0.828 | 0.648 |
10 | 0.819 | 0.819 | 0.795 | 0.844 | 0.64 |
11 | 0.816 | 0.816 | 0.771 | 0.86 | 0.634 |
12 | 0.814 | 0.814 | 0.749 | 0.879 | 0.633 |
13 | 0.803 | 0.803 | 0.709 | 0.897 | 0.617 |
14 | 0.792 | 0.792 | 0.665 | 0.919 | 0.603 |
15 | 0.765 | 0.766 | 0.591 | 0.940 | 0.566 |
16 | 0.686 | 0.686 | 0.409 | 0.962 | 0.446 |
In addition, we compared the prediction performances of multiple machine learning classifiers with DeepConv-DTI, which predicts the drug-target interactions via deep learning with convolution based on protein sequences [49]. For keeping the consistency of the training and test sets, the same training and test sets for PCM models were used to train and evaluate DeepConv-DTI model. Hyperparameters are listed as follows: (i) learning rate is 0.0001; (ii) the number of epochs is 50; (iii) the batch size is 32; (iv) activation function is exponential linear unit (ELU) [50]. For DeepConv-DTI model, the AUC, SE, SP, and
3.2. DRDB Interface
In this investigation, multiple binary classifiers based on mt-QSAR method for 15 targets are constructed and integrated into a DR chemogenomics database—DRDB. DRDB is available for free on the internet at http://tangwang.tasly.com/. It is advised to use the most recent versions of browsers, such as Firefox or Chrome. In DRDB, 15 genes, 157 pathways, 8 drugs, 308 chemicals, and 3455 ingredients are included (Figure 2(a)). The DRDB server provides a user-friendly interface with five functional modules: search, prediction, compounds, target, and pathway. In addition, the help module contains the usage guidelines of DRDB. As illustrated in Figure 2(b), users can browse relevant entries by clicking corresponding sub-menus. For example, users can browse medications for DR therapy using the “Compounds” tool, as well as drugs against 15 proteins related to DR and ingredients of herbs for treating other diseases. On the “Search” screen, users can not only enter drug and protein names but also enter a specific structure. In addition, users can define query structure types, such as substructure search and similarity search in search interface.
[figure(s) omitted; refer to PDF]
The main characteristic of DRDB is its capacity to evaluate whether a given small molecule can target 15 DR-related targets. In prediction mode, users could select a specific target from the drop down list and upload a query molecule in smiles format. After about a half-minute of calculation, the prediction results of 16 models for each target will be displayed. Figure 2(c) depicts the QSAR-based predicted results based on multiple binary classifiers with two types of chemical fingerprints—MACCS and ECFP6, and protein descriptors, and four algorithms—RF, SVM, KNN, and NN. Each classifies returns prediction result with the value of 0 or 1. If more than nine of 16 classifiers return 1, then this compound is more likely to be active against the corresponding target. With a large number of molecules, however, “Single Prediction” can become ineffective. In that situation, users can utilize the “Batch prediction” submenus to upload a file containing numerous molecules (maximum 1000) stored in sdf or SMILES formats, as well as enter a valid email address for obtaining calculation results. In a word, DRDB is designed to facilitate the identification of active compounds and target identification for the treatment of DR.
To evaluate the application of DRDB, the prediction of polypharmacology for CDDP was conducted as follow the case study.
3.3. Case Study: Systematic Analysis of the Multiple Bioactivities of CDDP
Compound Danshen Dripping Pills (CDDP) are a classic traditional Chinese medicine prescription, which is commonly used in the treatment of various cardiovascular diseases. Also, CDDP is being studied to treat DR. Thus, 15 studies were selected for the evaluation of CDDP effectiveness in alleviating DR-related symptoms. The information and quality of included studies were available as supplementary data (Figure S1, Table S2 and S3). The meta-analysis indicated that the curative effect of CDDP for DR was shown to be superior to controls, and this was significantly different for the improvements in vision, visual field, microaneurysms, and hemorrhage (Figures 3(a)–3(d)).
[figure(s) omitted; refer to PDF]
Traditional Chinese medicine (TCM) exerts biological effects through interfering multiple biological targets by the synergic effects of many chemical components. To systematically analyze the action mechanisms of CDDP against DR, the potential targets of three main herbs in CDDP (Salvia miltiorrhiza, Panax notoginseng, and borneol) were predicted based on DRDB. The predicted associations between ingredients from three main herbs in CDDP and 15 target proteins are presented in Table S4. Based on the multiple voting method, the positive result from more than nine classifiers of each target is adopted for further analysis. The prediction results are integrated to construct a compound-protein interaction network. As shown in Figure 4, Salvia miltiorrhiza, Panax notoginseng, and borneol could target 15 targets from an overall perspective. The compound nodes with degree value that is more than the median degree (
[figure(s) omitted; refer to PDF]
The meta-analysis showed that CDDP could effectively treat DR, and the prediction results based on DRDB also showed that cryptotanshinone and protocatechuic acid in CDDP could interact with some targets associated with DR. In order to validate the corresponding relationship between the two components (cryptotanshinone and protocatechuic acid) and targets associated with DR, a hyperglucose cell model was constructed with the human RPE cell line ARPE-19 by high glucose stimulation and for target validation. As shown in Figure 5, high glucose significantly reduced ARPE-19 cell viability, which was improved by CDDP (Figure 5(a)). ICAM-1, one of the key targets involved in inflammation and acts as a local intensifying signal in the pathological processes associated with DR, was induced by the stimulation of high glucose, and this increase can be reversed by CDDP, as well as cryptotanshinone and protocatechuic acid, two key components of CDDP, which are consistent with our prediction based on QSAR models (Figures 5(b)–5(d)).
[figure(s) omitted; refer to PDF]
The complicated pathogenesis of DR may be associated with multiple proteins. In silico prediction of chemical-protein interactions (CPI) based on multitarget quantitative structure-activity relationship (mt-QSAR) method plays a vital role in target prediction and identification of optimal candidates in drug discovery of complicated disease. In this work, a total of 128 binary classifiers for 15 targets associated with DR were constructed to predict the CPIs. The results of 5-fold cross-validation and test set validation suggested that the classifiers have moderate classification performance. Generally, the limitations of machine learning algorithms, e.g., the type of molecular fingerprints and composition of training set, have a major impact on the accuracy of the classifiers. For example, the eight classifiers from MAPT (71 compounds in the training set) did the worst performance among the 15 targets in this study. Perhaps the main reason for this is due to few compounds included in the training set, which limits to a narrow application domain of classifiers target MAPT. With the advantage of based only on compounds structural information, machine learning methods in this study could be applied to predict other types of drug-related interactions. For example, there are evidence suggests that microRNA may affect gene expression and disease progression. More and more computational methods have been developed to identify the potential small molecule-miRNA associations and achieve good predictive performance [51, 52]. Machine learning methods in this study are expected to be used in identification of the potential small molecule-miRNA associations.
In general, the computational complexity of machine learning classifiers and the demand of particular operation system and software compiler limit the use of these models. To facilitate the application of multiple classifiers against 15 targets in drug discovery, 128 binary classifiers and chemogenomics information associated with DR were integrated into a free web server named DRDB, which included 15 genes, 157 pathways, 8 drugs, 308 chemicals, and 3455 ingredients. For case study, the applicability of DRDB was illustrated to systematically analyze the multiple bioactivities of CDDP against DR. The prediction results showed that one compound could simultaneously interact with multiple targets based on network pharmacology approach. Cryptotanshinone and protocatechuic acid, two key components of CDDP, could target ICAM-1 related to DR in vitro experiment. DRDB has potential applications towards target prediction and identification of optimal candidates and network pharmacology.
4. Conclusions
In this study, a chemogenomics database associated with DR was developed. The developed system provides implementation of 128 binary classifiers for the target identification and drug discovery for DR treatment. DRDB, a computational server, is available for discovery of multitarget ligands to combat DR and systematic prediction of CPIs based on mt-QSAR method. DRDB could contribute to systematically understand the pharmacological mechanisms of traditional Chinese medicine (TCM). In addition, the applicability of DRDB was illustrated through systematic analysis of multiple bioactivities of CDDP based on network pharmacology approach. In vitro experimental validation demonstrated that cryptotanshinone and protocatechuic acid, two key components of CDDP, could target ICAM-1 related to DR. These active compounds and CPIs could provide a basis for pharmacological profiles of CDDP therapy in DR. We hope that DRDB server could facilitate the discovery of new drugs and treatments for DR.
Authors’ Contributions
Yu Wei, Ruili Zhang, Xiaoqiang Li, and Zhonglin Li contributed equally to this work.
[1] A. W. Stitt, T. M. Curtis, M. Chen, R. J. Medina, G. J. McKay, A. Jenkins, T. A. Gardiner, T. J. Lyons, H. P. Hammes, R. Simó, N. Lois, "The progress in understanding and treatment of diabetic retinopathy," Progress in Retinal and Eye Research, vol. 51, pp. 156-186, DOI: 10.1016/j.preteyeres.2015.08.001, 2016.
[2] R. C. Silvia, R. Vijayalakshmi, "Detection of Non-Proliferative Diabetic Retinopathy in fundus images of the human retina," In 2013 International Conference on Information Communication and Embedded Systems (ICICES), pp. 978-983, DOI: 10.1109/ICICES.2013.6508242, .
[3] A. J. Barber, "A new view of diabetic retinopathy: a neurodegenerative disease of the eye," Progress in Neuro-Psychopharmacology and Biological Psychiatry, vol. 27 no. 2, pp. 283-290, DOI: 10.1016/S0278-5846(03)00023-X, 2003.
[4] W. E. Smiddy, H. W. Flynn, "Vitrectomy in the management of diabetic retinopathy," Survey of Ophthalmology, vol. 43 no. 6, pp. 491-507, DOI: 10.1016/S0039-6257(99)00036-3, 1999.
[5] Z. T. Bloomgarden, "Screening for and managing diabetic retinopathy: Current approaches," American Journal of Health-System Pharmacy, vol. 64, pp. S8-S14, DOI: 10.2146/ajhp070331, 2007.
[6] H. Freyler, "Microvascular protection with calcium dobesilate (Doxium) in diabetic retinopathy," Ophthalmologica, vol. 168 no. 5, pp. 400-416, DOI: 10.1159/000307064, 1974.
[7] C. Pedley, R. Bloomfield, "Aspirin for diabetic retinopathy," Annals of Internal Medicine, vol. 116, 1992.
[8] S. E. Mansour, D. J. Browning, K. Wong, H. W. Flynn, A. R. Bhavsar, "The evolving treatment of diabetic retinopathy," Clinical Ophthalmology, vol. Volume 14, pp. 653-678, DOI: 10.2147/OPTH.S236637, 2020.
[9] X. Chen, C. C. Yan, X. Zhang, X. Zhang, F. Dai, J. Yin, Y. Zhang, "Drug-target interaction prediction: databases, web servers and computational models," Briefings in Bioinformatics, vol. 17 no. 4, pp. 696-712, DOI: 10.1093/bib/bbv066, 2016.
[10] C. C. Wang, Y. Zhao, X. Chen, "Drug-pathway association prediction: from experimental results to computational models," Briefings in bioinformatics, vol. 22 no. 3,DOI: 10.1093/bib/bbaa061, 2021.
[11] X. Chen, N. N. Guan, Y. Z. Sun, J. Q. Li, J. Qu, "MicroRNA-small molecule association identification: from experimental results to computational models," Briefings in Bioinformatics, vol. 21, pp. 47-61, DOI: 10.1093/bib/bby098, 2018.
[12] A. Koutsoukas, B. Simms, J. Kirchmair, P. J. Bond, A. V. Whitmore, S. Zimmer, M. P. Young, J. L. Jenkins, M. Glick, R. C. Glen, A. Bender, "From _in silico_ target prediction to multi-target drug design: current databases, methods and applications," Journal of Proteomics, vol. 74 no. 12, pp. 2554-2574, DOI: 10.1016/j.jprot.2011.05.011, 2011.
[13] J. Fang, L. Wang, Y. Li, W. Lian, X. Pang, H. Wang, D. Yuan, Q. Wang, A. L. Liu, G. H. Du, "AlzhCPI: a knowledge base for predicting chemical-protein interactions towards Alzheimer’s disease," PLoS One, vol. 12 no. 5,DOI: 10.1371/journal.pone.0178347, 2017.
[14] A. P. Bento, A. Gaulton, A. Hersey, L. J. Bellis, J. Chambers, M. Davies, F. A. Krüger, Y. Light, L. Mak, S. McGlinchey, M. Nowotka, G. Papadatos, R. Santos, J. P. Overington, "The ChEMBL bioactivity database: an update," Nucleic Acids Research, vol. 42 no. D1, pp. D1083-D1090, DOI: 10.1093/nar/gkt1031, 2014.
[15] V. Svetnik, A. Liaw, C. Tong, J. Christopher Culberson, R. P. Sheridan, B. P. Feuston, "Random forest: a classification and regression tool for compound classification and QSAR modeling," Journal of Chemical Information and Computer Sciences, vol. 43 no. 6, pp. 1947-1958, DOI: 10.1021/ci034160g, 2003.
[16] W. Zheng, A. Tropsha, "Novel variable selection quantitative structure-property relationship approach based on the k-nearest-neighbor principle," Journal of Chemical Information and Computer Sciences, vol. 40 no. 1, pp. 185-194, DOI: 10.1021/ci980033m, 2000.
[17] V. V. Zernov, K. V. Balakin, A. A. Ivaschenko, N. P. Savchuk, I. V. Pletnev, "Drug discovery using support vector machines. The case studies of drug-likeness, agrochemical-likeness, and enzyme inhibition predictions," Journal of chemical information and computer sciences, vol. 43 no. 6, pp. 2048-2056, DOI: 10.1021/ci0340916, 2003.
[18] A. Krogh, "What are artificial neural networks?," Nature Biotechnology, vol. 26 no. 2, pp. 195-197, DOI: 10.1038/nbt1386, 2008.
[19] J. Dong, Z. J. Yao, L. Zhang, F. Luo, Q. Lin, A. P. Lu, A. F. Chen, D. S. Cao, "PyBioMed: a python library for various molecular representations of chemicals, proteins and DNAs and their interactions," Journal of Cheminformatics, vol. 10 no. 1,DOI: 10.1186/s13321-018-0270-2, 2018.
[20] J. Ma, R. P. Sheridan, A. Liaw, G. E. Dahl, V. Svetnik, "Deep neural nets as a method for quantitative structure-activity relationships," Journal of Chemical Information and Modeling, vol. 55 no. 2, pp. 263-274, DOI: 10.1021/ci500747n, 2015.
[21] C. Chen, Y. Xu, "Lecture 14: how to conduct meta-analysis," Chinese Journal of Preventive Medicine, vol. 37, pp. 138-140, 2003.
[22] L. Xiaosong, Medical statistics, 2008.
[23] Y. Huiqiang, Z. Huilie, L. Yue, L. Yong, "Research on diagnostic methods of publication bias in meta-analysis," Chinese Journal of Health Statistics, vol. 28, pp. 402-405, 2011.
[24] L. Jiaqi, L. Fengming, W. Jingan, Z. Xiuan, Practical Ophthalmology, 2010.
[25] Ophthalmology Society of Chinese Medical Association, "Association, clinical diagnosis and treatment guidelines for diabetic retinopathy in China," China Journal of Ophthalmology, vol. 50 no. 2014, pp. 851-865, 2014.
[26] Z. Huifen, C. Jiamin, W. Ruiping, Practical Diabetes, 2002.
[27] Z. Xiaoyu, Guiding Principles for Clinical Research of New Traditional Chinese Medicines, 2002.
[28] L. Xin, Clinical Observation on the Effect of Compound Danshen Dripping Pills for Non-proliferative Diabetic Retinopathy (Syndrome of Qi Stagnation and Blood Stasis), 2016.
[29] B. Lingzhi, Y. Guang, W. Haibin, "Clinical observation of complex Salvia miltiorrhiza drill and calcicum dobesilate on diabetic retinopathy," Hebei Journal of Traditional Chinese Medicine, vol. 28, pp. 304-305, 2006.
[30] X. Hua, "Observation on therapeutic effect of compound danshen dripping pills on simple diabetic retinopathy," China Practical Medical, vol. 6, pp. 142-143, 2011.
[31] L. Dan, Y. Qin, W. Yuan, H. Deng, Y. Zhang, J. Ming, "Compound danshen dripping pill for treating early diabetic retinopathy: a randomized, double-dummy, double-blind study," Evidence-Based Complementary and Alternative Medicine, vol. 2015, 2015.
[32] L. Dong, C. Yan, "Clinical study of compound danshen dripping pills in the treatment of simple diabetic retinopathy," Journal of Chinese Community Doctor, vol. 8, pp. 167-168, 2011.
[33] P. Hongxia, "NMR evaluation of total statin content and HMG-CoA reductase inhibition in red yeast rice (Monascus spp.) food supplements," Chinese medicine, vol. 7 no. 1,DOI: 10.1186/1749-8546-7-8, 2012.
[34] H. Yu, C. Baojia, "Treatment of 30 cases of diabetic retinopathy with compound danshen dripping pills," Shaanxi Journal of Traditional Chinese Medicine, vol. 28, pp. 1607-1608, 2007.
[35] L. Meiying, H. Juan, "Clinical curative effect observation on compound danshen dripping pills in treating the early diabetic retinopathy," China Foreign Medical Treatment, vol. 30, 2011.
[36] J. Ming, D. Hui, Y. Wei, Y. Guang, "Clinical observation of compound danshen dripping pills in the treatment of early diabetic retinopathy," Journal of Chinese Community Doctor, vol. 25, pp. 32-33, 2009.
[37] L. Xin, Drug Observation and Related Factors Analysis of Early Diabetic Retinopathy, 2008.
[38] L. Ling, "Analysis of the effectiveness of compound danshen dripping pills in the treatment of patients with early diabetic retinopathy," World Latest Medicine Information, vol. 19, pp. 352-354, 2019.
[39] C. X. Qi, X. H. Tan, Q. G. Li, X. L. Wang, "Clinical study of diabetic retinopathy treated by compound danshen dripping pills," Journal of Chinese Medicinal Materials, vol. 30 no. 3, pp. 375-377, 2007.
[40] C. Zhongshi, "Clinical observation on compound danshen dripping pills in treating diabetic retinopathy," Medical Informatics, vol. 26, 2013.
[41] W. Haimin, T. Dezeng, H. Xueyan, "Observation on the effect of compound danshen dripping pills on non-proliferative diabetic retinopathy," Journal of Clinical Rational Drug Use, vol. 9, pp. 49-50, 2016.
[42] Y. Chen, Y. Zhon, "Clinical study of compound danshen dripping Pills treating simple diabetic retinopathy," Journal of Chinese Community Doctor, vol. 23, 2006.
[43] M. Clarke, A. Oxman, "Review manager (RevMan) [computer program]," Version, vol. 5, 2008.
[44] B. Li, C. Ma, X. Zhao, Z. Hu, T. Du, X. Xu, Z. Wang, J. Lin, "YaTCM: yet another traditional Chinese medicine database for drug discovery," Computational and Structural Biotechnology Journal, vol. 16, pp. 600-610, DOI: 10.1016/j.csbj.2018.11.002, 2018.
[45] J. Ru, P. Li, J. Wang, W. Zhou, B. Li, C. Huang, P. Li, Z. Guo, W. Tao, Y. Yang, X. Xu, Y. Li, Y. Wang, L. Yang, "TCMSP: a database of systems pharmacology for drug discovery from herbal medicines," Journal of Cheminformatics, vol. 6 no. 1,DOI: 10.1186/1758-2946-6-13, 2014.
[46] H. Y. Xu, Y. Q. Zhang, Z. M. Liu, T. Chen, C. Y. Lv, S. H. Tang, X. B. Zhang, W. Zhang, Z. Y. Li, R. R. Zhou, H. J. Yang, X. J. Wang, L. Q. Huang, "ETCM: an encyclopaedia of traditional Chinese medicine," Nucleic Acids Research, vol. 47 no. D1, pp. D976-D982, DOI: 10.1093/nar/gky987, 2019.
[47] S. Fang, L. Dong, L. Liu, J. Guo, L. Zhao, J. Zhang, D. Bu, X. Liu, P. Huo, W. Cao, Q. Dong, J. Wu, X. Zeng, Y. Wu, Y. Zhao, "HERB: a high-throughput experiment- and reference-guided database of traditional Chinese medicine," Nucleic Acids Research, vol. 49 no. D1, pp. D1197-D1206, DOI: 10.1093/nar/gkaa1063, 2021.
[48] Y. Wu, F. Zhang, K. Yang, S. Fang, D. Bu, H. Li, L. Sun, H. Hu, K. Gao, W. Wang, X. Zhou, Y. Zhao, J. Chen, "SymMap: an integrative database of traditional Chinese medicine enhanced by symptom mapping," Nucleic Acids Research, vol. 47 no. D1, pp. D1110-D1117, DOI: 10.1093/nar/gky1021, 2019.
[49] I. Lee, J. Keum, H. Nam, "DeepConv-DTI: prediction of drug-target interactions via deep learning with convolution on protein sequences," PLoS Computational Biology, vol. 15 no. 6,DOI: 10.1371/journal.pcbi.1007129, 2019.
[50] D. A. Clevert, T. Unterthiner, S. Hochreiter, Fast and accurate deep network learning by exponential linear units (elus), 2015. arXiv preprint arXiv:1511.07289
[51] X. Chen, C. Zhou, C.-C. Wang, Y. Zhao, "Predicting potential small molecule–miRNA associations based on bounded nuclear norm regularization," Brief. Bioinform, vol. 22,DOI: 10.1093/bib/bbab328, 2021.
[52] C. C. Wang, C. C. Zhu, X. Chen, "Ensemble of kernel ridge regression-based small molecule–miRNA association prediction in human disease," Briefings in Bioinformatics, vol. 23 no. 1,DOI: 10.1093/bib/bbab431, 2022.
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer
Copyright © 2022 Yu Wei et al. This is an open access article distributed under the Creative Commons Attribution License (the “License”), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited. Notwithstanding the ProQuest Terms and Conditions, you may use this content in accordance with the terms of the License. https://creativecommons.org/licenses/by/4.0/
Abstract
Diabetic retinopathy (DR), a diabetic microangiopathy caused by diabetes, affects approximately 93 million people, worldwide. However, the drugs used to treat DR have limited efficacy and the variety of side effects. This is possibly because the complicated pathogenesis of DR is associated with multiple proteins. In this work, we attempted to identify potential drugs against DR-associated proteins and predict potential targets for drugs using in silico prediction of chemical-protein interactions (CPI) based on multitarget quantitative structure-activity relationship (mt-QSAR) method. Therefore, we developed 128 binary classifiers to predict the CPI for 15 DR targets using random forest (RF),
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer
Details











1 State Key Laboratory of Medicinal Chemical Biology, Frontiers Science Center for Cell Responses, College of Pharmacy and Tianjin Key Laboratory of Molecular Drug Research, Nankai University, Tianjin 300353, China
2 Cloudphar Pharmaceuticals Co., Ltd., Shenzhen, China
3 The State Key Laboratory of Core Technology in Innovative Chinese Medicine, Tasly Academy, Tasly Holding Group Co., Ltd., No. 1, Tingjiang West Road, Beichen District, Tianjin 300410, China
4 Cloudphar Pharmaceuticals Co., Ltd., Shenzhen, China; The State Key Laboratory of Core Technology in Innovative Chinese Medicine, Tasly Academy, Tasly Holding Group Co., Ltd., No. 1, Tingjiang West Road, Beichen District, Tianjin 300410, China