Skip to main content

ORIGINAL RESEARCH article

Front. Aging Neurosci., 25 July 2022
Sec. Alzheimer's Disease and Related Dementias
This article is part of the Research Topic Mild Cognitive Impairment Recognition Via Gene Expression Mining and Neuroimaging Techniques View all 16 articles

Alzheimer-Compound Identification Based on Data Fusion and forgeNet_SVM

Updated
\nBin YangBin Yang1Wenzheng Bao
Wenzheng Bao2*Shichai Hong
Shichai Hong3*
  • 1School of Information Science and Engineering, Zaozhuang University, Zaozhuang, China
  • 2School of Information and Electrical Engineering, Xuzhou University of Technology, Xuzhou, China
  • 3Department of Vascular Surgery, Zhongshan Hospital (Xiamen), Fudan University, Xiamen, China

Rapid screening and identification of potential candidate compounds are very important to understand the mechanism of drugs for the treatment of Alzheimer's disease (AD) and greatly promote the development of new drugs. In order to greatly improve the success rate of screening and reduce the cost and workload of research and development, this study proposes a novel Alzheimer-related compound identification algorithm namely forgeNet_SVM. First, Alzheimer related and unrelated compounds are collected using the data mining method from the literature databases. Three molecular descriptors (ECFP6, MACCS, and RDKit) are utilized to obtain the feature sets of compounds, which are fused into the all_feature set. The all_feature set is input to forgeNet_SVM, in which forgeNet is utilized to provide the importance of each feature and select the important features for feature extraction. The selected features are input to support vector machines (SVM) algorithm to identify the new compounds in Traditional Chinese Medicine (TCM) prescription. The experiment results show that the selected feature set performs better than the all_feature set and three single feature sets (ECFP6, MACCS, and RDKit). The performances of TPR, FPR, Precision, Specificity, F1, and AUC reveal that forgeNet_SVM could identify more accurately Alzheimer-related compounds than other classical classifiers.

Introduction

Alzheimer's disease (AD) is the most common type of senile dementia, which is a frequently occurring disease of the elderly (Romanelli et al., 1990; Morán et al., 1992; Wang et al., 2014). Its main clinical manifestations are the decline of cognitive function, mental symptoms and behavior disorders, and the decline of daily living ability (Almeida and Crocco, 2000; Daulatzai, 2014; Zhao et al., 2016; Gong et al., 2017). It poses a great threat to the health and quality of life of the elderly and brings a heavy economic burden to society (Rice et al., 1993; Rothstein et al., 1996; Hu, 2006; Wang, 2014). The main reason for the onset of AD is the central nervous system disease in the brain, which causes a series of mental diseases such as learning impairment, memory impairment, and speech impairment (Ogomori et al., 1989; Hao et al., 2013). Family inheritance, physical diseases, and head trauma can cause the onset of this disease (Heyman, 1994; Mehta et al., 1999). However, in the process of studying the pathogenesis of AD, there are some problems such as unclear pathogenesis, difficult early diagnosis, and no preventable and curable drugs. Therefore, the diagnosis and treatment of AD have been a difficult problem for medical researchers in recent decades.

Alzheimer is a complex disease with multiple factors. At present, the main drugs for the treatment of AD in clinics are acetyl cholinesterase inhibitors, glutamate receptor inhibitors, etc. (Liston et al., 2004; Dong et al., 2005; Sugimoto, 2006). These drugs can alleviate the symptoms caused by the decline of cognitive function, but cannot fundamentally eliminate the pathogeny. Network pharmacology is based on multi-disciplinary knowledge such as system biology, multi pharmacology, bioinformatics, computer technology, and network analysis (Berger and Iyengar, 2009; Chen et al., 2012; Yuan et al., 2019; Li et al., 2020). It systematically studies the drug-target-pathway-disease interaction network and discusses the multi-component, multi-target, and multi-channel pharmacological mechanism of traditional Chinese medicine (TCM) (Li et al., 2014; Xiong et al., 2018; Jiang et al., 2020; Gao et al., 2021). It plays a very important role in exploring treatment approaches and clarifying drug efficacy, especially in finding the effective components of drugs, which is highly consistent with the holistic view emphasized by the theory of traditional Chinese medicine. In recent years, a variety of traditional Chinese medicine prescriptions have been proposed to improve AD by network pharmacology from point of view of multi-component, multi-target, and multi-channel (Sun et al., 2017; An et al., 2020; Wang et al., 2020; Huang et al., 2021). Pang et al. analyzed 25 targets and 13 TCM prescriptions for the treatment of AD and selected 7 representative Chinese medicines (Pang et al., 2016). Naive Bayesian and recursive partitioning was utilized to predict the targets contributing to the chemical components of traditional Chinese medicine in order to construct a compound-target-disease network and explain the synergistic mechanism of multiple effective components of TCM prescriptions. Tao et al. analyzed the compounds of Paeoniae Rubra Radix and Phellodendri Cortex, and the Alzheimer-related targets to reveal the mechanism of these two medicinal materials for intervening AD (Tao et al., 2015). Wang et al. analyzed the main active components of Liuwei Dihuang Decoction and the main action targets of active components and carried out the GO and pathway analyses to give the multi-component, multi-channel and multi-target mechanism of Liuwei Dihuang Decoction in the treatment of AD (Wang et al., 2021). Jiang and Wang utilized network pharmacology to analyze the mechanism of Bajitian for treating AD and obtain that this drug could play an anti-pharmacological role in many aspects, such as neurotransmitter, regulation and regulation of ion channels (Jiang and Wang, 2021).

