Skip to main content
  • Methodology article
  • Open access
  • Published:

Disease Pathway Cut for Multi-Target drugs

Abstract

Background

Biomarker discovery studies have been moving the focus from a single target gene to a set of target genes. However, the number of target genes in a drug should be minimum to avoid drug side-effect or toxicity. But still, the set of target genes should effectively block all possible paths of disease progression.

Methods

In this article, we propose a network based computational analysis for target gene identification for multi-target drugs. The min-cut algorithm is employed to cut all the paths from onset genes to apoptotic genes on a disease pathway. If the pathway network is completely disconnected, development of disease will not further go on. The genes corresponding to the end points of the cutting edges are identified as candidate target genes for a multi-target drug.

Results and conclusions

The proposed method was applied to 10 disease pathways. In total, thirty candidate genes were suggested. The result was validated with gene set enrichment analysis software, PubMed literature review and de facto drug targets.

Background

Studies on biomarker discovery have been moving the focus from single genes to multiple genes that interact in a cell [1,2,3,4]. The recent drug development researches are underway in this trend, because the single target approach may remain a certain possibility of disease progression since it may be developed along the other paths. On the other hands, the multiple target approach is expected to be more effective by simultaneously blocking multiple paths of disease progression. However, it is reckless to consider all possible combinations of genes since it may be not only computationally intractable but also impractical. The number of genes to be targeted should be limited since it will increase the possibility of unwanted side-effect or toxicity which may be caused by a member drug belonging to the multi-targeted drug [5]. In a word, a multi-target drug with the minimum number of target genes will be most desirable. In this regard, the gene set should play a role of blocking disease progression from onset genes to apoptotic genes. To this end, the min-cut network algorithm can be applied to a disease pathway network and it will provide a minimum target gene set. There exist many well-established implementations for the min-cut algorithm [6]. Barabási emphasized the importance of network-based approaches to human diseases in identifying new genes for complex diseases [7]. A network based computational analysis also can be used to enhance the efficiency of the drug development process. Wu et al. proposed a computational approach that finds drug targets by clustering networks through heterogeneous biomedical data that include genes, biological processes, pathways, and phenotypes [8]. Considering that the conventional means demand considerable cost and time, the approach of Wu et al. (i.e., target gene identification using available sets of biomedical data) would be an effective pre-run process ahead of proteomic analyses or in vivo tests. However, in the network of a gene set, known inflows and outflows influence the interactions between genes, and most pathway data include this kind of directional information [9]. Because such biological processes cannot be retrogressive, in silico methods should reflect these directional relations. In particular, for target gene identification, directional or causal information can be more important because the states of molecules change to innate directions and not to their opposite states. However, in the aforementioned study, the directional relations were not implemented on the network. Nevertheless, many studies have recently used directed networks that incorporate biological pathways [6, 10,11,12,13]. Chen et al. suggested a sub-pathway-based approach for analyzing drug responses, which is more computationally effective than when examining the entire pathway [10]. However, this approach is also problematic in that other genes are ignored if excluded from the subset of a pathway. Given a directed network of genes, the well-established graph algorithms can be used. By representing genes as nodes and directions as edges, various biomedical issues can be intuitively explained. To gain insights about disease progression, graph-cut algorithms can be used to identify target genes. A graph cut refers to the process of dividing nodes in a network into two groups such that no path links one group with another. Interesting studies have been conducted that use graph-cut algorithms, including for the prediction of protein functions, to address the consistency problem in multiple sequence alignment, and for hippocampus segmentation in MR images [14,15,16].

Results

In this study, we propose an applied graph min-cut algorithm (Min-cut) for use with disease pathways in identifying drug-targeted genes. A cut is defined as a set of edges. The target genes we define here are those linked by these edges. A cut on the pathway network blocks the progression of a disease. Assuming that all edges have the same weight value, the minimum number of edges results in a minimum number of linked nodes. Min-cut is the minimum cut achieved with the smallest total weight of the edges. Our motivation for employing Min-cut to this study is as follows. Drug compounds can target one specific or sometimes several genes. Csermely indicated that multi-target drugs based on a network approach can help systematic drug design [17]. A graph-cut algorithm can search multiple target genes simultaneously and thus meet the requirements of drug design. However, approximately 22,000 known human genes exist, some of which may be a candidate target gene (CTG) [18, 19]. It is nearly impossible to consider all possible combinations of disease genes [20,21,22]. In terms of a graph cut on a pathway network, this means that every cut can provide a multiple number of CTGs. To circumvent this difficulty, we employ Min-cut to limit the number of CTGs. The proposed method is applied to 10 disease pathways including Alzheimer’s disease and type 2 diabetes mellitus. To validate the results of our experiments, we employ gene set enrichment analysis (GSEA) software and review PubMed literature and de facto drug targets reported in the Kyoto Encyclopedia of Genes and Genomes (KEGG) database.

