key: cord-0012964-muwmd149 authors: Zhu, Yuchen; Ji, Jiadong; Lin, Weiqiang; Li, Mingzhuo; Liu, Lu; Zhu, Huanhuan; Xue, Fuzhong; Li, Xiujun; Zhou, Xiang; Yuan, Zhongshang title: MCC-SP: a powerful integration method for identification of causal pathways from genetic variants to complex disease date: 2020-08-26 journal: BMC Genet DOI: 10.1186/s12863-020-00899-3 sha: 8c89539b64c860e5e77426e151005a533d9498dd doc_id: 12964 cord_uid: muwmd149 BACKGROUND: Genome-wide association studies (GWAS) have successfully identified genetic susceptible variants for complex diseases. However, the underlying mechanism of such association remains largely unknown. Most disease-associated genetic variants have been shown to reside in noncoding regions, leading to the hypothesis that regulation of gene expression may be the primary biological mechanism. Current methods to characterize gene expression mediating the effect of genetic variant on diseases, often analyzed one gene at a time and ignored the network structure. The impact of genetic variant can propagate to other genes along the links in the network, then to the final disease. There could be multiple pathways from the genetic variant to the final disease, with each having the chain structure since the first node is one specific SNP (Single Nucleotide Polymorphism) variant and the end is disease outcome. One key but inadequately addressed question is how to measure the between-node connection strength and rank the effects of such chain-type pathways, which can provide statistical evidence to give the priority of some pathways for potential drug development in a cost-effective manner. RESULTS: We first introduce the maximal correlation coefficient (MCC) to represent the between-node connection, and then integrate MCC with K shortest paths algorithm to rank and identify the potential pathways from genetic variant to disease. The pathway importance score (PIS) was further provided to quantify the importance of each pathway. We termed this method as “MCC-SP”. Various simulations are conducted to illustrate MCC is a better measurement of the between-node connection strength than other quantities including Pearson correlation, Spearman correlation, distance correlation, mutual information, and maximal information coefficient. Finally, we applied MCC-SP to analyze one real dataset from the Religious Orders Study and the Memory and Aging Project, and successfully detected 2 typical pathways from APOE genotype to Alzheimer’s disease (AD) through gene expression enriched in Alzheimer’s disease pathway. CONCLUSIONS: MCC-SP has powerful and robust performance in identifying the pathway(s) from the genetic variant to the disease. The source code of MCC-SP is freely available at GitHub (https://github.com/zhuyuchen95/ADnet). Over the last decade, genome-wide association studies (GWAS) have achieved remarkable successes in identifying genetic susceptible variants (e.g. SNPs, Single Nucleotide Polymorphism) for a variety of complex traits or diseases [1] . However, the underlying biological pathway mechanism of such association remains largely unknown. Indeed, the genetic variant can act on other molecular traits (e.g. gene expression) and they together weave into one biological network or pathway that contributes to a disease. For instance, the APOE gene has been well identified to be associated with Alzheimer's disease from large scale GWAS [2] [3] [4] [5] , one possible explanation is that the SNP variant in APOE can first regulate the APOE gene expression [6] [7] [8] [9] [10] , then act on the production of amyloid plaques and neurofibrillary tangles, and finally lead to AD [11] [12] [13] . Most disease-associated genetic variants from GWAS have been shown to lie in noncoding regions across the genome [1, 14, 15] , which provides the clues that regulation of gene expression levels may be the primary biological mechanism through which genetic variants affect complex disease. Certainly, the top GWAS SNP can be also significantly detected due to the linkage disequilibrium with the true causal one, which could be an exonic variant [16] . In addition, several expression quantitative trait loci (eQTLs) studies also illustrate that the expression regulatory information may play a pivotal role in bridging the gap between genetic variants and traits [17] [18] [19] . Up until now, there are a few methods to characterize the gene expression that mediates the effect of the genetic variant on complex disease. Huang et al. proposed a model to exploit gene expression to more powerfully test the association between SNPs and diseases by jointly modeling SNPs, gene expressions and diseases [20, 21] . Recent transcriptome-wide association studies (TWAS) have been widely used to integrate the expression regulatory information from eQTL studies with GWAS data to identify gene expression that links the cis-SNPs (SNPs that are within a predefined gene or other well-defined genetic region) and the complex disease [22] [23] [24] . Nevertheless, these studies commonly analyzed one gene at a time, while the genetic variant can affect the complex disease through multiple genes and multiple pathways. Park et al. developed the causal multivariate mediation within extended linkage disequilibrium (CaMMEL) method in Bayesian inference framework to select target genes mediating the effect of genetic variants on the complex disease [25] . Wei and Li proposed the nonparametric pathways-based regression (NPR) that can consider multiple pathways simultaneously and allow complex interactions among genes within the pathways [26] . Yao et al. developed a model to quantify the proportion of disease heritability that is specifically mediated in cis region by the assayed expression levels of the set of all genes, and of genes in specific functional categories [27] . Indeed, it has been well documented in GWAS that the multiple gene or pathwaybased approach can improve power [28] . Although these methods include multiple gene expression in the model, they ignore the complex network structure relationship among genes, which, from the network medicine perspective, is hard to investigate the precise network or molecular pathways involved in complex disease. In fact, one single gene expression can express some mediated effects from the SNP variant to the disease when studying it alone, while this effect could change substantially when studying it within one network or pathway, and vice versa [29, 30] . The focus has been shifted to the identification of pathways. Often, there could be multiple pathways from the SNP variant to the final disease, with each having the chain structure since the first node is specific SNP variant and the end outcome is the disease. One key but inadequately addressed question is, given such chain pathway, how to measure the connection strength between two nodes and detect whether such pathway is the potential causal one. It is highly desirable to develop statistical methods for ranking the effect of these pathways, providing evidence to give the priority of some pathways for potential drug development and offer drug targets in a cost-effective and timely manner. In the context of systems epidemiology, Ji et al. developed a statistic to test the pathway effect that contributed to a disease with a case-control design [31] . Yuan et al. proposed a novel chi-square statistic to identify whether one chain-type pathway is associated with the final disease [30] . However, their methods simply use the linear regression to represent the between-node correlation, which is insufficient to capture the complex dependency between the nodes. Furthermore, their methods did not include the outcome variable (complex trait or disease) into the pathway and cannot essentially investigate the pathway mechanism. For example, if there is one potential pathway SNP → gene expression 1 → gene expression 2 → AD, their methods, under linear between-node correlation, can detect SNP → gene expression 1 → gene expression 2 is significantly associated with AD, but failed to determine whether AD is connected to gene expression 1 or gene expression 2. Given that the goal is to rank and quantify the effect of the pathways from the genetic variant to the complex disease, it is intuitively to put such a question into the framework of graph theory once the suitable quantity is found to measure the connection strength between two nodes in the pathway. At present study, we first introduced the maximal correlation coefficient (MCC) to represent the between-node connection, and then integrate MCC with the commonly used K shortest paths algorithm [32] [33] [34] in graph theory to rank and identify the potential pathways from genetic variant to disease. We further defined the pathway importance score (PIS) to quantify the importance of each pathway. We termed this method as "MCC-SP". Various simulations, with different sample sizes and network structures, are conducted to illustrate MCC is better to measure the between-node correlation than other quantities including Pearson correlation, Spearman correlation, distance correlation, mutual information, and maximal information coefficient. MCC-SP, as an integration method, has always better and robust performance in identifying the causal pathway from genetic variant to the disease. From the Religious Orders Study and the Memory and Aging Project (ROSMAP), we further applied MCC-SP to identify the potential causal pathway from APOE genotype to AD through gene expression enriched in Alzheimer's disease pathway. Table 1 shows the simulation results when all the between-node correlations are linear. When the sample size is relatively large (e.g. 300, 500), all methods except MI-SP and MIC-SP have comparable performance as the Pearson-SP, which is the gold standard in such case under both all-right and range-right criteria. When the sample size reduced to 100, the superiority of Pearson -SP is more obvious, though the power of all methods decreases. Figures 1 and 2 show the results of all six integration-methods under sample size 500 and 4 different nonlinear correlation patterns being arcuate, cosine, quadratic and mixed pattern. Under the arcuate nonlinear pattern, the MCC-SP performs better than any other method under both criteria regardless of the proportion of nonlinear components (Figs. 1a and 2a). Note that under the all-right criteria, the other methods are unable to identify the top 4 pathways at all. Under cosine nonlinear relationship, both MCC-SP and DC-SP have comparably better performance than that of the other methods (Figs. 1b and 2b), even when the proportion of nonlinear component reached 60% ( Figure S1 ). However, MCC-SP has the best performance under the all-right criteria when the nonlinear proportion is 30% ( Figure S2 ). Similar phenomenon can be found under the sine relationship ( Figure S3 ). Under the mixed nonlinear relationship, MCC-SP performs best under both criteria (Fig. 1c) and have comparable better performance with DC-SP than that of other methods (Fig. 2c) . Under the quadratic relationship, MCC-SP still have the best performance than any other methods ( Fig. 1d and Fig. 2d ). The results are consistent under the exponential relationship or the reciprocal relationship ( Figure S4 ), or when comparing MCC-SP with the nonparametric pathways-based regression (NPR) model ( Figure S5 ). The simulation results under sample size 100 and 300 are in the Figures S6, S7 , S8, S9, S10, S11, S12, S13, S14, S15, where similar phenomenon can be found. Overall, totally 6 pathways from APOE genotype to AD have been identified to be top 5 from all the 6 integration methods ( Table 2 ). The findings of each method are inconsistent. Pearson-SP, Spearman-SP, DC-SP and MCC-SP ranked the pathway APOE genotype →APOE gene expression →GRIN2A → CAPN2 → MAPT→AD to be first, which illustrates this pathway may play important roles in the AD mechanism. Both DC-SP and MCC-SP ranked APOE genotype →APOE gene expression →GRIN2A → NOS1 → AD to be second, and this pathway has been ranked to be first by MIC-SP and MI-SP, which indicates that this pathway may also has a high probability to involve the AD mechanism. Both Spearman-SP and MCC-SP ranked APOE genotype →APOE gene expression →CACNA1C → CAPN2 → MAPT→AD as the third. MCC-SP ranked APOE genotype →APOE gene expression→CACNA1C → NOS1 → AD as the fourth and APOE genotype →APOE gene expression→GRIN2A → CAPN2 → MAPT→AD as the fifth. Under the MCC between-node correlation, the PIS for these top 5 pathways are 13.80, 12.32, 8.87, 8.84 and 7.42 respectively. The top 2 pathways have comparable PIS, which are much higher than that of other pathways. Thus, the top 2 pathways are likely essential for AD development and can be chosen for further experimental verifications. The detailed results for the rank of the total 33 pathways are presented in the Table S1 . Most disease-associated genetic variants lie in the noncoding regions of the genome and gene expression levels can bridge the gap between genetic variant and disease. Often, there are multiple pathways from the genetic variant to the final disease, we have developed a powerful integration method, MCC-SP, to rank and identify these multiple potential pathways. Various simulations under Range-right 500 500 500 500 500 500 different sample size and different between-node correlation pattern have shown that the proposed method has better performance than other competing methods. ROSMAP data analysis illustrates that the method can partially detect the mechanism from APOE genotype to AD through gene expression enriched in AD pathway. The term "integration" here can be interpreted that we have integrated the suitable between-node correlation with the K shortest paths algorithm in graph theory. MCC-SP is essentially network-based and has different model assumptions from traditional TWAS. Statistically, it will lose efficiency if we know the network structure while ignore it during the inference. In this sense, MCC-SP provided an alternative and complement from TWAS to dissect the pathway mediating the genetic variant and the complex disease. MCC-SP are not only limited to gene expression but can be extended to other molecular phenotypes (e.g. proteomics). Note that the relationship among genes may be a mixture of many possible so called "correlations" rather than endorsed to one of the six suggested functions only. Currently, it is hard to extend MCC-SP to summary-level data. For summary level data, one key step is to calculate the correlation matrix among the genes and the traits. If the correlation is linear, we can implement this using some well-known methods [35, 36] . However, as we show here, various nonlinear relationships exist and it is hard to calculate the complex non-linear correlation matrix using summary-level data. ROSMAP data analysis has found that APOE genotype is significant associate with AD (OR = 2.8849, P = < 0.0001), it is reasonable to utilize gene expression enriched in AD disease pathway to rank and identify the potential pathway from APOE to AD. We chose the overlapped genes between the ROSMAP data and those located on the AD disease pathway into the analysis. The top 2 pathways have comparable and much higher pathway important scores (PIS) than other pathways, which indicates that these two pathways may play important roles in AD development. The most important pathway identified is APOE genotype →APOE gene expression→GRIN2A → CAPN2 → MAPT→AD. The APOE genotype can regulate its gene expression, in the central nervous system (CNS), LDLR family is intimately involved in neuronal signal transduction, modulation of ligand-gated ion channels, and regulating neurite ApoE binds to the highly conserved low-density lipoprotein receptor (LDLR) family [37] including LRP1 and ApoER2, while ApoER2 was reported to bind NMDAR (GRIN2A belongs to this family) [38, 39] . The NMDAR is a cation channel highly permeable to calcium and plays critical roles in governing normal and pathologic functions in neurons. Calcium entry through NMDAR can lead to the activation of the Ca2 + −dependent protease, calpain [39, 40] . Gene MAPT belongs to the family of Tau and CAPN2 belongs to the family of Calpain. Calpain-mediated tau cleavage can play an important role under neurodegenerative conditions [38, 41] . It has been shown that calpain activation results in the generation of several N-terminal tau fragments, which can be detected in mitochondria present in synaptosomal fractions obtained from AD brains [38, 41, 42] . In addition, overexpression of NMDAR2B in an inflammatory model of Alzheimer's disease, which can be modulated by NOS (NOS1 belongs to this family) inhibitors [43] . Further independent sample validation and experimental study can be conducted to validate these findings. One limitation of our method is that we assume the network or pathway structure is assumed to be known (e.g. AD pathway in our ROSMAP data analysis). Little attention has been paid on the network structure learning problem, which means determining every betweennode link with highest degree of data matching, and often one joint distribution of variables can reflect more than one network structure. Actually, most biologists and clinical researchers usually have some prior on the interplay between the biological components and can depict more or less the specific network or pathway for the corresponding biological process. Meanwhile, numerous databases (e.g. KEGG) can be further borrowed to establish the network structure. Even so, MCC-SP is unable to deal with the loop network. Another limitation is that there is lack of test for the significance of the pinpointed pathway, for example, the proposed method is unable to test whether the order of identified pathways is significant or not. Some nonparametric techniques (e.g. permutation and bootstrap) may be further developed to solve such problems. In practice, once we have obtained the rank of the pathways, one key question is which pathway should be selected for further Here we have provided the PIS to quantify the importance of each pathway, we use q 50 as the threshold to indicate that those pathways with effect greater than the median value, will have the PIS greater than one. Regardless of the threshold, PIS is essentially the product of the "correlation" along the specific pathway. Indeed, even for two pathways with similar PIS, MCC-SP still give the different ranks. For example, in our real data analysis, the PIS for Path 3 and Path 4 are quite close (8.87 vs 8.84). This indicates that these two pathways may have equivalent effect and importance but with different ranks. In practice, we recommend choosing those pathways having comparable PIS with the top one for further experimental verification in a cost-effective manner. We proposed an integration method called MCC-SP, identifying the causal pathway effect within a network from genetic variant to the disease. MCC-SP is effective and powerful at identifying the specific pathways contributing that cause disease, and can rank these potential pathways, so it can provide new insights into underlying mechanisms and can provide a more comprehensive approach to studying the effects of specific pathways on disease. The Pearson correlation coefficient is used as an indicator to measure the strength of linear correlation between two random variables X and Y. where X; Y represent the mean of the two variables respectively. The range of r is [−1, 1]. When r = 0, there is no linear relationship between the two variables. The Spearman correlation coefficient indicates the degree of monotonic correlation between two variables X and Y, which is essentially a linear correlation of the ranks of X and Y. It is free of the distribution of variables and is defined as follows: where r i (s i ) represents the rank of x i (y i ) in sample X (Y), and the range of ρ is [−1, 1]. When ρ = 0, there is no monotonic relationship between the two variables. When ρ > 0, the relationship between the two variables increases monotonically; when ρ < 0, it decreases monotonically. The distance-related R(X, Y) is different from the previous correlations based on the covariance matrix and variance matrix. It measures the correlation between variables by calculating the Euclidean distance of the sample itself. R(X, Y) is non-negative and can be used to measure the correlation between X and Y with any dimension. R(X, Y) = 0 indicates that X and Y are independent. Suppose the sample data is (X, Y) = {(X k , Y k ) : k = 1, …, n}, and define the following quantities a kl ¼ X k − X l j j p ; a k: ¼ 1 n X n l¼1 a kl ; a :l ¼ 1 n X n k¼1 a kl ; a :: ¼ 1 n 2 X n k;l¼1 a kl ; A kl ¼ a kl − a k: − a :l þ a :: : The empirical distance covariance is defined as Similarly, V n (X) is defined by The empirical distance correlation coefficient R n (X, Y) is defined as: Mutual Information is a useful measure of information in information theory. It can be seen as the amount of information about a random variable contained in a random variable, or a random variable due to the knowledge of another random variable. Mutual Information does not need to make any assumption about the nature of the relationship between variable characteristics and is defined as where p(x, y) is the joint probability density function of (X, Y), and p(x), p(y) are the corresponding marginal density functions of (X, Y), respectively. I(X, Y) can be viewed as the expected value of logð pðx;yÞ pðxÞpðyÞ Þ (Point Mutual Information, PMI), which is The value of mutual information can also be expressed as Kullback-Leibler divergence (also known as relative entropy), where H(Y) is the entropy of Y, referring to the uncertainty of Y, and H(Y| X) is the uncertainty of Y given X. Thus, I(X, Y) can be interpreted as a quantity introduced by X to reduce the uncertainty of Y. Therefore, the closer the relationship between X and Y, the greater the I(X, Y). I(X, Y) = 0 when two variables are independent. The calculation of MI requires the estimation of the density functions, we adopt the kernel density estimation method. For the one-dimension marginal density, we assume that the data x 1 , x 2 , …, x n , are taken from the continuous distribution p(x). A kernel density estimate is defined aŝ where h is the bandwidth and K(•) is the kernel function, K(x) > 0, ∫K(x)dx = 1. At present study, we chose the commonly used Gauss kernel function. For the two-dimension joint density, assuming that the data X, Y be a bivariate sample drawn from a common distribution described by the density function. The bivariate kernel density estimation can be defined to bê Here H is the bandwidth (or smoothing) 2 × 2 matrix which is symmetric and positive definite; K(•) is the bivariate kernel function which is a symmetric multivariate density and K H ðzÞ ¼ jHj − 1 2 K ðH − 1 2 zÞ. At present study, we use the standard multivariate normal kernel: The idea of the MIC is that if there is a relationship between two variables, one can draw a grid on the scatter plot of the two variables, which partitions the data to encapsulate that relationship. To calculate the MIC of a set of two variables, we explore all grids up to a maximal grid resolution which is dependent on the sample size, computing for each pair of integers (X, Y) the largest possible mutual information achievable by any X -by-Y grid applied to the data [44] . These mutual information values are normalized such that the grids of different dimensions are comparable (values between 0 and 1). We define the characteristic matrix M (M = (m X, Y )), where m X, Y is the largest normalized mutual information value in all grids, and MIC is the largest value in M. Given the current data set D, the largest mutual information value is recorded as I(D, X, Y), which can be further standardized as M(D) x, y ranges between 0 and 1. Suppose that the sample size is n, and the number of grid divisions is less than B(n). Then the maximal information coefficient (MIC) is defined as The MIC is a generalized correlation and ranges between 0 and 1. It can detect a wide range of correlations when the sample size is sufficiently large. When MIC = 0, X and Y are independent. MCC first performs the best conversion on two random variables X and Y, and then uses the Pearson correlation coefficient to calculate the correlation. The best transform estimation is based only on the data samples and has minimal assumptions about the data allocation and the form of the best transform. In particular, we don't need the transformation functions to come from a particular parameterized family or even monotonic. Let X, Y be random variables defined in the probability space (X, A, P) and they are randomly selected at (X, B 1 ) and (Y, B 2 ). Map X : (X, A) → (X, B 1 ), Y : (Y, A) → (Y, B 2 ) generates a subalgebra A 1 = X −1 (B 1 ) and A 2 = Y −1 (B 2 ) in A. P i is a measure of P on A, i = 1, 2. Let function φ have a finite second moment E|φ| 2 = ∫ |φ| 2 dP < ∞, and have an inner product (φ 1 , φ 2 ) = E(φ 1 , φ 2 ), and L 2 = L 2 (P) is the Hilbert space of A-measurable function φ; L 2 i ¼ L 2 i ðPÞ is the Hilbert space of A i measurable function φ with finite second moment and same inner product. Define MCC between X and Y as: MCC(X 1 , X 2 ) = sup {ρ(φ 1 (X 1 ), φ 2 (X 2 ))}, where ρ(•) is the Pearson correlation coefficient, and φ 1 ðXÞ∈L 2 1 , φ 2 ðY Þ∈L 2 2 . In principle, MCC measures the cosine of the angle between the linear subspaces of mean zero square integrable real-valued random variables. The maximal correlation is the supremum of ρ(φ 1 (X), φ 2 (Y)). The key is to choose the right function to get the exact value of the upper bound. Two variables are independent, MCC(X, Y) = 0, is equivalent to that L 2 ' s two subspaces L 2 i (i = 1, 2) are orthogonal. If the relationship between X and Y is linear, the MCC will degenerate into the Pearson correlation coefficient. At present study, we calculate the MCC by the commonly used ACE method, which can be easily obtained by R package acepack [45] . In a directed network, K Shortest Paths Algorithm is used to find the path with the smallest weight from one starting node to the end node. Here the starting node is a genetic variant (e.g. SNP) and the end node is complex disease (e.g. AD). Given that the goal is to find the pathway with relatively large effect, the first step is to transform the between-node correlation such that we can apply the K Shortest Paths Algorithm. Let r ij represent the general correlation (e.g. one of the above correlation quantities) between the two nodes M i and M j , and the direction is X i → X j . Suppose there is a simple path from the SNP X to the outcome disease Y, X → M 1 → M 2 → Y. Then, along this pathway, the effect of X on Y can be represented as r X;M 1 Â r M 1 ;M 2 Â r M 2 ;Y . We transform r ij by the following equation: where i, j represents nodes such as X, Y, and M i (i = 1, 2), then the weight along this pathway is Such simple reciprocal function transforms the maximum value of the weight into its minimum, and the log transform converts the product to the summation, then the K Shortest Paths Algorithm can be easily implemented by the commonly used deviation path algorithm [34] . It naturally defined the pathway effect to be the product of between-node connection along specific pathway, for instance, the effect of the simple pathway X → M 1 → M 2 → Y is defined to be r X;M 1 Â r M 1 ;M 2 Â r M 2 ;Y . Suppose that there are totally Q pathways within one network (e.g. there are 33 pathways from APOE genotype to AD mediated by gene expression in our real data analysis), we denote q 50 to be the median of effects of all these Q pathways, then the pathway importance score (PIS) for the i th pathway is where i = 1, …Q. Intuitively, for the pathway with effect greater than the median value, it should be relatively important and the PIS should be greater than one, otherwise it should be less than one. PIS provides a simple way to quantify the importance of pathway from the genetic variant to the outcome. In practice, once obtaining the rank of all pathways, one can chose those having comparable PIS with the top one for further experimental verification. Various simulations were conducted to assess the performance of the above six correlation measurements together with the K Shortest paths algorithm, in identifying the potential pathway from genetic variant to the disease outcome. To make the simulations more realistic, we designed the network (Fig. 3) based on the insulin signaling pathway from KEGG, we simulated that the genetic variant can affect disease mediated by gene expression enriched on the insulin signaling pathway. We generated starting node X 1 from N(0, 1) and then generated the other nodes following the network structure (totally 56 nodes and 82 edges). If the direction for node X i and X j is X i → X j (i = 1, …55, j = 2, …56, i < j), given X i , we generate X j as x j = μ j + φ(x i ) + ε j , where μ j is the intercept and ε j is the error term following Nð0; σ 2 j Þ, the parameter μ j and σ j can be assigned to ensure the mean and variance of node X j to be zero and unit. The function φ is pre-specified based on the designed relationship between X i and X j , for instance, cos(x i ) and φ(x i ) = sin(2x i ) for the arcuate, linear, quadratic, cosine and sine relationship, respectively. The correlation strength between these two nodes can be measured as the linear correlation coefficient between φ(x i ) and x j , corr(φ(x i ), x j )(i = 1, 2, …, 56), which is used as the weight between these two nodes. For instance, suppose that there is the quadratic relationship between X 1 and X 2 , then X 2 can be generated as x 2 ¼ μ 2 þ β 12 x 2 1 þ ε 2 , where β 12 is the pre-specified parameter, ε 2 is the error term following Nð0; σ 2 2 Þ . We set σ 2 ¼ ffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffi 1 − 2β 2 12 q and μ 2 = − β 12 . If the downstream x j is generated from multiple upstream nodes, similar designs can be conducted. For instance, the node x 9 is linearly dependent on both x 7 and x 8 , then x 9 = μ j + β 79 x 7 + β 89 x 8 + ε 9 , and we also ensured the mean and variance of x 9 to be zero and unit respectively. The goal is to determine the suitable correlation measure that can capture the between-node relationship in the network and can correctly pinpoint the top few pathways with large effects using the K shortest paths algorithm. Here, we assigned 4 pathways with relatively large effect, and these 4 pathways covered 23 edges (Fig. 3) . Note that here we chose the correlation strength between nodes on these 4 pathways randomly from unif(0.75,1) and that on the other pathways randomly from unif(0,0.25), to make these 4 pathways have relatively larger effects than other pathways. Two scenarios are considered as follows: (1) all the betweennode correlations are linear, and (2) among the 23 edges, we randomly set the proportion of the nonlinear edge (e.g. the between-node correlation is nonlinear) to be 30, 40, 50 and 60%, respectively (See Figures S16, S17, S18, S19 for details). The nonlinear relationship (φ(•)) includes x 2 , cos(x), sin(2x), ffiffiffiffiffiffiffiffiffiffiffiffi ffi C − x 2 p . Here we used φ(x i ) = sin(2x i ) + ε as the sine relationship, given that the sine function is close to linear in the interval [−π, π]. We set the proportion of Fig. 3 The simulated network from genetic variant to disease constructed from the insulin signaling pathway from KEGG. The hypothesis is that the genetic variant can affect the disease through the gene expression on the multiple pathways. The genes and the direction are highlighted as the green box and the black arrow. The 23 edges included in the 4 effective pathways are highlighted in red nonlinear relationship to be 30% (5 edges having cosine and 2 edges having quadratic relationship), 40% (6 edges having cosine and 3 edges having quadratic relationship), 50% (8 edges having cosine and 4 edges having quadratic relationship) and 60% (8 edges having cosine and 5 edges having quadratic and 1 edge having ffiffiffiffiffiffiffiffiffiffiffiffi ffi C − x 2 p relationship). We kept the edges with the above nonlinear correlation pattern to be the same in each replicate for better comparison. For each simulation setting, we first generated the whole population with sample size 50,000, then we calculate the 82 between-node correlations (i.e. linear or nonlinear correlation between the two neighbored nodes) to derive and obtain the true order of the effects of the pathways. We randomly chose the 100, 300, 500 samples without replacement from 50,000 population, and replicated 500 simulations for each scenario. We aimed to assess the performance of the methods of the existing six correlation metrics with K shortest paths algorithm, which can be labeled as Person-SP, Spearman-SP, DC-SP, MI-SP, MIC-SP, MCC-SP. Here we preferred two criteria to evaluate the ability of the six integration methods to pinpoint the pathways with relatively large effect. The two criteria are 1) all-right: it is the most stringent and means that the top 4 pathways can be precisely allocated with the same order as their effects from large to small; the more times to find the top 4 pathways, the better the method; and 2) rangeright: it means that the top 4 pathways with some effects are ranked in top 4, while the order can be allowed to be chaotic. For instance, if the top 4 paths are sorted as Path 1 , Path 2 , Path 3 and Path 4 based on the pathway effect from large to small. The "all-right" criteria means that the top 4 paths must be Path 1 , Path 2 , Path 3 , Path 4 , while the "range-right" criteria means the top 4 paths just include Path 1 , Path 2 , Path 3 , Path 4 , regardless of the order. For example, it can be Path 2 , Path 3 , Path 4 , Path 1 or any other order patterns. We applied these six integration methods to identify the potential causal pathway from APOE genotype to AD, with the network constructed from KEGG-based Alzheimer's disease pathway ( Figure S20 ). The Religious Orders Study and Memory and Aging Project (ROSMAP) Study is divided into two parts, ROS (The Religious Orders Study) and The Memory and Aging Project (MAP). Details about the ROSMAP can be found in previous studies [46, 47] and the website https://www.synapse. org/#!Synapse:syn3219045. In ROSMAP, Alzheimer's Disease status was determined by a computer algorithm based on cognitive test performance with a series of discrete clinical judgments made in series by a neuropsychologist and a clinician. DNA has been used to characterize apolipoprotein E allele status (APOE), and more recently, it has been used to generate genome-wide genotyping data generated on a Affymetrix 6.0 platform and imputed to 2.2 million single nucleotide polymorphisms (SNPs) with HapMAP [46, 47] . The APOE genotype is defined as a 0-1 variable. Following previous studies [48] [49] [50] , if one or both genotypes are ε4, it is assigned to be 1, otherwise it is set to be 0. The gray matter of the dorsolateral prefrontal cortex of the subject was used to extract RNA from the ROS and MAP cohorts. Agilent Bioanalyzer performs a quality assessment of samples quantified by Nanodrop. The strand-specific dUTP method [51] with poly-A se- Fig. 4 The whole network from APOE genotype to AD constructed from KEGG-based Alzheimer's disease pathway. The hypothesis is that the APOE genetic variant can affect AD through the gene expression on Alzheimer's disease pathway. Multiple pathways with chain structure can be formulated with the staring node APOE genotype and the end node AD. The gene and directions are highlighted with a green frame and a black arrow lection [52] was used in the Genomics platform of Broad Institutes for the preparation of RNA-Seq libraries. The quality of the RNA-Seq sample (Bioanalyzer RNA Integrity (RIN) score > 5) and the number threshold (5 μg) requirements were required. Sequencing was performed on the Illumina HiSeq. Before applying RSEM to estimate the expression levels of all transcripts, the nongapped aligner Bowtie was used to compare the reads to the transcriptome reference. The result of the data RNA-Seq pipeline is the FPKM value. The quantile normalization method will first be applied to FPKM and subsequently used to eliminate potential batch effect using "combat" package. The study used 364 samples (236 females and 128 males) from ROSMAP, with 163 from MAP and 201 from ROS. The age of death was between 67 and 90 years. Among these samples, 192 samples had AD and 172 were normal controls. We first performed a simple logistic regression between APOE genotype and AD (β = 1.0595, p < 0.0001). It is necessary to explore the pathway mechanism behind this association. We mapped all gene expression from ROSMAP to the KEGG Alzheimer's disease pathway to determine the candidate gene expression. The APOE genotype were linked to the three genes (RTN3, ADAM10 and AOPE), which located on the left of the Alzheimer's disease pathway. Then, the other downstream genes are connected following the Alzheimer's disease pathway structure, and finally connected to AD. There is a total of 24 genes and 26 nodes in the network. The starting node of the whole network is the APOE genotype and the terminating node is AD (Fig. 4 ). Supplementary information accompanies this paper at https://doi.org/10. 1186/s12863-020-00899-3. Additional file 1: Table S1 . The rank of the total 33 pathways for 6 integration methods. Figure S1 . The proportion correctly pinpointing top 4 pathways under sample size 500 and nonlinear proportion 60%. Figure S2 . The proportion correctly pinpointing top 4 pathways under sample size 500 and nonlinear proportion 30%. Figure S3 . The proportion correctly pinpointing top 4 pathways under sample size 500 and nonlinear pattern being φ(x i ) = sin(2x i ) + ε. Figure S4 . The proportion correctly pinpointing top 4 pathways under sample size 500 and nonlinear pattern being exponential and reciprocal. Figure S5 . The proportion correctly pinpointing top 4 pathways under sample size 500 and nonlinear proportion 40% (including NPR). Figure S6 . The proportion correctly pinpointing top 4 pathways under sample size 300 and nonlinear proportion 30%. Figure S7 . The proportion correctly pinpointing top 4 pathways under sample size 300 and nonlinear proportion 40%. Figure S8 . The proportion correctly pinpointing top 4 pathways under sample size 300 and nonlinear proportion 50%. Figure S9 . The proportion correctly pinpointing top 4 pathways under sample size 300 and nonlinear proportion 60%. Figure S10 . The proportion correctly pinpointing top 4 pathways under sample size 300 and nonlinear pattern being φ(x i ) = sin(2x i ) + ε. Figure S11 . The proportion correctly pinpointing top 4 pathways under sample size 100 and nonlinear proportion 30%. Figure S12 . The proportion correctly pinpointing top 4 pathways under sample size 100 and nonlinear proportion 40%. Figure S13 . The proportion correctly pinpointing top 4 pathways under sample size 100 and nonlinear proportion 50%. Figure S14 . The proportion correctly pinpointing top 4 pathways under sample size 100 and nonlinear proportion 60%. Figure S15 . The proportion correctly pinpointing top 4 pathways under sample size 100 and nonlinear pattern being (x i ) = sin(2x i ) + ε . Figure S16 . The network when there are 30% nonlinear between-node connection in the 4 effective pathways. Figure S17 . The network when there are 40% nonlinear between-node connection in the 4 effective pathways. Figure S18 . The network when there are 50% nonlinear between-node connection in the 4 effective pathways. Figure S19 . The network when there are 60% nonlinear between-node connection in the 4 effective pathways. Figure S20 . The Alzheimer's disease pathway downloaded from KEGG. 10 years of GWAS discovery: biology, function, and translation Meta-analysis of 74,046 individuals identifies 11 new susceptibility loci for Alzheimer's disease APOE and BCHE as modulators of cerebral amyloid deposition: a florbetapir PET genome-wide association study Comprehensive search for Alzheimer disease susceptibility loci in the APOE region Evidence for novel susceptibility genes for late-onset Alzheimer's disease from a genome-wide association study of putative functional variants The role of upregulated APOE in Alzheimer's disease etiology The role of APOE4 in disrupting the homeostatic gunctions of astrocytes and microglia in aging and Alzheimer's disease Profile and regulation of Apolipoprotein E (ApoE) expression in the CNS in mice with targeting of green fluorescent protein gene to the ApoE locus Apolipoprotein E4 inhibits autophagy gene products through direct, specific binding to CLEAR motifs Pronounced impact of Th1/E47Cs mutation compared with −491 at mutation on neural APOE gene expression and risk of developing Alzheimer's disease ApoE genotype accounts for the vast majority of AD risk and AD pathology Apolipoprotein E immunoreactivity in cerebral amyloid deposits and neurofibrillary tangles in Alzheimer's disease and kuru plaque amyloid in Creutzfeldt-Jakob disease Apolipoprotein E: highavidity binding to beta-amyloid and increased frequency of type 4 allele in late-onset familial Alzheimer disease Systematic localization of common diseaseassociated variation in regulatory DNA Partitioning heritability by functional annotation using genome-wide association summary statistics Quantifying the mapping precision of genome-wide association studies using whole-genome sequencing data Mapping complex disease traits with global gene expression Traitassociated SNPs are more likely to be eQTLs: annotation to enhance discovery from GWAS The role of regulatory variation in complex traits and disease Joint analysis of SNP and gene expression data in genetic association studies of complex diseases iGWAS: integrative genome-wide association studies of genetic and genomic data for disease susceptibility using mediation analysis A gene-based association method for mapping traits using reference transcriptome data Integrative approaches for large-scale transcriptome-wide association studies Testing and controlling for horizontal pleiotropy with probabilistic Mendelian randomization in transcriptomewide association studies A Bayesian approach to mediation analysis predicts 206 causal target genes in Alzheimer's disease. bioRxiv Nonparametric pathway-based regression models for analysis of genomic data Quantifying genetic effects on disease mediated by assayed gene expression levels Pathway-based approaches for analysis of genomewide association studies Lack of p21 expression links cell cycle control and appendage regeneration in mice A novel chi-square statistic for detecting group differences between pathways in systems epidemiology Detection for pathway effect contributing to disease in systems epidemiology with a case-control design A method for the solution of the $N$th best path problem Finding the k shortest simple paths: a new algorithm and its implementation Finding the K shortest Loopless paths in a network Multiple phenotype association tests using summary statistics in genome-wide association studies Methods for meta-analysis of multiple traits using GWAS summary statistics Role of N-methyl-d-aspartate receptors in the Neuroprotective activation of extracellular signal-regulated kinase 1/2 by Cisplatin Reduced neuronal signaling in the ageing apolipoprotein-E4 targeted replacement female mice Multiple pathways of apolipoprotein E signaling in primary neurons Regulation of N-methyl-D-aspartate receptors by Calpain in cortical neurons Calpain dysregulation in Alzheimer's disease Cleavage of tau by calpain in Alzheimer's disease: the quest for the toxic 17 kD fragment Overexpression of NMDA R2B in an inflammatory model of Alzheimer's disease: modulation by NOS inhibitors Detecting novel associations in large data sets Estimating optimal transformations for multiple regression and correlation Overview and findings from the religious orders study Overview and findings from the rush memory and aging project Differential effect of APOE genotype on amyloid load and glucose metabolism in AD dementia Clinical and pathological correlates of apolipoprotein E ε4 in Alzheimer's disease Association of apolipoprotein E allele epsilon 4 with late-onset familial and sporadic Alzheimer's disease Comprehensive comparative analysis of strand-specific RNA sequencing methods Comparative analysis of RNA sequencing methods for degraded or low-input samples Publisher's Note Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations The results published here are based on data obtained from the AMP-AD Knowledge Portal (doi:10.7303/syn2580853). We are grateful to the Rush Alzheimer's Disease Center, Rush University Medical Center, Chicago for providing their data.Authors' contributions ZY conceived the study. YZ, JJ, WL contributed to data analysis. ML, LL, FX and XL contributed to the data interpretation. ZY, YZ, and JJ wrote the manuscript with help from HZ and XZ. All authors have read and approved the manuscript. This work has been supported by grants from National Natural Science Foundation of China (81673272, 81872712, 81573259, 81803336), the Natural Science Foundation of Shandong Province (ZR2019ZD02, ZR2018BH033), and the Young Scholars Program of Shandong University (2016WLJH23). The funding bodies played no role in the design of the study and collection, analysis, and interpretation of data and in writing the manuscript. The datasets analyzed for this study can be found in the ROSMAP (https:// www.synapse.org/#!Synapse:syn3219045). The code of MCC-SP is freely available at GitHub (https://github.com/zhuyuchen95/ADnet).Ethics approval and consent to participate Not applicable. Not applicable. The authors declare no competing interests.