In network pharmacology, screening the main active compounds of prescriptions is an essential step. In past studies, this step is processed mainly by manually searching public databases. In this study, a novel machine learning method, namely forgeNet_SVM is proposed to identify Alzheimer-related active compounds. The data mining method is utilized to collect Alzheimer-related compounds from the literature. Three molecular descriptors (ECFP6, MACCS, and RDKit) are utilized to obtain the feature sets of compounds respectively, which are fused into an all_feature set. The all_feature set is input to the forgeNet_SVM, in which forgeNet is utilized to give the importance of each feature and select the important features for feature extraction. The selected features are input to support vector machines (SVM) algorithm to identify the new AD-related compounds in TCM prescription.

Methods

forgeNet

Forest graph-embedded deep feed forward network (forgeNet) is based on ensemble method and deep learning, which has been utilized for gene regulatory network inference and biology data classification (Kong and Yu, 2020; Yang, 2021). Figure 1 shows the framework of forgeNet, in which the development of feature graph and classification of deep learning model are contained. Compared to classical deep learning models, forgeNet could solve the dimension imbalance of biomedical data and is more robust (Kong and Yu, 2020).

FIGURE 1
www.frontiersin.org

Figure 1. The flowchart of forgeNet algorithm.

Development of Feature Graph

With the dimension-imbalance data, the important features of the data are selected for feature extraction. Thus, forgeNet utilizes forest ξ, which includes p decision trees (DTs). According to the training dataset with the classification labels, ξ is fitted and pDTs could be created (ξ(θ) = {T11), T22), …, Tpp)}, θiis the coefficient). If a binary tree is considered a special case of a directed graph, the graph set could be obtained as follows.

Φ={G1(V1, E1), ,Gi(Vi, Ei), , GN(Vp, Ep)}.    (1)

Where Vi and Eidenote vertex and edge sets of Gi, respectively.

In order to combine the directed graph set Φ, we can obtain the final aggregated graph as follows.

G=i=1pGi.    (2)

Classification of Deep Learning Model

According to the feature graph obtained from the previous step, graph-embedded deep feed forward networks (GEDFN) are utilized to train in order to obtain the optimal model, which is utilized to provide the classification results of the unknown data (Yang, 2021). Every layer of GEDFN is given as followed.

Z1=σ(X(WinΘG)+bin),Zk+1=σ(ZkWk+bk),Zout=σ(ZlWl+bl),y=soft max(ZoutWout+bout).    (3)

Where X represents input vector, Zk denotes the kth hidden layer, Θ is Hadamard product, Wk and bk are the weight and bias of the kth hidden layer, respectively.

forgeNet also gives a feature importance evaluate mechanism, which is based on Graph Connection Weights (GCW) method (Kong and Yu, 2018). The score of ithfeature is defined as follows.

ci=a=1n|Wia(in)T(Aia=1)|+b=1n|Wbi(in)T(Abi=1)|+c=1b1|Wic(1)T(Aia=1)|.    (4)

Where n is the number of features in the dataset, W(in) represent the weights between the input layer and the first hidden layer, and W(1) represent the weights between the first hidden layer and the second hidden layer. After forgeNet is trained, the importance scores for all the features could be computed with the trained weights.

Support Vector Machine

Support vector machine (SVM) is one of the most classical machine learning algorithms, which was proposed in the year 1995 (Cortes and Vapnik, 1995). SVM is suitable for the classification problems of small-medium samples, nonlinear, and high-dimensional pattern recognition. The basic principle of SVM is to find an optimal classification surface (Hyperplane), which can not only separate the samples without errors but also maximize the margin, based on the most classification surface in the case of linear separability (Suykens and Vandewalle, 1999; Saunders et al., 2002). Therefore, the learning process of SVM is an optimization problem.

The training dataset contains N sample points {(x1, y1), …, (xN, yN)}, in which xi is inputting feature vector and yi is classification label{+1, −1}. Hyperplane is labeled as (w·x) + b = 0. The optimal hyperplane problem is constructed as follows.

minα12i=1Nj=1Nαiαjyiyj(xi·xj)-i=1Nαi.s.t.     i=1Nαiyi=0, αi0, i=1,2,,N.    (5)