Experiment on Simulation Data

We applied the proposed method to the simulation data. Fig. 1(a) is the simulated network which was generated with 45 nodes and 56 directed edges and Fig. 1(b) is to plot degree distribution showing that the network is a scale free network. In order to apply Min-cut algorithm, we set source nodes (indexed 1,2,8) which have no incoming edges and sink nodes (indexed 13,20) which have no outgoing edges. There are previous target identification approaches based on network analysis. The simplest and conceptual reference is to count the degree of edges to define the most important target genes on the undirected graph, so called Undirected Degree Centrality (U_DC). And Degree Centrality (DC) is defined as the number of outgoing links incident upon a node, while U_DC includes both incoming and outgoing edges. And the Hubs Centrality (HC) are basically singular vectors of the adjacency matrix of the graph [23, 24]. The ratio of cut-edges via total edges was used as a performance measure so that the method which minimizes the edge disruption (cut edges) will be assessed as a good target gene identification method. Fig. 1(c) shows that the ratio of cut-edges from Min-cut is 0.9 and the ration of connected edges of resulting top 6 nodes from three centralities is 0.32, 0.23, and 0.63 respectively. We got a result that the Min-cut based method can suggest the minimum cut-edges by considering the disruption impact on the connection (edge) of genes, rather than the genetic changes of each node (gene).

Fig. 1
figure 1

The result of the proposed method on simulated scale free network. a directed scale free network. b the plot of degree distribution. c result of performance comparison between the proposed Mincut based algorithm with peer methods, U_DC, DC, and HC

Experiment on Real Data

Table 1 summarizes the real data that were used to verify the proposed method: disease pathways, directed PPI, and protein-drug relations. Disease pathways were utilized to construct initial pathway networks and to set the role of genes, whether source or sink. We collected 10 disease pathways from the KEGG [25]. In order to extract unique results by setting disease specific onset or apoptotic genes, we selected one or more disease pathways involved in 6 different disease classes such as neurodegenerative diseases, metabolic diseases, and cancer, so on. (Details about disease specific genes are explained in the description of Table 2.) The KEGG database provides a manually drawn pathway map. Details of the 10 disease pathways, pathway name/ID, corresponding disease name/ID, and class of the disease, are listed in bottom of Table 1. The total number of genes involved in are 1208. For network augmentation, we employed directed PPI, which was developed by [12] to investigate intracellular signal transduction. Their resulting network includes 2626 directional relations between 1126 proteins.

Table 1 Data description
Table 2 Source and sink genes

Initial pathway networks were built from each of the pathways. And the initial networks were augmented for becoming denser so that there will be not any technical problem when we apply Min-cut algorithm to the networks. First of all, we collected directional information on protein interaction network data (directed PPI) derived from the study of [12]. Then Genes that are not connected in the initial pathway are connected if their relations are indicated in the directed PPI. Therefore, edges in the initial network are augmented with edges in the directed PPI. Figure 2 shows the results of the pathway augmentation. The left side of the figure represents the toll of nodes and the other side represents the toll of edges. Bars indicating the initial network are shaded and outlined; those of the augmented network are represented with solid bars. In the case of AD, the number of connected nodes (genes) included in the network was 31 (18%) and the number of edges was 24, thus resulting in a sparse network. However, after network augmentation with directed PPI, the number of nodes and edges were increased to 210 and 467%, respectively. Across the 10 disease pathway networks, the average rate of increase in the number of nodes and edges was 207 and 454%, respectively. Not only the number of connected nodes and edges, but also additional information on the direction between nodes complemented the initial network.

Fig. 2
figure 2

Network augmentation results

