Literature DB >> 35959292

Alzheimer-Compound Identification Based on Data Fusion and forgeNet_SVM.

Bin Yang1, Wenzheng Bao2, Shichai Hong3.   

Abstract

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.
Copyright © 2022 Yang, Bao and Hong.

Entities:  

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

Year:  2022        PMID: 35959292      PMCID: PMC9357977          DOI: 10.3389/fnagi.2022.931729

Source DB:  PubMed          Journal:  Front Aging Neurosci        ISSN: 1663-4365            Impact factor:   5.702


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

The flowchart of forgeNet algorithm.

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 (ξ(θ) = {T1(θ1), T2(θ2), …, T(θ)}, θis the coefficient). If a binary tree is considered a special case of a directed graph, the graph set could be obtained as follows. Where V and Edenote vertex and edge sets of G, respectively. In order to combine the directed graph set Φ, we can obtain the final aggregated graph as follows.

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. Where X represents input vector, Z denotes the k − th hidden layer, Θ is Hadamard product, W and b are the weight and bias of the k − th 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 i − thfeature is defined as follows. Where n is the number of features in the dataset, W( 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), …, (x, y)}, in which x is inputting feature vector and y is classification label{+1, −1}. Hyperplane is labeled as (w·x) + b = 0. The optimal hyperplane problem is constructed as follows. By the Lagrange optimization method, the optimal solution is obtained. The optimal classification function can be given as follows. 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. 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.
Figure 2

Flowchart of Alzheimer-related active compound identification by forgeNet_SVM.

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. 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, …, e), MACCS (m1, m2, …, m) and RDKit (r1, r2, …, r) feature sets of each compound are fused into an all_feature set (e1, e2, …, e, m1, m2, …, m, r1, r2, …, r), where n, n, and nare 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, …, d].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. 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 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

Performances of forgeNet_SVM with the different numbers of features.

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

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

Table 1

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

Feature sets TPR FPR Precision Specificity F1
Selected features 0.946809 0.031915 0.908163 0.968085 0.927083
ECFP60.8297870.0602840.8210530.9397160.825397
MACCS0.8829790.1241130.703390.8758870.783019
RDKit0.8829790.1063830.7345130.8936170.801932
All features0.936170.0567380.8461540.9432620.888889

The bold values denote the best performances.

Figure 5

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

Table 2

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

Feature sets TPR FPR Precision Specificity F1
Selected features 0.964286 0 1 1 0.981818
ECFP60.6785710.0595240.7916670.9404760.730769
MACCS0.8214290.1428570.6571430.8571430.730159
RDKit0.8571430.2142860.5714290.7857140.685714
All features0.6785710.0595240.7916670.9404760.730769

The bold values denote the best performances.

ROC curves and AUC performances of our method with different feature sets for Alzheimer-related compound identification with Dat1. Performances of our method with different feature sets for Alzheimer-related compound identification with Dat1. The bold values denote the best performances. ROC curves and AUC performances of our method with different feature sets for Alzheimer-related compound identification with Dat2. Performances of our method with different feature sets for Alzheimer-related compound identification with Dat2. The bold values denote the best performances. 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

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

Methods TPR FPR Precision Specificity F1 AUC
forgeNet_SVM0.9468090.0319150.9081630.968085 0.927083 0.99313
AdaBoost0.9148940.0354610.8958330.9645390.9052630.974083
forgeNet_AdaBoost0.9148940.0354610.8958330.9645390.9052630.974083
GBDT0.9042550.0390070.8854170.9609930.8947370.981326
forgeNet_GBDT0.9148940.0283690.9148940.9716310.9148940.982383
KNN 0.989362 0.773050.2990350.226950.4592590.798759
forgeNet_KNN0.8936170.0283690.9130430.9716310.9032260.978101
LR 0.989362 0.563830.3690480.436170.5375720.942282
forgeNet_LR0.936170.0425530.880.9574470.9072160.942282
NB0.287234 0 1 1 0.4462810.643617
forgeNet_NB0.9468090.0390070.890.9609930.9175260.962464
RF0.8829790.0319150.9021740.9680850.8924730.98823
forgeNet_RF0.9042550.0319150.9042550.9680850.9042550.986457
DT0.872340.1099290.7256640.8900710.7922710.881206
forgeNet_DT0.9468090.0602840.8396230.9397160.890.943262

The bold values denote the best performances.

Table 4

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