By the Lagrange optimization method, the optimal solution α*=(α1*, α2*,, αN*)T is obtained. The optimal classification function can be given as follows.

f(x)=sgn{i=1Nαi*yi(xi·x)+b*}.    (6)

Where b* is a classification threshold.

For the linearly separable dataset, linear SVM is suitable. However, for a nonlinear dataset, in order to solve the linear inseparable problem, the kernel function could be utilized to map the characteristics of nonlinear separable data points from a relatively low dimension to a relatively high dimension and calculate the relationship between them. The algorithm process of searching the optimal classification hyperplane in the high-dimensional feature space is similar to linear separable SVM, which utilizes kernel function to replace the point product in the high-dimensional feature space. The common kernel functions contain linear kernel, polynomial kernel, radial basis function (rbf), and Sigmoid kernel function, which are defined as followed.

Klinear(xi,xj)=xi·xj.    (7)
Kpolynomial(xi,xj)=((xi·xj)+1)d.    (8)
Krbf(xi,xj)=exp(-||xi-xj||22σ2).    (9)
Ksigmoid(xi,xj)=tanh(k(xi·xj)+θ).    (10)

Where d is an order of polynomial, σ is the radius of radial basis, k is a scalar and θ is a shifting value.

forgeNet_SVM

In order to improve the classification accuracy of SVM, especially for high-dimensional datasets, a new classifier based on forgeNet and SVM (forgeNet_SVM) is proposed in this paper. ForgeNet can not only be utilized for classification but also score the features in the dataset to indicate the importance of the features. Therefore, in forgeNet_SVM algorithm, for high-dimensional datasets, the forgeNet algorithm is used to select important features for feature extraction. In the next step, the important features are input into SVM for learning to solve the classification problem.

Alzheimer-Related Active Compound Identification

Figure 2 is the flowchart of Alzheimer-related active compound identification by forgeNet_SVM. The detailed algorithm is given as follows.

1. Studies on TCM in the treatment of AD have to be searched in the literature databases. The queried works of literature need to be analyzed and then collected and mined for important drugs and prescriptions for the treatment of AD, which contains Epimedii Folium, Anemarrhena asphodeloides, Radix Ginseng-Poria drug pair, Bajitian, and Polygni Multiflori Caulis. Next, mAlzheimer-related closely active compounds, such as naringin, quercetin, Kaempferol, β-Sitosterol, Isorhamnetin, Stigmasterol, and Icariin have to be retrieved. These important compounds have been verified by biological experiments or the molecular docking method. m active compounds are utilized as positive samples for further data analysis. In order to determine the negative sample, m active compounds are input to the UDU-E website to generate the corresponding decoys (Mysinger et al., 2012). In order to set up the inactive compound set (negative samples), the random decoy selection is performed 3 m times from the obtained decoy sets without putting it back. Thus, the inactive compound set contains 3 m compounds. The sets of active and inactive compounds constitute the compound sample dataset.

2. The molecular structures of compounds in the dataset collected are SMILES (simplified molecular input line entry system). According to the SMILES structures, three molecular descriptors (ECFP6, MACCS, and RDKit) are utilized to obtain the feature sets of compounds respectively. ECFP6 (e1, e2, …, ene), MACCS (m1, m2, …, mnm) and RDKit (r1, r2, …, rnr) feature sets of each compound are fused into an all_feature set (e1, e2, …, ene, m1, m2, …, mnm, r1, r2, …, rnr), where ne, nm, and nrare the numbers of ECFP6, MACCS, and RDKit feature sets, respectively. The forgeNet_SVM is utilized to identify Alzheimer-related compounds according to the dataset collected. In order to improve the classification performance of the classifier, all features are input to the forgeNet, which could be utilized to provide the importance of each feature. According to the score of each feature, the important features for classification are selected in order to achieve the purpose of feature extraction. The selected feature set is give as [d1, d2, …, dn].Next, the selected features are input to SVM algorithm for learning. The features of new compounds in TCM prescription are extracted with the same method, which are input to SVM in order to be identified.

FIGURE 2
www.frontiersin.org

Figure 2. Flowchart of Alzheimer-related active compound identification by forgeNet_SVM.

Experiments and Discussions

In order to test the effectiveness of the proposed method in this paper, the prescriptions and drugs for treating AD are searched. In total 94 Alzheimer-related active compounds are collected and 282 unrelated compounds are also obtained. Each compound is extracted by ECFP6, MACCS, and RDKit to obtain three feature sets (ECFP6, MACCS, and RDKit), respectively. These three feature sets are combined, and a total of 2,423 features are obtained for each compound as the all_feature set. In order to evaluate the performance of the method, TPR, FPR, Precision, Specificity, F1, ROC, and AUC are applied. Seven classical classifiers containing AdaBoost (Cao et al., 2013), Gradient Boosting Decision Tree (GBDT) (Hu and Min, 2018), K-Nearest Neighbor (KNN) (Denoeux, 1995), logistic regression (LR) (Maalouf, 2011), naive Bayes (NB) (Rish, 2001), random forest (RF) (Breiman, 2001), and decision tree (DT) (Breiman et al., 1984)) are also utilized to identify the compounds about Alzheimer. In forgeNet_SVM, the number of trees is set to 1,000, random forest is utilized, three hidden layers are contained, the learning rate is set as 0.0001, the number of training epochs is set to 50, and the linear kernel is selected as the kernel function. In GBDT, the maximum number of weak learners is set to 200. In LR, L2 norm is utilized to constrain the arguments. In RF, the number of decision trees is set to 100, the bootstrap method is utilized and the number of features is set to n_features(n_features is the number of features) when searching for the best segmentation.