Table 2 lists the source (disease onset) and sink (apoptotic) genes defined in each pathway. One or more genes per pathway were manually selected from descriptions or curated studies in KEGG. Every pair of genes (source, sink) was fed to Min-cut. For example, the number of source and sink genes for AD was two and three, respectively, and experiments were run a total of six times. This approach was similarly applied to the remaining disease pathways. The combination of (source, sink) per pathway is summarized in the last column of Table 2. Source genes tend to be specified with each disease pathway, such as APP for AD and Htt for Huntington’s disease. APP is an integral membrane protein that is expressed in many normal tissues, particularly in the synapses of neurons. Sometimes APP forms a protein basis on amyloid plaques, which are found in the brains of AD patients [26]. And the HTT gene provides instructions for making a protein called huntingtin which actives highly in the brain playing an important role in nerve cells (neurons) [27]. By contrast, sink genes such as CASP3 are commonly involved in several pathways, which thus classifies them as apoptotic genes. Apoptosis is a form of programmed cell death that occurs in multicellular organisms [28]. This means that CASP3 can be a sink gene of several diseases such as AD, HD, and NAFLD as shown in Table 2.

The pie charts in Fig. 3 show the results of CTGs identified by Min-cut. Note that the number of runs was different for each disease pathway. These different run proportions to the total number of runs should be considered. The number in parentheses indicates the number of occurrences of that gene during Min-cut runs for every combination of (source, sink) genes. The higher the occurrence rate, the more significant was the gene as a CTG. For example, in the case of AD, PSEN1 occurred twice as many times as CTG during six runs. The proportion of PSEN1 in AD was 33.3% (=2/6 × 100) The most frequently occurring CTGs in AD were PSEN1, PSEN2, and SNCA. In addition, their occurrence rates were all 33.3%. However, in the case of primary immunodeficiency (CVID) and renal cell carcinoma (RCC), we could not identify CTGs because there was no connection between source and sink genes.

Fig. 3
figure 3

CTGs. Source and sink genes appearing in Table 2 are excluded from these charts

As a representative example, Fig. 4 shows the resulting networks of Alzheimer CTGs with source and sink genes. Solid edges in Fig. 4(a) are from pathway data of 24 relations between 31 genes of 171 total disease-related genes (connected nodes = 18%). The dotted edges indicate directed PPI. In this example, 112 relations between 65 genes were augmented. Figure 4(b) shows the results of Min-cut applied to the augmented network. In the figure, APP and CASP3 were set as a pair of (source, sink). Min-cut successfully disconnected the network with minimal effort; five edges were cut. Along the respective edges, five CTGs were identified: PSEN1, CASP8, SNCA, PSEN2, and APAF1A. Those are marked with solid circles. And Fig. 5(a) is Illustration for cut-edges and the CTGs in AD pathway from KEGG an illustration for cut-edges and CTGs in the AD process sourced from KEGG pathway. As it shows, SNCA plays an important role changing amyloid beta to the senile plaques which are extracellular deposits of amyloid beta in the grey matter of the brain. Fig. 5(b) shows that the ratio of cut-edges from Min-cut is 0.15 and the ration of connected edges of resulting top 7 nodes from three centralities is 0.32, 0.39, and 0.69 respectively.

Fig. 4
figure 4

Visualization of resulting networks from Min-cut on the pathway of AD. a AD pathway network constructed with gene-gene interactions in the AD pathway (solid line) and directed PPI (dotted line). b Results of CTGs by Min-cut

Fig. 5
figure 5

a Illustration for cut-edges and the CTGs in AD pathway from KEGG. b comparison of the resulting CTGs on AD with previous network-based essential gene identification methods, Degree Centrality and Hubs method for AD and ALS

To verify CTGs identified in our experiments, we conducted GSEA, and reviewed PubMed literature and de facto drug targets reported in the KEGG database. In this study, we provide validation results for AD. Figure 5. shows a comparison of the two sets (AD and control). We found that most genes involved in the KEGG AD pathway were DEGs of the AD phenotype in GSEA. This indicates that our obtained initial network from the AD pathway is a reasonable and an efficient means to find markers. Each of the AD CTGs that we identified are shown in the different panels in Fig. 6. where The upper panel (a) shows ES patterns for the control: a KEGG notch signaling pathway containing 34 genes. The overall profile of the result indicates that ES is positively correlated with a phenotype, the maximum deviation of ESs from zero reaches 0.567, and the nominal p value is 0.010. By contrast, the lower panel (b) shows ES patterns for AD: a KEGG Alzheimer’s disease pathway containing 140 genes. The overall profile of the AD result indicates that ES is negatively correlated with a phenotype, the maximum deviation of ESs from zero reaches − 0.576, and the nominal p value is 0.008. The two patterns are significantly different, and a sudden increase in ES in the lower panel provides evidence that the genes in the AD pathway are significant. In our AD CTGs, four genes are located at the rightmost side of the graph, and thus appear to be target genes: SNCA (ES: -0.415), CDK5 (ES: -0.402), CDK5R1 (ES: -0.320), and PSEN1 (ES: -0.094).

