Skip to main content

ORIGINAL RESEARCH article

Front. Bioinform., 22 October 2021
Sec. Integrative Bioinformatics

Diagnostic AI Modeling and Pseudo Time Series Profiling of AD and PD Based on Individualized Serum Proteome Data

Jianhu Zhang&#x;Jianhu Zhang1Xiuli Zhang
&#x;Xiuli Zhang2*Yuan Sh&#x;Yuan Sh1Benliang Liu,&#x;Benliang Liu3,4Zhiyuan Hu,,,
Zhiyuan Hu1,2,5,6*
  • 1Fujian Provincial Key Laboratory of Brain Aging and Neurodegenerative Diseases, School of Basic Medical Sciences, Fujian Medical University, Fuzhou, China
  • 2CAS Key Laboratory of Standardization and Measurement for Nanotechnology, CAS Key Laboratory for Biomedical Effects of Nanomaterials and Nanosafety, CAS Center for Excellence in Nanoscience, National Center for Nanoscience and Technology of China, Beijing, China
  • 3China National Center for Bioinformation, Beijing, China
  • 4Key Laboratory of Genomic and Precision Medicine, Beijing Institute of Genomics, Chinese Academy of Sciences, Beijing, China
  • 5School of Nanoscience and Technology, Sino-Danish College, University of Chinese Academy of Sciences, Beijing, China
  • 6School of Chemical Engineering and Pharmacy, Wuhan Institute of Technology, Wuhan, China

Background: Parkinson’s disease (PD), Alzheimer’s disease (AD) are common neurodegenerative disease, while mild cognitive impairment (MCI) may be happened in the early stage of AD or PD. Blood biomarkers are considered to be less invasive, less cost and more convenient, and there is tremendous potential for the diagnosis and prediction of neurodegenerative diseases. As a recently mentioned field, artificial intelligence (AI) is often applied in biology and shows excellent results. In this article, we use AI to model PD, AD, MCI data and analyze the possible connections between them.

Method: Human blood protein microarray profiles including 156 CT, 50 MCI, 132 PD, 50 AD samples are collected from Gene Expression Omnibus (GEO). First, we used bioinformatics methods and feature engineering in machine learning to screen important features, constructed artificial neural network (ANN) classifier models based on these features to distinguish samples, and evaluated the model’s performance with classification accuracy and Area Under Curve (AUC). Second, we used Ingenuity Pathway Analysis (IPA) methods to analyse the pathways and functions in early stage and late stage samples of different diseases, and potential targets for drug intervention by predicting upstream regulators.

Result: We used different classifier to construct the model and finally found that ANN model would outperform the traditional machine learning model. In summary, three different classifiers were constructed to be used in different application scenarios, First, we incorporated 6 indicators, including EPHA2, MRPL19, SGK2, to build a diagnostic model for AD with a test set accuracy of up to 98.07%. Secondly, incorporated 15 indicators such as ERO1LB, FAM73B, IL1RN to build a diagnostic model for PD, with a test set accuracy of 97.05%. Then, 15 indicators such as XG, FGFR3 and CDC37 were incorporated to establish a four-category diagnostic model for both AD and PD, with a test set accuracy of 98.71%. All classifier models have an auc value greater than 0.95. Then, we verified that the constructed feature engineering filtered out fewer important features but contained more information, which helped to build a better model. In addition, by classifying the disease types more carefully into early and late stages of AD, MCI, and PD, respectively, we found that early PD may occur earlier than early MCI. Finally, there are 24 proteins that are both differentially expressed proteins and upstream regulators in the disease group versus the normal group, and these proteins may serve as potential therapeutic targets and targets for subsequent studies.

Conclusion: The feature engineering we build allows better extraction of information while reducing the number of features, which may help in subsequent applications. Building a classifier based on blood protein profiles using deep learning methods can achieve better classification performance, and it can help us to diagnose the disease early. Overall, it is important for us to study neurodegenerative diseases from both diagnostic and interventional aspects.

Introduction

Neurodegenerative diseases are nervous system disorders that manifest as a progressive loss of function or structure of neurons, including the death of neurons. The most extensively studied neurodegenerative diseases are Alzheimer’s disease (AD) and Parkinson’s disease (PD). AD, the leading cause of dementia (Long and Holtzman, 2019), is a disease associated with cognitive impairment, presents with learning, language, and memory impairment (McKhann et al., 2011). PD is a complex disorder of the brain system that affects not only movement, such as rigidity, bradykinesia and tremor, but also cognition. Mild cognitive impairment (MCI) is characterized by persistent memory problems and is considered an asymptomatic pre-dementia of AD, a non-motor symptom that occurs early in PD (Albert et al., 2011; Poewe et al., 2017). It is important to distinguish MCI status because some studies suggest that MCI may lead to the development of AD, and PD with MCI may have a higher risk of developing Parkinson’s disease dementia (PDD) (Pagani et al., 2017; Saredakis et al., 2019).