For forgeNet_SVM, forgeNet can select the important features from a large number of feature sets. First, the different numbers of features are tested for affecting the performance of our method. The numbers of important features selected by forgeNet are 50, 100, 200, 500, 600, 700, 800, 900, 1,000, and 1,200. With the different numbers of feature sets, by 10-cross validation method, the performances of TPR, FPR, Precision, Specificity, F1, ROC, and AUC obtained are shown in Figure 3. The 10-cross validation method is utilized to divide the training and testing datasets in order to evaluate the model. From Figure 3, we can see that our method performs best in terms of TPR when selecting 50, 500, 600, 800, 900, and 1,000 features. In terms of FPR, Precision, Specificity, and F1, our method performs best when selecting 800 and 900 features. Through the results, we can see that our method performs best when 800 and 900 features are selected. In the following experiment, we select the first 900 important features as feature set by forgeNet.

FIGURE 3
www.frontiersin.org

Figure 3. Performances of forgeNet_SVM with the different numbers of features.

We compare the effects of different feature sets on the performance of the algorithm. The feature sets include ECFP6, MACCS, and RDKit, and all features and selected features are obtained by forgeNet. Two datasets are utilized. The first dataset contains all the compounds (Dat1), and another one is obtained by random division (Dat2) in which 70% of compounds are used as the training set and the remaining compounds are as the testing set. With Dat1, using the 10-cross validation method, the performances of our method with different feature sets for Alzheimer-related compound identification are shown in Figure 4 and Table 1. From Figure 4, it could be seen that the selected feature set has better ROC curves than three single feature sets (ECFP6, MACCS, and RDKit) and all features. Furthermore, in terms of AUC, the selected feature set is 4% higher than ECFP6, 6% higher than MACCS, 4.1% higher than RDKit, and 0.4% higher than the all_feature set. From Table 1, it could be seen that in terms of TPR, FPR, Precision, Specificity, and F1, the selected feature set performs better than ECFP6, MACCS, RDKit, and the all_feature sets. With Dat2 and the different feature sets, the identification results of active compounds are shown in Figure 5 and Table 2. From Figure 5, the selected features are utilized to obtain a better ROC curve than the other four feature sets. In terms of AUC, the selected feature set is 4, 6, 4.1, and 0.37% higher than ECFP6, MACCS, RDKit, and the all_feature sets, respectively. Table 2 shows that our selected features could make SVM obtain the best performances of TPR, FPR, Precision, Specificity, and F1. From all the results, it could be seen that the merged feature set (all features) performs better than the three single feature sets (ECFP6, MACCS, and RDKit). Using the forgeNet, the important features could be selected, so the selected feature set could obtain better performances than the merged feature set in terms of TPR, FPR, Precision, Specificity, and F1. Thus the feature extraction method can improve the accuracy of active compound recognition.

FIGURE 4
www.frontiersin.org

Figure 4. ROC curves and AUC performances of our method with different feature sets for Alzheimer-related compound identification with Dat1.

TABLE 1
www.frontiersin.org

Table 1. Performances of our method with different feature sets for Alzheimer-related compound identification with Dat1.

FIGURE 5
www.frontiersin.org

Figure 5. ROC curves and AUC performances of our method with different feature sets for Alzheimer-related compound identification with Dat2.

TABLE 2
www.frontiersin.org

Table 2. Performances of our method with different feature sets for Alzheimer-related compound identification with Dat2.

AdaBoost, GBDT, KNN, LR, NB, RF, and DT are also directly utilized to predict Alzheimer-related compounds with Dat1 and Dat2. In forgeNet_SVM, SVM is also replaced with these seven classifiers in order to constitute forgeNet_AdaBoost, forgeNet_GBDT, forgeNet_KNN, forgeNet_LR, forgeNet_NB, forgeNet_RF, and forgeNet_DT, which are utilized to identify compounds. With Dat1 and Dat2, the performances of 15 methods for Alzheimer-related compound identification are listed in Tables 3, 4, respectively. From Table 3, KNN and LR could obtain the best TPR performance, which shows that KNN and LR could identify the most active compounds. But these two methods shave the worst FPR performances, which are 0.77305 and 0.56383, respectively. The results reveal that LR identifies most of the compounds as active compounds. In terms of FPR, Precision, and Specificity, NB performs best. But NB has the worst TPR performance, which shows that NB identifies most of the compounds as inactive compounds. In terms of F1 and AUC, forgeNet_SVM could obtain the best performances among the 15 methods. From Table 4, KNN and LR could gain the best TPR performance, which reveals that these two methods could identify all true active compounds. forgeNet_SVM, forgeNet_NB, and forgeNet_DT could obtain the second better TPR performance. ForgeNet_SVM could gain the best FPR performance, which shows that our proposed method can identify all true inactive compounds. In terms of Precision, Specificity, F1, and AUC, forgeNet_SVM also performs best. On the whole, our proposed method could infer more true active and inactive compounds than other methods.