Fig. 6
figure 6

Gene set enrichment analysis: a Control: KEGG notch signaling pathway. b AD: KEGG Alzheimer’s disease pathway

The following are typical findings from previous studies on CTGs of AD. The CTGs of AD in Fig. 3 were derived from PubMed literature. More results are provided in Table 3. SNCA: Non-Aβ component of AD amyloid precursor SNCA gene may contribute to an increased risk of AD. SNCA gene polymorphism may be associated with an increased risk of AD [29, 30]. CDK5: Cyclin-dependent kinase 5 is reported to intimately associate with the process of the pathogenesis of AD. CDK5/CDK5R1 protein kinases involved in abnormal tau phosphorylation in AD. Tau proteins are widely known to be associated with dementias of the nervous system such as Alzheimer’s disease and Parkinson’s disease [31,32,33]. PSEN1: Mutations in the presenilin 1 gene are the most frequent cause of familial AD. There are reports about PSEN1 mutations in various species including Turkish, Chinese, and Korean [34,35,36].

Table 3 The list of validation results on PubMed literatures

Among the CTGs we discovered and as shown in Fig. 3 are de facto drug targets. The following target genes and drugs are also listed in Table 4: PSEM1 for Alzheimer’s disease, INSR for Type II diabetes mellitus, MAP2K for Melanoma, and AR for prostate cancer. These have been already developed as drugs to treat the diseases in practice. The rest of our CTGs also have potential to be biomarkers as drug targets.

Table 4 Validation of de facto drug targets

Discussion

Our study is based on the notion that target genes interrupt the progress of a disease. The resulting CTGs of our Min-cut are points at which the flow from disease onset genes to apoptotic genes can be cut. The visualized CTGs on the pathway network can help in understanding the mechanisms involved in disease progression and the roles that CTGs play therein. And the proposed method offers new insights into disease treatment and drug development. The CTGs can be recommended as preferential subjects to improve the treatment of diseases and drug design. Although CTGs have not been fully validated, we believe that they have the potential to be primary drug targets from of a considerable number of genes.

Conclusions

In this study, we proposed the pathway Min-cut algorithm for target gene identification. It is assumed that if the network of a disease pathway is disconnected, development of the disease will not continue. To find points along the pathway that can be “cut,” while performing this task at a minimal cost, Min-cut algorithm was developed. We then applied it to a network augmented with additional information on gene-gene relations, including the causalities between them. Given source and sink genes, the proposed algorithm found an edge set that blocks every flow from a source to a sink gene. The candidate genes were validated through diverse means, namely, gene expression profiling by GSEA, the findings from various studies, and existing drugs. This work can be complemented if the biological domain produced a greater number of novel discoveries in areas such as gene-gene relations, disease pathways, gene expression and mutation, and so on.

Methods

Figure 7 illustrates the overall procedure of our study. First, a network is composed of a disease pathway. Each node indicates disease related genes and a directed edge between two different genes indicates that one gene may have biological changes in that direction. And then the initial network augmented with directed PPI information to endow causality on flows on the network, as shown in Fig. 7(a) [12]. Solid black edges are from pathway data and dotted blue edges are from directed PPI data. Second, as shown in Fig. 7(b), source and sink genes are chosen, where source genes may be considered responsible for the onset of a disease and sink genes may lead to apoptosis. One or more genes per pathway were manually selected from descriptions or curated studies in KEGG. Every pair of genes (source, sink) was fed to Min-cut. Finally, as shown in Fig. 7(c), Min-cut finds the smallest sum of edges necessary to disconnect (i.e., “cut” the pathway of) a disease-onset gene and an apoptotic gene [37, 38]. The resulting multi-genes, which are linked by the cut edges, are identified as CTGs. Details of the method are provided in the following subsections.

Fig. 7
figure 7

Proposed Method: a Disease pathway network augmentation with directed PPI, b source and sink genes, (c) Min-cut for candidate target gene identification

Disease pathway network and augmentation