Methods TPR FPR Precision Specificity F1 AUC
forgeNet_SVM0.964286 0 1 1 0.981818 0.998299
AdaBoost0.3571430.3095240.2777780.6904760.31250.991071
forgeNet_AdaBoost0.892857 0 1 1 0.9433960.995748
GBDT0.8214290.6071430.3108110.3928570.450980.997449
forgeNet_GBDT0.928571 0 1 1 0.9629630.993197
KNN 1 1 0.2500.40.742347
forgeNet_KNN0.8928570.0357140.8928570.9642860.8928570.94494
LR 1 0.6785710.3294120.3214290.4955750.964711
forgeNet_LR0.9285710.0714290.81250.9285710.8666670.985544
NB0 0 1 0.5
forgeNet_NB0.9642860.0595240.843750.9404760.90.951743
RF0.5357140.1309520.5769230.8690480.5555560.987724
forgeNet_RF0.928571 0 1 1 0.9629630.996173
DT0.8571430.6309520.3116880.3690480.4571430.839286
forgeNet_DT0.9642860.0119050.9642860.9880950.9642860.97619

The bold values denote the best performances.

Performances of 15 methods for Alzheimer-related compound identification with Dat1. The bold values denote the best performances. Performances of 15 methods for Alzheimer-related compound identification with Dat2. The bold values denote the best performances.

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.
  26 in total

1.  Head trauma and risk of dementia and Alzheimer's disease: The Rotterdam Study.

Authors:  K M Mehta; A Ott; S Kalmijn; A J Slooter; C M van Duijn; A Hofman; M M Breteler
Journal:  Neurology       Date:  1999-12-10       Impact factor: 9.910

2.  A graph-embedded deep feedforward network for disease outcome classification and feature selection using gene expression data.

Authors:  Yunchuan Kong; Tianwei Yu
Journal:  Bioinformatics       Date:  2018-11-01       Impact factor: 6.937

3.  A Network Pharmacology-Based Analysis of Multi-Target, Multi-Pathway, Multi-Compound Treatment for Ovarian Serous Cystadenocarcinoma.

Authors:  Dan-Dan Xiong; Yue Qin; Wen-Qing Xu; Rong-Quan He; Hua-Yu Wu; Dan-Min Wei; Jing-Jing Zeng; Yi-Wu Dang; Gang Chen
Journal:  Clin Drug Investig       Date:  2018-10       Impact factor: 2.859

4.  Beta-protein amyloid is widely distributed in the central nervous system of patients with Alzheimer's disease.

Authors:  K Ogomori; T Kitamoto; J Tateishi; Y Sato; M Suetsugu; M Abe
Journal:  Am J Pathol       Date:  1989-02       Impact factor: 4.307

5.  Comprehensive chemical profiling of Jia-Wei-Qi-Fu-Yin and its network pharmacology-based analysis on Alzheimer's disease.

Authors:  Hai-Ming An; Da-Rong Huang; Hua Yang; Xin-Guang Liu; Jing Du; Yi Li; Chao-Ran Li; Han-Qing Pang; Run-Zhou Liu; Chao Peng; Ping Li; Wen Gao
Journal:  J Pharm Biomed Anal       Date:  2020-07-08       Impact factor: 3.935

6.  The economic burden of Alzheimer's disease in Israel.

Authors:  Z Rothstein; I Prohovnik; M Davidson; M S Beeri; S Noy
Journal:  Isr J Med Sci       Date:  1996-11

7.  Acetylcholinesterase inhibitors ameliorate behavioral deficits in the Tg2576 mouse model of Alzheimer's disease.

Authors:  Hongxin Dong; Cynthia A Csernansky; Maureen V Martin; Amy Bertchume; Dana Vallera; John G Csernansky
Journal:  Psychopharmacology (Berl)       Date:  2005-10-15       Impact factor: 4.530

8.  [Network pharmacology study of effective constituents of traditional Chinese medicine for Alzheimer’s disease treatment].

Authors:  Xiao-cong Pang; Zhe Wang; Jian-song Fang; Wen-wen Lian; Ying Zhao; De Kang; Ai-lin Liu; Guan-hua Du
Journal:  Yao Xue Xue Bao       Date:  2016-05

9.  Acetylcholinesterase inhibitors used in treatment of Alzheimer's disease prevent glutamate neurotoxicity via nicotinic acetylcholine receptors and phosphatidylinositol 3-kinase cascade.

Authors:  Yuki Takada-Takatori; Toshiaki Kume; Mitsuhiro Sugimoto; Hiroshi Katsuki; Hachiro Sugimoto; Akinori Akaike
Journal:  Neuropharmacology       Date:  2006-06-08       Impact factor: 5.250

10.  Xinglou Chengqi Decoction improves neurological function in experimental stroke mice as evidenced by gut microbiota analysis and network pharmacology.

Authors:  Qiang Gao; Zhen-Yun Han; Dan-Feng Tian; Gan-Lu Liu; Zhen-Yi Wang; Jing-Feng Lin; Ze Chang; Dan-Dan Zhang; Ying-Zhen Xie; Yi-Kun Sun; Xing-Wei Yao; Da-Yong Ma
Journal:  Chin J Nat Med       Date:  2021-12
View more

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