TABLE 3
www.frontiersin.org

Table 3. Performances of 15 methods for Alzheimer-related compound identification with Dat1.

TABLE 4
www.frontiersin.org

Table 4. Performances of 15 methods for Alzheimer-related compound identification with Dat2.

Conclusion

In this study, a novel Alzheimer-related compound identification algorithm based on data fusion and forgeNet_SVM is proposed. Three feature description methods (ECFP6, MACCS, and RDKit) are utilized to obtain the feature sets of Alzheimer related and unrelated compounds, which are fused into the all_feature set. In forgeNet_SVM, all_feature set is input to forgeNet, which could evaluate the importance of each feature and extract the important features according to the given scores. The selected features are input to SVM algorithm to identify the new compounds in a TCM prescription. The Alzheimer-related dataset collected is utilized, and the experiment results show that forgeNet_SVM could identify more true-positive compounds and fewer false-positive compounds than other classical classifiers, such as AdaBoost, GBDT, KNN, LR, NB, RF, and DT. We make the comparison experiments that give the optimal number of the selected features for forgeNet_SVM. In terms of TPR, FPR, Precision, Specificity, F1, and AUC, the selected feature set performs better than the all_feature set and three single feature sets (ECFP6, MACCS, and RDKit).

In the future, we will apply forgeNet_SVM to identify other diseases related compounds, such as cancer, COVID-19, and cardiovascular diseases.

Data Availability Statement

The original contributions presented in the study are included in the article/supplementary material, further inquiries can be directed to the corresponding authors.

Author Contributions

WB conceived the method. BY designed the method and conducted the experiments. WB and SH wrote the main manuscript text. All authors reviewed the manuscript.

Funding

This work was supported by the Talent Project of Qingtan Scholar of Zaozhuang University, the Natural Science Foundation of China (No. 61902337), the Fundamental Research Funds for the Central Universities (2020QN89), Xuzhou Science and Technology Plan Project (KC19142 and KC21047), Shandong Provincial Natural Science Foundation, China (No. ZR2015PF007), Jiangsu Provincial Natural Science Foundation (No. SBK2019040953), Natural Science Fund for Colleges and Universities in Jiangsu Province (No. 19KJB520016), and Young Talents of Science and Technology in Jiangsu.

Conflict of Interest

The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Publisher's Note

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.

References

Almeida, O. P., and Crocco, E. I. (2000). Perception of cognitive deficits and behavior disorders in patients with Alzheimer's disease. Arq. Neuropsiquiatr. 58, 292–299. doi: 10.1590/S0004-282X2000000200015

PubMed Abstract | CrossRef Full Text | Google Scholar

An, H. M., Huang, D. R., Yang, H., Liu, X. G., Du, J., Li, Y., et al. (2020). Comprehensive chemical profiling of Jia-Wei-Qi-Fu-Yin and its network pharmacology-based analysis on Alzheimer's disease. J. Pharm. Biomed. Anal. 189, 113467. doi: 10.1016/j.jpba.2020.113467

PubMed Abstract | CrossRef Full Text | Google Scholar

Berger, S. I., and Iyengar, R. (2009). Network analyses in systems pharmacology. Bioinformatics. 25, 2466–2472. doi: 10.1093/bioinformatics/btp465

PubMed Abstract | CrossRef Full Text | Google Scholar

Breiman, L. (2001). Random forest. Mach. Learn. 45, 5–32. doi: 10.1023/A:1010933404324

CrossRef Full Text | Google Scholar

Breiman, L., Friedman, J. H., Olshen, R. A., and Stone, C. J. (1984). Classification and Regression Trees (CART). Biometrics. 40, 358. doi: 10.2307/2530946

CrossRef Full Text | Google Scholar

Cao, Y., Miao, Q. G., Liu, J. C., and Gao, L. (2013). Advance and prospects of AdaBoost algorithm. Zidonghua Xuebao/Acta Automatica Sinica. 39, 745–758. doi: 10.1016/S1874-1029(13)60052-X

CrossRef Full Text | Google Scholar

Chen, Y., Liu, Z. L., and Xie, Y. B. A. (2012). knowledge-based framework for creative conceptual design of multi-disciplinary systems. Comput. Aided Des. 44, 146–153. doi: 10.1016/j.cad.2011.02.016