In our method, each disease pathway is represented as a network G = (V, E) that consists of genes as nodes V and relations between genes as edges E. In this initial network, a significant number of nodes are not connected. Therefore, the network is augmented with biological domain knowledge and is endowed with causality on its edges. There are some technical benefits to this network augmentation. First, the network becomes denser; if the network is sparse, applying Min-cut is difficult. Second, directionality reduces the solution space by eliminating unnecessary paths from the network. The directional information on protein interaction network data (directed PPI) is derived from the study of [12]. Genes that are not connected in the initial pathway are connected if their relations are indicated in the directed PPI, as shown in Fig. 7 (a). Therefore, edges in the initial network E are augmented with edges in the directed PPI\( \overrightarrow{E} \).

Source and sink genes

In the augmented network, defining sets of source nodes S and sink nodes T, as shown in Fig. 7(b), is required. In the case of source nodes, some genes can be found in the KEGG description or the well-known study in PubMed. They tend to be located at the beginning of the pathway because the pathway describes sequential changes of state from normal to abnormal. Although the source genes have a normal status, they may cause the disease. For example, amyloid precursor protein (APP), which appears at the beginning of the Alzheimer’s disease (AD) pathway, can be defined as a source node sS. However, sink genes are generally found at the end of the pathway in which apoptosis or a disorder status are described. In several pathways including the AD pathway, CASP3 can be defined as a sink node tT. This protein is a member of the cysteine-aspartic acid protease (caspase) family. Sequential activation of caspases plays a central role in the execution-phase of cell apoptosis.

Pathway partitioning using min-cut

The proposed method employs a Min-cut algorithm [37, 38] to find CTGs. We assume that cutting an edge with direction from one gene to the other means that blocking the change from one gene to the other. That is, we define genes connected to the cut edges as CTGs. The ultimate goal of the algorithm is to find a set of genes connected to the cut edges. The number of edges cut by Min-cut can be multiple if multiple paths exist from the source to the sink. The algorithm minimizes the number of cut edges, technically to improve efficiency of the marker development process and biologically to avoid unwanted side effects by selecting too many genes together. In this process, the genes connected to the cut edges become candidate target genes because the multiple cut edges completely disconnect the onset gene (source) from the apoptotic gene (sink). For example, when there are two nodes (genes) A, B and a connected directional edge (AB) ⃗from A to B, cutting (AB) ⃗ indicates biologically blocking gene A to be transformed to gene B. This is what we traditionally try to do in the targeted treatment and drug development. In short, cutting a certain edge refers to developing treatments by targeting two genes of the cut-edge. Once source S and sink nodes T are determined in the network, Min-cut finds the edges minimizing  the following functional:\( \operatorname{Minimize}\ \mathrm{c}\left(S,T\right)={\sum}_{\left(i,j\right)\in E}{w}_{ij}{e}_{ij}={\sum}_{\left(u,v\right)\in \left(S,T\right)\cap E}{w}_{uv} \)where c(S, T) denotes the s-t cut capacity, which is the sum of edge weights, wijeij. The value of wij is large if the connection is strong, and vice versa. In addition, eij is 1 if nodes i and j are connected, and 0 otherwise. Note that edges in the pathway network are not weighted, and thus eij is ignored. Regarding source and sink genes, the capacity becomes the sum of wuv, where (u, v)  (S, T). In our pathway application, the cut edges found by Min-cut may be regarded as the border of disease progression from normal to abnormal status. Then, it is assumed that the genes connected by the cut edge become a set of CTGs. Figure 6(c) illustrates the idea of cutting edges at the minimum capacity. Figure 8 provides the pseudo-code giving further details.

Fig. 8
figure 8

Pseudo-code for pathway Min-cut

Gene set enrichment analysis

We interpreted the resulting CTGs by profiling gene expression. GSEA is a computational method that indicates whether predefined gene sets (pathway) reveal statistically significant, considering the two phenotypes [39, 40]. Much research has been conducted based on the assumption that differentially expressed genes (DEGs) may be potential biomarkers [41,42,43]. In case of the AD, a gene expression dataset (GSE1297) was obtained from GEO that contains 13,321 gene expression values for two classes, one for AD and the other for a control. GSEA provides a ranked list that is based on the gene differential expression between the classes for the entire range of genes. More importantly, an enrichment score (ES) is calculated by moving down the ranked list and increasing a running-sum statistic whenever a gene in a set is encountered, while decreasing it when genes are not in an a priori defined set of genes such as a pathway. This will then reflect the degree to which a set is overrepresented at the extremes (top or bottom) of the entire ranked list. For details on GSEA, see the study of [39].

Abbreviations

AD:

Alzheimer’s Disease

ALS:

Amyotrophic lateral sclerosis