When an individual is diagnosed with AD or PD, pathological damage in the brain has actually occurred for some time, which is irreversible (Gaig and Tolosa, 2009; Petersen, 2009). Therefore, early diagnosis of both disease is very necessary, blood biomarkers have got more attention due to more convenient, less costly, and less risky sampling. Eric P. Nagele found that differentially expressed proteins (DEPs) in human blood can better distinguish AD, PD, and MCI from normal samples respectively (Nagele et al., 2011; Han et al., 2012; DeMarshall et al., 2016). For example, the accuracy of distinguishing AD from normal samples was 93.4%, while the accuracy of distinguishing PD from normal samples was 97.1%. Although there have been many studies in this field, few researchers have studied MCI, PD and AD together despite their potential association, and we believe that a combined study would help to more fully understand the relationship. In the process of data modeling, traditional machine learning researchers usually use feature engineering to process the data and rarely use bioinformatics methods, while the opposite is true for traditional bioinformatics researchers, which may not yield optimal results. We innovative combine bioinformatics screening differential protein methods with machine learning feature engineering for data processing and model building, and achieve better results. In this paper, based on serum protein expression profiles, we build a model to distinguish AD, MCI, PD, and CT samples and search possible biological phenomenon and drug targets.

Materials and Methods

Data Sources and Preprocessing

We downloaded multiple protein expression profiles from the GEO database (https://www.ncbi.nlm.nih.gov/geo/), including GSE29654, GSE62283, GSE74763. These datasets were generated by the Invitrogen ProtoArray V5.0 platform. Since there were some duplicate samples in these three datasets, we kept the duplicate samples with the earlier upload time. We also removed samples from the same institution but with a sample size of less than 3. Finally, the number of samples in each category, as shown in Table 1.

TABLE 1
www.frontiersin.org

TABLE 1. Overview of the collected data.

The format of raw data is GPR, we use the R package PPA to load it, then normalized the data with the robust linear model (RLM) method, which is the standard intra-slice method capable of ignoring the effect of isolated points, allowing a good fit of the regression line. Finally, common probes were extracted and expression profiles were merged. We standardized the data by the following method, for each gene in each sample, calculated the ratio of that gene to the total gene expression in the sample and multiplied the ratio by 1 million as the final expression value. The formula is as follows, where the data is a two-dimensional table with i rows and j columns, the row stores the protein, j represents the sample, xij represents the expression value of the ith protein of the jth sample, and xij’ represents the standardized data.

xij'=(xiji=1nxij)1000000

Model of Machine Learning and Deep Learning

Four machine learning classifiers were used in the construction of the model, including naive Bayes (NB) (Zhang, 2004), k-nearest neighbor (KNN) (Troyanskaya et al., 2001), decision tree (DT) (Breiman et al., 2017), random forest (RF) (Breiman, 2001), and a deep learning classifier, ANN. Machine learning models are stored in scikit-learn 0.23.1 and Python 3.8.3 (Pedregosa et al., 2011). When building the ANN, we use the Keras 2.4.3 module. The default parameters of sklearn and keras basic classifier are modified during model training, where KNN (n_neighbors = 3), DT (criterion: “gini”, splitter: “best,” min_samples_split: 2, min_samples_leaf: 1), random forest (n_estimators: 100,criterion: “gini,”max_features: "auto",etc), ANN (activation_relu: “relu,” optimizers: “adam,” batch_size: 64, etc). All model parameters can be found in the https://github.com/zhxiuli/AI.git.

Model Construct and Model Evaluation

The DEPs were identified using the limma Bioconductor package in R (Version 3.6.3) (Ritchie et al., 2015). First, we extracted the union of DEPs between pairs of categories as the initial features. According to the variance of these initial features, proteins with variance less than a quarter of the population were eliminated. Then correlation was used to remove proteins with correlation coefficient greater than 0.7 with other proteins. Finally, we used an SVM-based model to extract the top N features that are most important for model construction (Cortes and Vapnik, 1995; Guyon et al., 2002). In the process of selecting the most important features, we set the step size to 1, i.e., we use an iterative approach to eliminate features one by one until the performance is optimal. For all the classifiers, the ratio of the training set, validation set, the test set is 3:1:1. The training set is used to train the model, the validation set selects the optimal model parameters, and the test set to evaluate model performance. We use micro-AUC method to analyze the AUC of multi-label classification. Assume the original data is n samples with m columns of features. The basic idea is to binarize the original labels of each sample, so that the samples can also get the format of (n,m) (the position corresponds to 1 and the rest to 0), and then the probability matrix and label matrix of the multi-label are expanded by rows respectively as a way to calculate the AUC value of the binary classification.

IPA and Protein Phase Separation

IPA is a cloud-based integrated biological pathway analysis commercial software developed for biologists, in which the software analysis data is manually extracted from major professional journals and magazines by life science experts, mainly used in life science research. The IPA was used for biological analysis, including canonical pathway analysis, disease and function, upstream regulators. A threshold of −log 10(P-value) > 1.3 was used to indicate statistical significance, and a Z-score > 0 was defined as active, otherwise as inhibited. For protein phase separation analysis, we uploaded the sequences of the proteins to the PLAAC (http://plaac.wi.mit.edu/) to get a phase separation scores (Lancaster et al., 2014).

Results

Development of Individualized Diagnostic Models and Analysis Process for AD and PD Patients

Based on serum protein expression profiles, we construct three individual disease diagnostic models useing artificial intelligence. In addition, biological pathways, functional, upstream factors, and pseudo-time information between diseases were mined (Figure 1). 388 serum protein expression profiles were downloaded from the GEO database, containing 156 Control samples (CT), 50 MCI, 50 AD, and 132 PD samples. On the one hand, the optimal feature for constructing the model were first filtered based on the significance, variance, colinearity, and importance. Then different classifier models are trained using the optimal features, including random forest (RF), Decision Tree (DT), and Navie Bayes (NB), Artificial neural network (ANN), k-Nearest Neighbor (KNN). The trained models were applied to the test set to observe the classification effects (accuracy, confusion matrix, ROC) and feature effects (TSNE) of the model. On the other hand, we analyzed the pathways and functions between disease and normal samples, and then analyzed the possible order of disease occurrence. Finally, we analyzed upstream regulators and possible drug targets.

FIGURE 1
www.frontiersin.org

FIGURE 1. Schematic diagram of the workflow of this study. The original data set was downloaded from the GEO database, which included 156 CT samples, 50 MCI samples, 50 AD samples, and 132 PD samples. The blue arrow represents the process of exploring the biological function of the data, and the green arrow represents the modeling process performed on the data. Biological function studies how serum molecules affect the body’s cells, tissues and organs across the board as they flow with the blood, including differences in proteins between groups, as well as pathways, functions, pseudo-timing analysis, and upstream regulators and potential drugs. Data modeling constructs three models with the same process. The construction process is as follows. We first use feature engineering to extract important features, then use different machine learning model to training data, finally evaluate the classification efficiency of the model.

The AI Model for the Diagnosis of AD, MCI and CT Based on 6 Serum Protein Markers

AD, CT, and MCI samples were extracted from the dataset, and 1879 DEPs between the AD, CT, and MCI were detected (Figure 2A). When constructing the feature engineering, we observed the following principles: 1) Features with small variance have little impact on the classifier. 2) Highly correlated features may lead to covariance problems in the model. 3) A few important features are sufficient to represent the whole range of features. After variance, correlation and importance screening (Supplementary Figures S1A,B), six features were finally obtained, containing LOC728492, PCBD2, EPHA2, MRPL19, SGK2, LGALS1. These six optimal features were expressed significantly differently among the groups, and their importance was shown in the figure (Figures 2B,C).