CrossRef Full Text | Google Scholar

Cortes, C., and Vapnik, V. (1995). Support-vector networks. Mach. Learn. 20, 273–297. doi: 10.1007/BF00994018

CrossRef Full Text | Google Scholar

Daulatzai, M. A. (2014). Role of stress, depression, and aging in cognitive decline and Alzheimer's disease. Curr. Top. Behav. Neurosci. 18, 265–296. doi: 10.1007/7854_2014_350

PubMed Abstract | CrossRef Full Text | Google Scholar

Denoeux, T. (1995). A k-nearest neighbor classification rule based on Dempster-Shafer theory. IEEE Trans. Syst. Man Cybern. 25, 804–813. doi: 10.1109/21.376493

CrossRef Full Text | Google Scholar

Dong, H., Csernansky, C. A., Martin, M. V., Bertchume, A., Vallera, D., and Csernansky, J. G. (2005). Acetylcholinesterase inhibitors ameliorate behavioral deficits in the Tg2576 mouse model of Alzheimer's disease. Psychopharmacology. 181, 145–152. doi: 10.1007/s00213-005-2230-6

PubMed Abstract | CrossRef Full Text | Google Scholar

Gao, Q., Han, Z. Y., Tian, D. F., Liu, G. L., Wang, Z. Y., Lin, J. F., et al. (2021). Xinglou Chengqi Decoction improves neurological function in experimental stroke mice as evidenced by gut microbiota analysis and network pharmacology. Chin. J. Nat. Med. 12, 881–899. doi: 10.1016/S1875-5364(21)60079-1

PubMed Abstract | CrossRef Full Text | Google Scholar

Gong, X. Q., Luo, L. J., and Neurology, D. O. (2017). Comparative analysis on cognitive function and behavioral and psychological symptoms between vascular dementia and Alzheimer disease. Neural Repair. 12, 122–123. doi: 10.16780/j.cnki.sjssgncj.2017.02.008

CrossRef Full Text | Google Scholar

Hao, C., Freeman, C., Jacobson, G. A., and Small, D. H. (2013). Proteoglycans in the central nervous system: role in development, neural repair, and Alzheimer's disease. IUBMB. 65, 108–120. doi: 10.1002/iub.1118

PubMed Abstract | CrossRef Full Text | Google Scholar

Heyman, A. (1994). Head trauma as a risk factor for Alzheimer's disease. J. Neurol. Sci. 127, 6–6. doi: 10.1016/0022-510X(94)90119-8

PubMed Abstract | CrossRef Full Text | Google Scholar

Hu, J., and Min, J. (2018). Automated detection of driver fatigue based on EEG signals using gradient boosting decision tree model. Cogn. Neurodyn. 12, 431–440. doi: 10.1007/s11571-018-9485-1

PubMed Abstract | CrossRef Full Text | Google Scholar

Hu, R. D. (2006). The effects of health education to the family members of elderly patients with alzheimer's disease on the quality of life. Med. J. Chin. People's Lib. 23, 7–9. doi: 10.3969/j.issn.1008-9993.2006.06.003

CrossRef Full Text | Google Scholar

Huang, X. Y., Li, T. T, Zhou, L., Liu, T., Xiong, L. L., and Yu, C. Y. (2021). Analysis of the potential and mechanism of Ginkgo biloba in the treatment of Alzheimer's disease based on network pharmacology. Ibrain 7, 21–28. doi: 10.1002/j.2769-2795.2021.tb00060.x

PubMed Abstract | CrossRef Full Text | Google Scholar

Jiang, R., Zhang, X., Li, Y., Zhou, H., Wang, H., Wang, F., et al. (2020). Identification of the molecular mechanisms of Salvia miltiorrhiza relevant to the treatment of osteoarthritis based on network pharmacology. Discov. Med. 30, 83–95.

PubMed Abstract | Google Scholar

Jiang, Z., and Wang, Z. (2021). Material basis and mechanism of bajitian (morindae officinalis radix) treating Alzheimer's disease. J. Tradit. Chin. Med. 39, 255–258W. doi: 10.13193/j.issn.1673-7717.2021.03.061

CrossRef Full Text | Google Scholar

Kong, Y., and Yu, T. (2018). A graph-embedded deep feedforward network fordisease outcomeclassification and feature selection using gene expressiondata. Bioinformatics. 34, 3727–3737. doi: 10.1093/bioinformatics/bty429

PubMed Abstract | CrossRef Full Text | Google Scholar

Kong, Y., and Yu, T. (2020). forgeNet: a graph deep neural network model using tree-based ensemble classifiers for feature graph construction. Bioinformatics. 36, 3507–3515. doi: 10.1093/bioinformatics/btaa164

PubMed Abstract | CrossRef Full Text | Google Scholar