APP:

Amyloid precursor protein

CTG:

Candidate Target Gene

CVID:

Common variable immunodeficiency

DC:

Degree Centrality

DEGs:

Differentially expressed genes

directed PPI:

directed protein-protein interaction

ES:

Enrichment score

GEO:

Gene Expression Omnibus

GSEA:

Gene Set Enrichment Analysis

HD:

Huntington’s disease

KEGG:

Kyoto Encyclopedia of Genes and Genomes

MEL:

Malignant melanoma

NAFLD:

Nonalcoholic fatty liver disease

PC:

Prostate cancer

PRION:

Prion diseases

RCC:

Renal cell carcinoma

T2DM:

Type 2 diabetes mellitus

References

  1. de Leeuw CA, Mooij JM, Heskes T, Posthuma D. MAGMA: generalized gene-set analysis of GWAS data. PLoS Comput Biol. 2015;11(4):e1004219.

    Article  PubMed  PubMed Central  Google Scholar 

  2. Fan J, Salathia N, Liu R, Kaeser GE, Yung YC, Herman JL, Kaper F, Fan J-B, Zhang K, Chun J. Characterizing transcriptional heterogeneity through pathway and gene set overdispersion analysis. Nat Methods. 2016;13(3):241.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  3. Qu, Pingping, et al. "An Evaluation of Gene Set Analysis for Biomarker Discovery with Applications to Myeloma Research." Frontiers of Biostatistical Methods and Applications in Clinical Oncology. Singapore: Springer; 2017. p. 413–34.

  4. Lu J-J, Pan W, Hu Y-J, Wang Y-T. Multi-target drugs: the trend of drug research and development. PLoS One. 2012;7(6):e40262.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  5. Widakowich C, de Castro G, De Azambuja E, Dinh P, Awada A: Side effects of approved molecular targeted therapies in solid cancers. The oncologist. 2007;12(12):1443–55.

  6. Creixell P, Reimand J, Haider S, Wu G, Shibata T, Vazquez M, Mustonen V, Gonzalez-Perez A, Pearson J, Sander C. Pathway and network analysis of cancer genomes. Nat Methods. 2015;12(7):615.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  7. Barabási A-L, Gulbahce N, Loscalzo J. Network medicine: a network-based approach to human disease. Nat Rev Genet. 2011;12(1):56.

    Article  PubMed  PubMed Central  Google Scholar 

  8. Wu Z, Wang Y, Chen L. Network-based drug repositioning. Mol BioSyst. 2013;9(6):1268–81.

    Article  CAS  PubMed  Google Scholar 

  9. Dagley S, Nicholson D. An introduction to metabolic pathways. Oxford: Blackwell Scientific Publications; 1970. xi

    Google Scholar 

  10. Chen X, Xu J, Huang B, Li J, Wu X, Ma L, Jia X, Bian X, Tan F, Liu L. A sub-pathway-based approach for identifying drug response principal network. Bioinformatics. 2010;27(5):649–54.

    Article  PubMed  Google Scholar 

  11. Iorio F, Saez-Rodriguez J, Di Bernardo D. Network based elucidation of drug response: from modulators to targets. BMC Syst Biol. 2013;7(1):139.

    Article  PubMed  PubMed Central  Google Scholar 

  12. Vinayagam A, Stelzl U, Foulle R, Plassmann S, Zenkner M, Timm J, Assmus HE, Andrade-Navarro MA, Wanker EE. A directed protein interaction network for investigating intracellular signal transduction. Sci Signal. 2011;4(189):rs8.

    Article  PubMed  Google Scholar 

  13. Yu, Hasun, et al. "Prediction of drugs having opposite effects on disease genes in a directed network." BMC systems biology. BioMed Central, 2016;10(1).

  14. Sharan, Roded, Igor Ulitsky, and Ron Shamir. "Network‐based prediction of protein function." Molecular systems biology 3.1. 2007;88.

  15. Corel E, Pitschi F, Morgenstern B. A min-cut algorithm for the consistency problem in multiple sequence alignment. Bioinformatics. 2010;26(8):1015–21.

    Article  CAS  PubMed  Google Scholar 

  16. van der Lijn F, den Heijer T, Breteler MM, Niessen WJ. Hippocampus segmentation in MR images using atlas registration, voxel classification, and graph cuts. Neuroimage. 2008;43(4):708–20.

    Article  PubMed  Google Scholar 

  17. Csermely P, Agoston V, Pongor S. The efficiency of multi-target drugs: the network approach might help drug design. Trends Pharmacol Sci. 2005;26(4):178–82.

    Article  CAS  PubMed  Google Scholar 

  18. Ezkurdia I, Juan D, Rodriguez JM, Frankish A, Diekhans M, Harrow J, Vazquez J, Valencia A, Tress ML. Multiple evidence strands suggest that there may be as few as 19 000 human protein-coding genes. Hum Mol Genet. 2014;23(22):5866–78.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  19. Brunham LR, Hayden MR: Hunting human disease genes: lessons from the past, challenges for the future. Human genetics. 2013;132(6):603–617.

  20. Abdolmaleki A, Ghasemi JB, Ghasemi F. Computer aided drug Design for Multi-Target Drug Design: SAR/QSAR, molecular docking and pharmacophore methods. Curr Drug Targets. 2017;18(5):556–75.

  21. Eldridge RC, Flanders WD, Bostick RM, Fedirko V, Gross M, Thyagarajan B, Goodman M. Using multiple biomarkers and determinants to obtain a better measurement of oxidative stress: a latent variable structural equation model approach. Biomarkers. 2017;22(6):517–24.

    Article  CAS  PubMed  Google Scholar 

  22. Martinelli V, Dalla Costa G, Messina M, Di Maggio G, Sangalli F, Moiola L, Rodegher M, Colombo B, Furlan R, Leocani L. Multiple biomarkers improve the prediction of multiple sclerosis in clinically isolated syndromes. Acta Neurol Scand. 2017;136(5):454–61.

    Article  CAS  PubMed  Google Scholar 

  23. He X, Zhang J. Why do hubs tend to be essential in protein networks? PLoS Genet. 2006;2(6):e88.

    Article  PubMed  PubMed Central  Google Scholar 

  24. Jeong H, Mason SP, Barabási A-L, Oltvai ZN. Lethality and centrality in protein networks. Nature. 2001;411(6833):41.

    Article  CAS  PubMed  Google Scholar 

  25. Ogata H, Goto S, Sato K, Fujibuchi W, Bono H, Kanehisa M. KEGG: Kyoto encyclopedia of genes and genomes. Nucleic Acids Res. 1999;27(1):29–34.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  26. Mullan M, Crawford F, Axelman K, Houlden H, Lilius L, Winblad B, Lannfelt L. A pathogenic mutation for probable Alzheimer's disease in the APP gene at the N–terminus of β–amyloid. Nat Genet. 1992;1(5):345.

    Article  CAS  PubMed  Google Scholar 

  27. Imarisio S, Carmichael J, Korolchuk V, Chen C-W, Saiki S, Rose C, Krishna G, Davies JE, Ttofi E, Underwood BR. Huntington's disease: from pathology and genetics to potential therapies. Biochem J. 2008;412(2):191–209.

    Article  CAS  PubMed  Google Scholar 

  28. Porter AG, Jänicke RU. Emerging roles of caspase-3 in apoptosis. Cell Death Differ. 1999;6(2):99.

    Article  CAS  PubMed  Google Scholar 

  29. Shibasaki Y, Baillie D, Clair DS, Brookes A. High-resolution mapping of SNCA encoding α-synuclein, the non-Aβ component of Alzheimer’s disease amyloid precursor, to human chromosome 4q21. 3→ q22 by fluorescence in situ hybridization. Cytogenet Genome Res. 1995;71(1):54–5.

    Article  CAS  Google Scholar 

  30. Wang Q, Tian Q, Song X, Liu Y, Li W. SNCA gene polymorphism may contribute to an increased risk of Alzheimer's disease. J Clin Lab Anal. 2016;30(6):1092–9.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  31. Cruz JC, Tsai L-H. Cdk5 deregulation in the pathogenesis of Alzheimer’s disease. Trends Mol Med. 2004;10(9):452–8.

    Article  CAS  PubMed  Google Scholar 

  32. Leclerc S, Garnier M, Hoessel R, Marko D, Bibb JA, Snyder GL, Greengard P, Biernat J, Wu Y-Z, Mandelkow E-M. Indirubins inhibit glycogen synthase kinase-3β and CDK5/P25, two protein kinases involved in abnormal tau phosphorylation in Alzheimer's disease. A property common to most cyclin-dependent kinase inhibitors? J Biol Chem. 2001;276(1):251–60.

    Article  CAS  PubMed  Google Scholar 

  33. Tsai L-H, Lee M-S, Cruz J. Cdk5, a therapeutic target for Alzheimer's disease? Biochim Biophys Acta. 2004;1697(1–2):137–42.

    Article  CAS  PubMed  Google Scholar 

  34. Jiang H-Y, Li G-D, Dai S-X, Bi R, Zhang D-F, Li Z-F, Xu X-F, Zhou T-C, Yu L, Yao Y-G. Identification of PSEN1 mutations p. M233L and p. R352C in Han Chinese families with early-onset familial Alzheimer’s disease. Neurobiol Aging. 2015;36(3):1602. e1603–6.

    Article  Google Scholar 

  35. Lohmann E, Guerreiro RJ, Erginel-Unaltuna N, Gurunlian N, Bilgic B, Gurvit H, Hanagasi HA, Luu N, Emre M, Singleton A. Identification of PSEN1 and PSEN2 gene mutations and variants in Turkish dementia patients. Neurobiol Aging. 2012;33(8):1850. e1817–27.

    Article  Google Scholar 

  36. Park J, An SSA, Van Giau V, Shim K, Youn YC, Bagyinszky E, Kim S. Identification of a novel PSEN1 mutation (Leu232Pro) in a Korean patient with early-onset Alzheimer's disease and a family history of dementia. Neurobiol Aging. 2017;56:212. e211–7.

    Article  Google Scholar 

  37. Ford LR, Fulkerson DR. Maximal flow through a network. Can J Math. 1956;8(3):399–404.

    Article  Google Scholar 

  38. Stoer M, Wagner F. A simple min-cut algorithm. JACM. 1997;44(4):585–91.

    Article  Google Scholar 

  39. Subramanian A, Kuehn H, Gould J, Tamayo P, Mesirov JP. GSEA-P: a desktop application for gene set enrichment analysis. Bioinformatics. 2007;23(23):3251–3.

    CAS  PubMed  Google Scholar 

  40. Subramanian A, Tamayo P, Mootha VK, Mukherjee S, Ebert BL, Gillette MA, Paulovich A, Pomeroy SL, Golub TR, Lander ES. Gene set enrichment analysis: a knowledge-based approach for interpreting genome-wide expression profiles. Proc Natl Acad Sci. 2005;102(43):15545–50.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  41. Pan Y, Liu G, Yuan Y, Zhao J, Yang Y, Li Y. Analysis of differential gene expression profile identifies novel biomarkers for breast cancer. Oncotarget. 2017;8(70):114613.

    Article  PubMed  PubMed Central  Google Scholar 

  42. Sallinen S-L, Sallinen PK, Haapasalo HK, Helin HJ, Helén PT, Schraml P, Kallioniemi O-P, Kononen J. Identification of differentially expressed genes in human gliomas by DNA microarray and tissue chip techniques. Cancer Res. 2000;60(23):6617–22.

    CAS  PubMed  Google Scholar 

  43. Zhao, Xing-Ming, and Guimin Qin. "Identifying biomarkers with differential analysis." Bioinformatics for Diagnosis, Prognosis and Treatment of Complex Diseases. Dordrecht: Springer; 2013;17–31.