FIGURE 2
www.frontiersin.org

FIGURE 2. Model 1(CT, MCI, AD) feature engineering and model evaluation. (A) Heat map of all features in the model. (B) Expression profile of the optimal features in the data set. c) Importance of the optimal features filtered after feature engineering. (D) Accuracy of different classifiers on different features. (E) Accuracy and loss curves during training of the ANN model. (F) AUC of the ANN model when using different features. (G–I) Confusion matrix corresponding to all features, optimal features, and random features in the ANN model. (J–L) TSNE consisting of all features, optimal features, and random features.

We use different classifiers (KNN, RF, ANN, NB, DT) and different features (optimal features, random features, all features) to build models. In the end, the optimal features can achieve similar or even better classification performance than all features, and this is not due to randomness (Figure 2D). The accuracy and loss curves of these six features during ANN model training (Figure 2E) show that we stopped the training when the model was stable. The micro-AUC for the optimal features was 0.9994, higher than 0.9191 for all features and 0.6385 for random features (Figure 2F). The accuracy of the model was greater than 0.95 in all three test sets (Figures 2G–I), and their AUC in the test set are shown in the Supplementary Figures S4A–C. The accuracy of the model in all test set was 98.07%, where MCI and AD classification being completely correct, outperforming all features and random features (Figures 2J–L). Compared to all features and random features, the optimal features can distinguish samples well (Figures 2J–L). The above results show that the optimal features selected after feature engineering help to improve the performance and simplify the model. We defined 0 for the CT, 0.5 for the MCI and 1 for the AD sample to analyze the correlation between the optimal features and disease progression. Most features were positively correlated with the severity of cognitive loss, except for MRPL19. EPHA2 is a neuroinflammatory factor (Supplementary Figure S1C), which may indicate that the neuroinflammatory pathway in which EPHA2 resides is closely related to the progression of AD.

The AI Model for the Diagnosis of PD, MCI and CT Based on 15 Serum Protein Markers

We extracted PD, CT and MCI samples from the dataset, using 3092 DEPs as initial features (Figure 3A). Finally, after feature selection, 15 features were retained (Supplementary Figures S1D,E), containing ERO1LB, IGLa, LOC400763, PHKG2, PPM1L, RAD51L3, IL23A, DYNLRB2, BCAT1, CDC37, IL1RN, MAB21L2, S100A13, FAM73B, IP6K2. Heat maps of the 15 features also showed significant differences between groups (Figures 3B,C). Similarly, the ANN model with feature engineering performed best (Figure 3D). When the model tends to be stable, the classification accuracy is the highest and the loss is the lowest (Figure 3E). The test set accuracy for the optimal features was 97.05%, where the MCI classification was completely accurate with micro-AUC of 0.9984, while all features were 0.83343 and random features were 0.7897 (Figures 3F,J–L). The accuracy of this model were greater than 0.94 in all three test sets (Figures 3G–I), and their AUCs in the test set are shown in the Supplementary Figures S4D–F. The optimal features distinguished the MCI samples well compared to all features and random features (Figures 3J–L). Finally, we also analyzed the correlation of optimal features with disease progression (Supplementary Figure S3F). Among these features, IL23a and IL1RN are pro-inflammatory cytokines and anti-inflammatory factors, respectively. MAB21L2 may be associated with neurodevelopment (Wang et al., 2020), and BACT1 knockout may cause oxidative neuronal damage (Mor et al., 2020).

FIGURE 3
www.frontiersin.org

FIGURE 3. Model 2 (CT, MCI, PD) feature engineering and model evaluation. (A) Heat map of all features in the model. (B) Expression profile of the optimal features in the data set. c) Importance of the optimal features filtered after feature engineering. (D) Accuracy of different classifiers on different features. (E) Accuracy and loss curves during training of the ANN model. (F) AUC of the ANN model when using different features. (G–I) Confusion matrix corresponding to all features, optimal features, and random features in the ANN model. (J–L) TSNE consisting of all features, optimal features, and random features.