Li, R., Li, Y., Liang, X., Yang, L., Su, M., and Lai, K. P. (2020). X, et al. Network Pharmacology and bioinformatics analyses identify intersection genes of niacin and COVID-19 as potential therapeutic targets. Brief. Bioinformatics. 22, 1279–1290. doi: 10.1093/bib/bbaa300

PubMed Abstract | CrossRef Full Text | Google Scholar

Li, X., Wu, L. H., Liu, W., Jin, Y. C., Chen, Q., Wang, L. L., et al. (2014). A Network Pharmacology Study of Chinese Medicine QiShenYiQi to Reveal Its Underlying Multi-Compound, Multi-Target, Multi-Pathway Mode of Action. PLoS ONE 9, e95004. doi: 10.1371/journal.pone.0095004

PubMed Abstract | CrossRef Full Text | Google Scholar

Liston, D. R., Nielsen, J. A., Villalobos, A., Chapin, D., Jones, S. B., Hubbard, S. T., et al. (2004). Pharmacology of selective acetylcholinesterase inhibitors: implications for use in Alzheimer's disease. Eur. J. Pharmacol. 486, 9–17. doi: 10.1016/j.ejphar.2003.11.080

PubMed Abstract | CrossRef Full Text | Google Scholar

Maalouf, M. (2011). Logistic regression in data analysis: an overview. Int. J. Data Anal. Tech. Strateg. 3, 281–299. doi: 10.1504/IJDATS.2011.041335

CrossRef Full Text | Google Scholar

Mehta, K. M., Ott, A., Kalmijn, S., Slooter, A. J., Duijn, C. M. V., Hofman, A., and Breteler, M. M. (1999). Head trauma and risk of dementia and Alzheimer'sdisease: the Rotterdam study. Neurology. 53, 1959–1962. doi: 10.1212/WNL.53.9.1959

PubMed Abstract | CrossRef Full Text | Google Scholar

Morán, M. A., Cebrián, J. L., Gómez-Ramos, P., Cabello, A., Madero, S., and Mufson, E. J. (1992). Diagnosis of Alzheimer's disease. Evaluation of senile plaques of the diffuse type. Medicina Clínica. 98, 19–23.

PubMed Abstract | Google Scholar

Mysinger, M. M., Carchia, M., Irwin, J. J., and Shoichet, B. K. (2012). Directory of useful decoys, enhanced (DUD-E): better ligands and decoys for better benchmarking. J. Med. Chem. 55, 6582. doi: 10.1021/jm300687e

PubMed Abstract | CrossRef Full Text | Google Scholar

Ogomori, K., Kitamoto, T., and Tateishi, J. (1989). Beta-protein amyloid is widely distributed in the central nervous system of patients with Alzheimer's disease. Am. J. of Pathol. 134, 243–251.

PubMed Abstract | Google Scholar

Pang, X. C., Wang, Z., Fang, J. S., Lian, W. W., Zhao, Y., Kang, D., et al. (2016). Network pharmacology study of effective constituents of traditional Chinese medicine for Alzheimer's disease treatment. Acta Pharmaceutica Sinica. 51, 725.−731. doi: 10.16438/j.0513-4870.2015-0950

PubMed Abstract | CrossRef Full Text | Google Scholar

Rice, D. P., Fox, P. J., Max, W., Webber, P. A., Hauck, W. W., Lindeman, D. A., et al. (1993). The economic burden of caring for people with Alzheimer's disease. Health Aff. 12, 164–176. doi: 10.1377/hlthaff.12.2.164

PubMed Abstract | CrossRef Full Text | Google Scholar

Rish, I. (2001). An empirical study of the naive Bayes classifier. J. Universal Comp. Sci. 3, 41–46. doi: 10.1002/9781118721957.ch4

CrossRef Full Text | Google Scholar

Romanelli, M. F., Ashkin, K., Morris, J. C., and Coben, L. A. (1990). Advanced Alzheimer's disease is a risk factor for late-onset seizures. Arch. Neurol. 47, 847–850. doi: 10.1001/archneur.1990.00530080029006

PubMed Abstract | CrossRef Full Text | Google Scholar

Rothstein, Z., Prohovnik, I., Davidson, M., Beeri, M. S., and Noy, S. (1996). The economic burden of Alzheimer's disease in Israel. Isr. J. Med. Sci. 32, 1120–1123.

PubMed Abstract | Google Scholar

Saunders, C., Stitson, M. O., Weston, J., Holloway, R., Bottou, L., Scholkopf, B., et al. (2002). Support vector machine. Comp. Sci. 1, 1–28. doi: 10.1007/978-3-642-27733-7_299-3

CrossRef Full Text | Google Scholar

Sugimoto, M. (2006). Acetylcholinesterase inhibitors used in treatment of Alzheimer's disease prevent glutamate neurotoxicity via nicotinic acetylcholine receptors and phosphatidylinositol 3-kinase cascade. Neuropharmacology. 51, 474–486. doi: 10.1016/j.neuropharm.2006.04.007