Download references

Acknowledgments

This study was provided with biospecimens and data from the biobank of Chronic Cerebrovascular Disease consortium. The consortium was supported and funded by the Korea Centers for Disease Control and Prevention (#4845-303), the National Research Foundation of Korea (NRF) grant funded by the Korea government (MSIP) (2017R1E1A1A03070345) and Ajou university research fund.

Funding

Publication of this article was funded the National Research Foundation of Korea (NRF) grant funded by the Korea government (MSIP) (2017R1E1A1A03070345)

Availability of data and materials

The results of extracted examination criteria are accessible in http://www.alphaminers.net.

Author information

Authors and Affiliations

Authors

Contributions

HJS designed the idea and supervised the study process. SJB analysed the data, implemented the results and wrote the manuscript. SJS and KSY validated the results. And all authors read and approved the final manuscript.

Corresponding author

Correspondence to Hyunjung Shin.

Ethics declarations

Ethics approval and consent to participate

Not applicable.

Consent for publication

Not applicable.

Competing interests

The authors declare that they have no competing interests.

Publisher’s Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 4.0 International License (http://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Bang, S., Son, S., Kim, S. et al. Disease Pathway Cut for Multi-Target drugs. BMC Bioinformatics 20, 74 (2019). https://doi.org/10.1186/s12859-019-2638-3

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12859-019-2638-3

Keywords