The AI Model for the Diagnosis of AD, PD, MCI and CT Based on 30 Serum Protein Markers

Similarly, we took out the DEPs of all samples for feature filtering and obtained the optimal model with 30 features (Figures 4A,B), where PCBD2, LGALS1 belong to the features in model 1, while IGLa, ERO1LB, MAB21L2, CDC37, DYNLRB2, FAM73B, IP6K2, S100A13 belong to model 2 features, which indicates that the features extracted by feature engineering have good robustness, and the importance of these 30 features is shown in the figure (Figure 4C). The filtered features are also optimal in the ANN model compared to other methods and other classifiers (Figure 4D). The accuracy of the model was greater than 0.95 in all three test sets (Figures 4G–I), and their AUCs in the test sets are shown in Supplementary Figures S4G–I. Compared to all features and random features, the optimal features outperform them and have a classification accuracy of 98.71% in all test sets, and all samples are correctly classified except one PD sample which is misclassfied as AD, and the micro-AUC reaches 0.9999 (Figures 4F,J–L), which is greater than 0.8541 for all features and 0.6660 for random features, and could fully identify MCI samples in the TSNE (Figures 4J–L).

FIGURE 4
www.frontiersin.org

FIGURE 4. Model 3 (CT, MCI, AD, PD) feature engineering and model evaluation. (A) Heat map of all features in the model. (B) Expression profile of the optimal features in the data set. (C) Importance of the optimal features filtered after feature engineering. (D) Accuracy of different classifiers on different features. (E) Accuracy and loss curves during training of the ANN model. (F) AUC of the ANN model when using different features. (G–I) Confusion matrix corresponding to all features, optimal features, and random features in the ANN model. (J–L) TSNE consisting of all features, optimal features, and random features.

The Serum Proteins of Patients in the MCI, AD and PD Groups all Showed Different Differences From the Healthy Sample

In this paper, we first analyzed the DEPs of diseases. The number of DEPs in MCI, AD and PD compared to CT was 1010, 839 and 2122 respectively. The number of DEPs was 1221 and 1467 for AD and PD compared to MCI respectively. Finally, the number of DEPs between AD and PD was 2082 (Supplementary Figure S2A). First, PD was very different from CT, MCI, AD in terms of the number of DEPs, but was closest to MCI (Supplementary Figure S2B). Next, we found that the phase change proteins of MCI, AD, and PD were relatively different in location and cell type, with PD mostly distributed in the nucleus and enzymes, AD mostly distributed in the extracellular space and transcriptional regulators, and MCI mostly distributed in the cytoplasm (Supplementary Figures S2C,D). In addition, we found differences in phase separation scores in the cytoplasm between PD and normal samples, which may indicate that phase separation in PD is associated with the cytoplasm (Supplementary Figure S2E). Further analysis of the cell type scores in the cytoplasm suggests that the differences may lie in other cell types. Finally, we show the 10 proteins that differed most in disease relative to normal (Supplementary Figures S2G–I), with EMG1, IFI6 are the most up-regulated and down-regulated DEP for MCI relative to normal, ZCD2, IFI6 are the most up-regulated and down-regulated DEP for AD, and CCT7, RANBP6 are the most up-regulated and down-regulated DEP for PD.

Early PD May Occur Before Early MCI

Serum molecules flow with the blood and can affect the body’s cells, tissues and organs in a comprehensive way. Regarding the biological events affected by serum molecules, we further analyzed the activation level of each biological event based on the conventional significance analysis. We classified the disease in more detail based on the underlying information, dividing MCI into early MCI (EMCI) and late MCI (LMCI), AD into early mild-moderate AD (EMMAD) and late mild-moderate AD (LMMAD), and PD into early PD (ESPD) and mild-moderate PD (MMPD). By observing the canonical pathways and disease and biological functions, we can find that the number of up-regulated pathways increased and the number of down-regulated pathways decreased during the process from EMCI/CT to LMMAD/CT (Figures 5A,B). Z-scores, the mean change in pathway relative to control samples, showed the same trend. ESPD followed the same trend as EMCI but with greater variability. The results show a continuum of inertia between multiple biological events in the organism of MCI and AD patients, while PD is more distinct from both. The incidence of biological events in the organism of patients with early PD was intermediate between that of healthy and early MCI. This suggests that early PD may precede early MCI.

FIGURE 5
www.frontiersin.org

FIGURE 5. IPA analysis under detailed classification. (A) Expression, mean Z-score and the number of up-regulated and down-regulated of canonical pathways. (B) Expression, mean Z-score and the number of up-regulated and down-regulated of diseases and bio function (C) IPA analysis of Specific canonical pathways, diseases and biological functions of disease compared to CT group, respectively.

Similarly, IPA was used for the analysis of seven groups of samples (Figure 5C). Among the canonical pathways, we selected the 10 pathways with the largest relative differences between MMPD and LMMAD. Prelonged activation of EIF2 leads to a sustained decrease in protein synthesis, which leads to memory impairment and neuronal damage (Halliday et al., 2017). The up-regulation ratio of EIF2 in MCI is small, while for AD and PD is larger, which may indicate that EIF2 is more related to neuronal damage.