PubMed Abstract | CrossRef Full Text | Google Scholar

Sun, L. M., Liu, L. F., Zhu, H. X., Zhu, B J, and Zhang, Q C. (2017). Network pharmacology-based study on intervention mechanism of Huanglian Jiedu decoction in the treatment of Alzheimer's disease. Acta Pharmaceutica Sinica. 8, 1268–1275. doi: 10.16438/j.0513-4870.2017-0144

CrossRef Full Text | Google Scholar

Suykens, J. A. K., and Vandewalle, J. (1999). Least squares support vector machine classifiers. Neural Process. Lett. 9, 293–300. doi: 10.1023/A:1018628609742

PubMed Abstract | CrossRef Full Text | Google Scholar

Tao, X. Q., Zhang, X. Z„ Li, N., Cao, L., Ding, G., Wang, Z. Z., et al. (2015). Study on molecular mechanism of Paeoniae Rubra Radix and Phellodendri Cortex intervening Alzheimer's disease using network pharmacology methods. Chin. Tradit. Herb. Drugs. 46, 1634–1639. doi: 10.7501/j.issn.0253-2670.2015.11.013

CrossRef Full Text | Google Scholar

Wang, M., Wang, S., Li, Y., Cai, G. M., Cao, M., and Li, L. F. (2020). Integrated analysis and network pharmacology approaches to explore key genes of Xingnaojing for treatment of Alzheimer's disease. Brain Behav. 10, e01610. doi: 10.1002/brb3.1610

PubMed Abstract | CrossRef Full Text | Google Scholar

Wang, R., Jia, Y., Song, J., Liu, L. J., Zhan, X. H., Hou, J. L., et al. (2021). Mechanism of Liuwei Dihuang decoction in treatment of dementia based on network pharmacology. J. Henan University (Medical Science). 40, 84–92.

Google Scholar

Wang, X., Kim, J. R., Lee, S. B., Kim, Y. J., Joung, M., Kwon, H. W., et al. (2014). Effects of curcuminoids identified in rhizomes of Curcuma longa on BACE-1 inhibitory and behavioral activity and lifespan of Alzheimer's disease Drosophila models. BMC Complement. Med. Ther. 14, 88. doi: 10.1186/1472-6882-14-88

PubMed Abstract | CrossRef Full Text | Google Scholar

Wang, Z. X. (2014). Effects of extended care on the quality of life of the elderly patients with Alzheimer's disease. Practical Geriatr. 28, 254–259. doi: 10.3969/j.issn.1003-9198.2014.03.024

CrossRef Full Text | Google Scholar

Xiong, D. D., Qin, Y., Xu, W. Q., He, R. Q., Wu, H. Y., Wei, D. M., et al. (2018). A network pharmacology-based analysis of multi-target, multi-pathway, multi-compound treatment for ovarian serous cystadenocarcinoma. Clin. Drug Investig. 38, 909–925. doi: 10.1007/s40261-018-0683-8

PubMed Abstract | CrossRef Full Text | Google Scholar

Yang, B. (2021). Gene Regulatory Network Identification based on Forest Graph-embedded Deep Feedforward Network. 6th International Conference on Cloud Computing and Internet of Things. Okinawa, p. 68–72. doi: 10.1145/3493287.3493297

CrossRef Full Text | Google Scholar

Yuan, C. Y., Liu, B. T., Huang, J. Y., Yan, Z. S, Chen, R., and Huo, L. N. (2019). Application of network pharmacology on screening and mechanism of pharmacodynamic substances of traditional Chinese medicine. Guangzhou Chem. Indust. 47, 20–22.

PubMed Abstract | Google Scholar

Zhao, W. N., Bi, P. X., Li, S. O., Yin, C. H., Yang, Y. D., and Sun, L. (2016). Comparative study of damage to cognitive function and mental behavior in patients with general paresis of the insane, Alzheimer's disease, and frontotemporal dementia. Int. J. Clin. Exp. Med. 9, 7374–7380.

Google Scholar

Keywords: virtual screening, network pharmacology, Alzheimer, data fusion, feature selection, machine learning

Citation: Yang B, Bao W and Hong S (2022) Alzheimer-Compound Identification Based on Data Fusion and forgeNet_SVM. Front. Aging Neurosci. 14:931729. doi: 10.3389/fnagi.2022.931729

Received: 29 April 2022; Accepted: 24 May 2022;
Published: 25 July 2022.

Edited by:

Yizhang Jiang, Jiangnan University, China

Reviewed by:

Mascot Wang, University of Waterloo, Canada
Yi Cao, University of Jinan, China
ZhanHeng Chen, University of Chinese Academy of Sciences (CAS), China

Copyright © 2022 Yang, Bao and Hong. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

*Correspondence: Wenzheng Bao, baowz55555@126.com; Shichai Hong, xmzshsc@163.com

Disclaimer: All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.