Among the canonical pathways, we identified two pathways associated with the Coronavirus, namely the “Coronavirus Replication Pathway” and the “Coronavirus Pathogenesis Pathway.” Coronavirus have an enhanced replication capacity but reduced pathogenicity in disease compared to normal samples. The Coronavirus replication ability of AD is stronger than that of PD. It is known from the literature that patients with COVID-19 appear to be more susceptible to AD and that AD patients may be more susceptible to severe infection with COVID-19 (Ciaccio et al., 2021). In contrast, the current literature does not clearly indicate whether PD patients are more susceptible to COVID-19. This may reveal a greater susceptibility to COVID in AD.

The level of cell maturation is relatively low in the early stages of disease compared to normal samples, while in the middle and late stages of disease progression, cell maturation begins to increase abnormally to approaching or even exceeding normal levels. In terms of molecular function, excessive increases in the activating nuclear factor kappa B (NF-kB) have been shown to play an important role in driving Abeta deposition, neuroinflammation and neurodegenerative disease in AD, but NF-kB levels are not increased in PD, which may indicate that NF-kB does not promote α-synuclein (a-SYN) deposition (Lindsay et al., 2021).

Possible Therapeutic Targets and Drugs

Finally, we predicted the upstream regulators that may cause differences in protein profiles of patients. Upstream regulators of DEPs and corresponding drug treatment information were obtained by IPA annotation, of which 85 upstream regulators corresponding to 837 drugs. In addition, 170 DEPs corresponding to 911 drugs. These 231 kinds of DEPs and upstream regulators are potential therapeutic targets, and 1445 kinds of drugs can be considered as treatment options (Figures 6A,B). The expression of 231 potential targets in seven groups of samples is shown in Figure 6C. Among them, we can observe that ESPD is the closest to normal, which may also reflect the earlier onset of ESPD. Then, in order to further narrow the scope, we extracted 24 proteins that belong to both upstream regulators and DEPs. The predicted expression of these 24 upstream regulators is shown in Figure 6D and the corresponding drugs for all proteins are listed in Supplementary Table S1. In addition, machine learning models of LGALS1 were also present in 24 upstream factors. In the early stages of the disease, LGALS1 expression levels were reduced, along with reduced protein activity. In both AD and PD patients, LGLAS1 expression and protein activity were activated, which we speculate may be related to the overreaction of the organism. This may suggest the use of activators in the early stages and inhibitors in the late stages, and OTX008 is a target drug for LGALS1. We predict potentially intervenable drugs based on the activation levels of upstream factors, laying the foundation for diagnosis and intervention in neurodegenerative diseases such as AD and PD.

FIGURE 6
www.frontiersin.org

FIGURE 6. Analysis of upstream regulator and potential drugs of differentially expressed proteins. (A) Venn diagram of upstream regulators with drug and DEPs with drug. (B) Venn diagram of drugs corresponding to DEPs and drugs corresponding to upstream regulators. (C) Expression profiles of potential therapeutic targets in each group and mean Z-score. (D) Expression profiles of 24 differential upstream regulators.

Discussion

In neurodegenerative diseases, patients with MCI are a vague intermediate state that may not only present with early symptoms of AD and PD, but may also turn into normal. There is no good treatment for neurodegenerative diseases, and by the time they are diagnosed it is too late. Therefore, early diagnosis of neurodegenerative diseases is particularly important. It can help us have more time to think and cope with clinical symptoms before they appear.

Although there are lots of researches, many researchers’ models still have relatively large limitations. Zehra Karapinar Senturk uses voice data to identify PD samples and normal samples based on feature engineering and SVM classifiers. As a result, the classification accuracy is only 93.84% (KarapinarSenturk, 2020), which may be caused by feature engineering steps, i.e., filtering for importance only. In Jörn Lötsch’s study, a classifier was constructed using both olfactory and culinary information, and the machine learning model was able to discriminate non-PD samples with 94.1% accuracy, but only 58.9% for PD samples, which may be due to the extreme sample imbalance during model training (Lötsch et al., 2020). In Sanghee Moon’s study, which collected data from wearable devices and also used multiple data models, the highest accuracy was only 0.92, with the maximum f1 score was 0.61. In this study, the authors exposed the problem of sample imbalance, despite the simple feature engineering and oversampling methods (Moon et al., 2020). In Marek Wodzinski’s study, audio information was used, but the classification accuracy of the test set was only 0.90 (Wodzinski et al., 2019). More importantly, the above models are all binary models, which may lead to limited applications. In this paper, we combine bioinformatics methods and machine learning methods to filter out the important features in the data, i.e., we construct a reasonable feature engineering. The classifiers using this feature engineering can achieve higher accuracy, for example, all three classifiers in this paper have an accuracy of more than 97%. In addition, the features filtered by this method not only perform well on the model, but also the classification trend can be seen in a simple dimension reduction analysis. We use IPA method to analyze the upstream regulators (proteins, RNAs, drugs, metabolites, etc.) that form differential protein expression profiles and predict the activation or inhibition of their regulatory activities. Further, the proteins in the upstream regulators (activation or inhibition of protein activity) are selected and intersected with the differential expressed proteins (up- or down-regulation of expression abundance). Thus, the candidate targets and corresponding drugs are jointly identified from both protein activity and abundance perspectives.

We use IPA to analyze the activation level of each biological event based on between MCI, AD, PD and CT, and three of them deserve our attention, namely “Neuroinflammatory signaling pathway,” “JAK/Stat signaling pathway,” “Acute phase response signaling” (Supplementary Figure S3). Neuroinflammatory signaling is an immune response activated by microglia and astrocytes in the central nervous system (CNS), and is generally considered to be related to neurodegenerative diseases. The JAK/STAT pathway is a major signaling mechanism for several cytokines and growth factors (Murray, 2007). Inhibition of the JAK/STAT pathway may prevent neuroinflammation and neurodegeneration by suppressing the activation of a-SYN by innate and adaptive immune responses (Qin et al., 2016). In patients with AD and PD, the JAK/STAT signal pathway is activated and reversed in MCI, consistent with the neuroinflammatory pathway. In contrast to the traditional view that inflammation occurring in neurodegenerative diseases is chronic, IPA analysis believes that acute inflammation also occurs and plays an important role in neurodegenerative diseases. Previous studies have shown that the formation of senile plaques in patients with AD may involve acute inflammation (Sawada et al., 2015), and acute inflammation is also related to the severity of PD (Chen et al., 2012), which suggests that we need to re-examine the role of acute inflammation in neurodegenerative diseases. In addition, we feel that additional attention needs to be paid to the fact that early pd may appear before early mci in the IPA analysis, which may not be quite the same as what is perceived.

Data Availability Statement

Publicly available datasets were analyzed in this study. This data can be found here: Raw data can be download from the NCBI Gene Expression Omnibus under accession code GSE29654 (https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE29654), GSE62283 (https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE62283), and GSE74763 (https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE74763).

Author Contributions

ZH and XZ designed the study. JZ, XZ, YS, and BLperformed the analyses and interpreted the results. JZ and XZ wrote the manuscript. XZ and ZH conducted this study. All authors read and approved the final manuscript.

Funding

This work was supported by the National Natural Science Foundation of China (32027801, 31870992, 21775031), the Strategic Priority Research Program of Chinese Academy of Sciences (Grant No. XDB36000000, XDB38010400), CAS-JSPS (Grant No.GJHZ 2094), Research Foundation for Advanced Talents of Fujian Medical University (XRCZX2017020, XRCZX2019005), Beijing Natural Science Foundation Haidian original innovation joint fund (L202023). The funding body had no role in the design of the study and collection, analysis, and interpretation of data and in writing the manuscript.

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.

Supplementary Material

The Supplementary Material for this article can be found online at: https://www.frontiersin.org/articles/10.3389/fbinf.2021.764497/full#supplementary-material

Supplementary Figure S1 | Variance and importance in feature engineering and the correlation between features and disease progression. (A) Filter the features with low variance in model1, the arrow indicates the 25% quantile of the overall variance, and filter the protein lower than the left side of the arrow. (B) The correlation between the features of model1. (C) The correlation between optimal features and disease progression in model1. (D) Filter the features with low variance in model2, the arrow indicates the 25% quantile of the overall variance, and filter the protein lower than the left side of the arrow. e) The correlation between the features of model2. (F) The correlation between optimal features and disease progression in model2. (G) Filter the features with low variance in mode3, the arrow indicates the 25% quantile of the overall variance, and the protein lower than the left side of the arrow is filtered. (H) The correlation between the features of model3.

Supplementary Figure S2 | Overview of the DEGs. (A) The number of DEPs between different groups,the bar with light brown for normal vs. other samples, bar with light green for MCI vs. disease samples, and bar with light red for AD vs. PD. (B) Venn diagram of the number of DEPs for disease relative to normal. (C) Phase separation scores between different groups in cellular localization (D) Phase separation scores between different groups in cell type (E) Violin diagram of phase separation scores of different groups in cytoplasm. f) Phase separation scores between different cell types under cytoplasm (G) 10 most up-regulated and down-regulated DEPs for MCI relative to CT. (H) 10 most up-regulated and down-regulated DEPs for AD relative to CT. (I) 10 most up-regulated and down-regulated DEPs for PD relative to CT .

Supplementary Figure S3 | Overview of the DEGs. (A) IPA analysis of canonical pathways, diseases and biofunctions of MCI, AD, PD compared to CT group, respectively.

Supplementary Figure S4 | Overview of the DEGs. (A) AUC of each dataset in the model.

Supplementary Table S1 | Expression trends of 24 therapeutic targets.

Abbreviations

AD, alzheimer’s disease; AUC, area under curve; ANN, artificial neural network; CNS, central nervous system; CT, control samples; DEPs, differentially expressed proteins; DT, decision tree; EMCI, early MCI; EMMAD, early mild-moderate AD; ESPD, early PD; GEO, gene expression omnibus; IPA, Ingenuity Pathway Analysis; KNN, k-nearest neighbor; LMCI, late MCI; MCI, mild cognitive impairment; LMMAD, late mild-moderate AD; MMPD, mild-moderate PD; NB, naive bayes; NF-kB, nuclear factor kappa B; PD, parkinson’s disease; PDD, parkinson’s disease dementia; RLM, robust linear mode; RFm random forestl; a- SYN, α-synuclein.

References

Albert, M. S., DeKosky, S. T., Dickson, D., Dubois, B., Feldman, H. H., Fox, N. C., et al. (2011). The Diagnosis of Mild Cognitive Impairment Due to Alzheimer's Disease: Recommendations from the National Institute on Aging-Alzheimer's Association Workgroups on Diagnostic Guidelines for Alzheimer's Disease. Alzheimers Dement 7, 270–279. doi:10.1016/j.jalz.2011.03.008

PubMed Abstract | CrossRef Full Text | Google Scholar

Breiman, L., Friedman, J., Olshen, R., and Stone, C. J. (2017). Classification and Regression Trees. Boca Raton: Routledge. doi:10.1201/9781315139470

CrossRef Full Text | Google Scholar

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

CrossRef Full Text | Google Scholar

Chen, Y., Fu, A. K., and Ip, N. Y. (2012). Eph Receptors at Synapses: Implications in Neurodegenerative Diseases. Cell Signal 24, 606–611. doi:10.1016/j.cellsig.2011.11.016

PubMed Abstract | CrossRef Full Text | Google Scholar

Ciaccio, M., Lo Sasso, B., Scazzone, C., Gambino, C. M., Ciaccio, A. M., Bivona, G., et al. (2021). COVID-19 and Alzheimer's Disease,. Brain Sci. 11, 305. doi:10.3390/brainsci11030305

PubMed Abstract | 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

DeMarshall, C. A., Nagele, E. P., Sarkar, A., Acharya, N. K., Godsey, G., Goldwaser, E. L., et al. (2016). Detection of Alzheimer's Disease at Mild Cognitive Impairment and Disease Progression Using Autoantibodies as Blood-Based Biomarkers. Alzheimers Dement (Amst) 3, 51–62. doi:10.1016/j.dadm.2016.03.002

PubMed Abstract | CrossRef Full Text | Google Scholar

Gaig, C., and Tolosa, E. (2009). When Does Parkinson's Disease Begin?. Mov Disord. 24 (Suppl. 2), S656–S664. doi:10.1002/mds.22672

PubMed Abstract | CrossRef Full Text | Google Scholar

Guyon, I., Weston, J., Barnhill, S., and Vapnik, V. (2002). Gene Selection for Cancer Classification Using Support Vector Machines. Machine Learn. 46, 389–422. doi:10.1023/A:1012487302797

CrossRef Full Text | Google Scholar

Halliday, M., Radford, H., Zents, K. A. M., Molloy, C., Moreno, J. A., Verity, N. C., et al. (2017). Repurposed Drugs Targeting eIF2α-P-Mediated Translational Repression Prevent Neurodegeneration in Mice. Brain. 140, 1768–1783. doi:10.1093/brain/awx074

PubMed Abstract | CrossRef Full Text | Google Scholar

Han, M., Nagele, E., DeMarshall, C., Acharya, N., and Nagele, R. (2012). Diagnosis of Parkinson's Disease Based on Disease-specific Autoantibody Profiles in Human Sera. PloS one 7, e32383. doi:10.1371/journal.pone.0032383

PubMed Abstract | CrossRef Full Text | Google Scholar

Karapinar Senturk, Z. (2020). Early Diagnosis of Parkinson's Disease Using Machine Learning Algorithms. Med. Hypotheses 138, 109603. doi:10.1016/j.mehy.2020.109603

PubMed Abstract | CrossRef Full Text | Google Scholar

Lancaster, A. K., Nutter-Upham, A., Lindquist, S., and King, O. D. (2014). PLAAC: a Web and Command-Line Application to Identify Proteins with Prion-like Amino Acid Composition. Bioinformatics 30, 2501–2502. doi:10.1093/bioinformatics/btu310

PubMed Abstract | CrossRef Full Text | Google Scholar

Lindsay, A., Hickman, D., and Srinivasan, M. (2021). A Nuclear Factor-Kappa B Inhibiting Peptide Suppresses Innate Immune Receptors and Gliosis in a Transgenic Mouse Model of Alzheimer's Disease. Biomed. Pharmacother. 138, 111405. doi:10.1016/j.biopha.2021.111405

PubMed Abstract | CrossRef Full Text | Google Scholar

Long, J. M., and Holtzman, D. M. (2019). Alzheimer Disease: An Update on Pathobiology and Treatment Strategies. Cell 179, 312–339. doi:10.1016/j.cell.2019.09.001

PubMed Abstract | CrossRef Full Text | Google Scholar

Lötsch, J., Haehner, A., and Hummel, T. (2020). Machine-learning-derived Rules Set Excludes Risk of Parkinson's Disease in Patients with Olfactory or Gustatory Symptoms with High Accuracy. J. Neurol. 267, 469–478. doi:10.1007/s00415-019-09604-6

CrossRef Full Text | Google Scholar

McKhann, G. M., Knopman, D. S., Chertkow, H., Hyman, B. T., Jack, C. R., Kawas, C. H., et al. (2011). The Diagnosis of Dementia Due to Alzheimer's Disease: Recommendations from the National Institute on Aging-Alzheimer's Association Workgroups on Diagnostic Guidelines for Alzheimer's Disease. Alzheimers Dement 7, 263–269. doi:10.1016/j.jalz.2011.03.005

PubMed Abstract | CrossRef Full Text | Google Scholar

Moon, S., Song, H. J., Sharma, V. D., Lyons, K. E., Pahwa, R., Akinwuntan, A. E., et al. (2020). Classification of Parkinson's Disease and Essential Tremor Based on Balance and Gait Characteristics from Wearable Motion Sensors via Machine Learning Techniques: a Data-Driven Approach. J. Neuroeng Rehabil. 17, 125. doi:10.1186/s12984-020-00756-5

CrossRef Full Text | Google Scholar

Mor, D. E., Sohrabi, S., Kaletsky, R., Keyes, W., Tartici, A., Kalia, V., et al. (2020). Metformin Rescues Parkinson's Disease Phenotypes Caused by Hyperactive Mitochondria. Proc. Natl. Acad. Sci. U S A. 117, 26438–26447. doi:10.1073/pnas.2009838117

PubMed Abstract | CrossRef Full Text | Google Scholar

Murray, P. J. (2007). The JAK-STAT Signaling Pathway: Input and Output Integration. J. Immunol. 178, 2623–2629. doi:10.4049/jimmunol.178.5.2623

CrossRef Full Text | Google Scholar

Nagele, E., Han, M., Demarshall, C., Belinka, B., and Nagele, R. (2011). Diagnosis of Alzheimer's Disease Based on Disease-specific Autoantibody Profiles in Human Sera. PloS one 6, e23112. doi:10.1371/journal.pone.0023112

PubMed Abstract | CrossRef Full Text | Google Scholar

Pagani, M., Nobili, F., Morbelli, S., Arnaldi, D., Giuliani, A., Öberg, J., et al. (2017). Early Identification of MCI Converting to AD: a FDG PET Study. Eur. J. Nucl. Med. Mol. Imaging 44, 2042–2052. doi:10.1007/s00259-017-3761-x

PubMed Abstract | CrossRef Full Text | Google Scholar

Pedregosa, F., Varoquaux, G., Passos, A., Michel, V., Thirion, B., Grisel, O., et al. (2011). Scikit-learn: Machine Learning in Python. J. Mach. Learn. Res. 12, 2825–2830.

Google Scholar

Petersen, R. C. (2009). Early Diagnosis of Alzheimer's Disease: Is MCI Too Late?. Curr. Alzheimer Res. 6, 324–330. doi:10.2174/156720509788929237

PubMed Abstract | CrossRef Full Text | Google Scholar

Poewe, W., Seppi, K., Tanner, C. M., Halliday, G. M., Brundin, P., Volkmann, J., et al. (2017). Parkinson Disease. Nat. Rev. Dis. Primers 3, 17013. doi:10.1038/nrdp.2017.13

PubMed Abstract | CrossRef Full Text | Google Scholar

Qin, H., Buckley, J. A., Li, X., Liu, Y., Fox, T. H., Meares, G. P., et al. (2016). Inhibition of the JAK/STAT Pathway Protects against α-Synuclein-Induced Neuroinflammation and Dopaminergic Neurodegeneration. J. Neurosci. 36, 5144–5159. doi:10.1523/jneurosci.4658-15.2016

PubMed Abstract | CrossRef Full Text | Google Scholar

Ritchie, M. E., Phipson, B., Wu, D., Hu, Y., Law, C. W., Shi, W., et al. (2015). Limma powers Differential Expression Analyses for RNA-Sequencing and Microarray Studies. Nucleic Acids Res. 43, e47. doi:10.1093/nar/gkv007

PubMed Abstract | CrossRef Full Text | Google Scholar

Saredakis, D., Collins-Praino, L. E., Gutteridge, D. S., Stephan, B. C. M., and Keage, H. A. D. (2019). Conversion to MCI and Dementia in Parkinson's Disease: a Systematic Review and Meta-Analysis. Parkinsonism Relat. Disord. 65, 20–31. doi:10.1016/j.parkreldis.2019.04.020

PubMed Abstract | CrossRef Full Text | Google Scholar

Sawada, H., Oeda, T., Umemura, A., Tomita, S., Kohsaka, M., Park, K., et al. (2015). Baseline C-Reactive Protein Levels and Life Prognosis in Parkinson Disease. PloS one 10, e0134118. doi:10.1371/journal.pone.0134118

PubMed Abstract | CrossRef Full Text | Google Scholar

Troyanskaya, O., Cantor, M., Sherlock, G., Brown, P., Hastie, T., Tibshirani, R., et al. (2001). Missing Value Estimation Methods for DNA Microarrays. Bioinformatics 17, 520–525. doi:10.1093/bioinformatics/17.6.520

PubMed Abstract | CrossRef Full Text | Google Scholar

Wang, D., Zhu, B., Liu, X., Han, Q., Ge, W., Zhang, W., et al. (2020). Daphnetin Ameliorates Experimental Autoimmune Encephalomyelitis through Regulating Heme Oxygenase-1. Neurochem. Res. 45, 872–881. doi:10.1007/s11064-020-02960-0

PubMed Abstract | CrossRef Full Text | Google Scholar

Wodzinski, M., Skalski, A., Hemmerling, D., Orozco-Arroyave, J. R., and Noth, E. (2019). Deep Learning Approach to Parkinson's Disease Detection Using Voice Recordings and Convolutional Neural Network Dedicated to Image Classification. Annu. Int. Conf. IEEE Eng. Med. Biol. Soc. 2019, 717–720. doi:10.1109/embc.2019.8856972

PubMed Abstract | CrossRef Full Text | Google Scholar

Zhang, H. (2004). “The Optimality of Naive Bayes,” in Proceedings of the Seventeenth International Florida Artificial Intelligence Research Society Conference, 2, Miami Beach, Florida, USA .

Google Scholar

Keywords: alzheimer’s disease, parkinson’s disease, mild cognitive impairment, artificial intelligence, predictive diagnostics

Citation: Zhang J, Zhang X, Sh Y, Liu B and Hu Z (2021) Diagnostic AI Modeling and Pseudo Time Series Profiling of AD and PD Based on Individualized Serum Proteome Data. Front. Bioinform. 1:764497. doi: 10.3389/fbinf.2021.764497

Received: 25 August 2021; Accepted: 04 October 2021;
Published: 22 October 2021.

Edited by:

Jia Meng, Xi’an Jiaotong-Liverpool University, China

Reviewed by:

Yongchun Zuo, Inner Mongolia University, China
Yasin Kaymaz, Ege University, Turkey

Copyright © 2021 Zhang, Zhang, Sh, Liu and Hu. 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: Xiuli Zhang, zhxiuli@gmail.com; Zhiyuan Hu, huzy@nanoctr.cn

These authors have contributed equally to this work

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.