Skip to main content

Revisiting the use of graph centrality models in biological pathway analysis

Abstract

The use of graph theory models is widespread in biological pathway analyses as it is often desired to evaluate the position of genes and proteins in their interaction networks of the biological systems. In this article, we argue that the common standard graph centrality measures do not sufficiently capture the informative topological organizations of the pathways, and thus, limit the biological inference. While key pathway elements may appear both upstream and downstream in pathways, standard directed graph centralities attribute significant topological importance to the upstream elements and evaluate the downstream elements as having no importance.We present a directed graph framework, Source/Sink Centrality (SSC), to address the limitations of standard models. SSC separately measures the importance of a node in the upstream and the downstream of a pathway, as a sender and a receiver of biological signals, and combines the two terms for evaluating the centrality. To validate SSC, we evaluate the topological position of known human cancer genes and mouse lethal genes in their respective KEGG annotated pathways and show that SSC-derived centralities provide an effective framework for associating higher positional importance to the genes with higher importance from a priori knowledge. While the presented work challenges some of the modeling assumptions in the common pathway analyses, it provides a straight-forward methodology to extend the existing models. The SSC extensions can result in more informative topological description of pathways, and thus, more informative biological inference.

Peer Review reports

Introduction

Biological pathways represent sets of bio-molecular entities, such as genes and proteins, and their cascades of interactions which associate with certain cellular functions [1]. The abundance and availability of annotated pathways is a key element in bridging the gap between molecular level dynamics and high-level biological insight [25]. Although changes in individual molecules may trigger variations in the cellular programs, many biological functions emerge from the systematic behaviour of entities and interactions. This systems biology concept positions the use of pathways in a significant value for discovery, treatment, diagnosis, and prediction in biomedical studies [69].

The term “Pathway Analyses” describes a category of models that leverage biological interaction networks for the study of molecular-level data, such as gene expression. Many of these tools are built on the premise of a well-established body of literature which indicates that the position of genes/proteins in their associated interaction networks can determine their importance in biological systems of interest [1012]. For example, several network-based pathway enrichment analysis models (N-PEM) use graph theory concepts to prioritize topologically important differential expressions in the pathways and produce functional interpretations [1321].

Graph centrality models are the premier methods for evaluating the topological positions of individual network entities [22]. While these models have been successfully utilized in pathway analyses for functional interpretation, their abstractions of network organizations do not necessarily capture key topological features of pathways, suggesting a potential for a more biologically relevant assessment of pathways. Biological pathways, particularly signaling pathways, appear as an upstream-to-downstream organization, indicating a temporal and biochemical order of interactions between associated genes and proteins. In a directed graph model, upstream pathway elements are mostly represented as nodes with no incoming edges and downstream elements are represented as nodes with no out-going edges. Subsequently, standard centrality model for directed graphs, such as PageRank and Katz, do not assign any topological importance of the downstream elements, many of which have been shown to be key elements of biological functions.

The goal of this study is to quantitatively show the limitation of the standard centrality models and provide a plausible alternative to improve the utility of topological evaluations of pathways. We hypothesize that a directed centrality model which accounts for the topological position of key elements at downstream and upstream ends of pathways can provide a more meaningful characterization of biological networks. To achieve our goal, we first formalize the standard centrality models into three categories of Source, Sink, and undirected frameworks. The Source framework indicates a version of centrality models that can capture the importance of a node as a sender of information, which relates to the directed graph models used in typical pathway analyses. The Sink framework aims to capture to identify important receivers of biological information/signals. We then introduce Source/Sink centrality (SSC) concept, which is a flexible framework that works by applying any centrality model to a graph and its transposed graph simultaneously, and combining the two resulting profiles. SSC produces a centrality score for each node in a network that quantifies the importance of each gene both upstream and downstream of a pathway while accounting for the order and the direction of the interactions.

In a recent preliminary study, we reported that the SSC framework of common centrality models provides a more informative characterization of key pathway elements’ positions in contrast to the standard directed models [23]. In particular, we showed that the centrality scores produced by SSC have a stronger correlation and more descriptive linear relationship with the probability of a gene to be important based on a priori known biological functions. In another study, we showed an application of SSC modification of Katz centrality in network-based enrichment analysis to prioritize the differential expression topologically important genes. In that case, we showed that the SSC framework produces a more biologically relevant functional interpretation of disease genomic data [24]. Following that in a recent study, Zaffaroni et al. leveraged the SSC modification of Katz centrality for predicting the driver pathways of cellular transition [25, 26].

In this study, we expand SSC modeling to multiple spectral centrality models and validate it using additional and updated background data. In particular, we investigate a battery of standard graph centrality models and their SSC extensions for describing the organization of a priori known important genes. For a priori important genes, we focus on human cancer genes and mouse lethal genes, also known as essential genes, i.e. genes whose knockdown results in the death of organisms. The rationale for choosing the cancer-related genes is the intuition that cancers are regarded as diseases of pathways, i.e. cancers are primarily driven by perturbation/alteration of pathways [7, 27]. Subsequently, the dysfunction of one or more cancer-related genes can result in dysfunction of their associated pathways [7]. Therefore, understanding the topological position of cancer associated genes may reveal insight regarding the topological organization of key pathway drivers/regulators. The rationale for choosing mouse lethal genes is the existence of an extensive literature on the relationship between centrality and lethality in protein-protein interaction networks, where it has been shown that higher centrality correlates with higher probability of being lethal (essential) [2830].

From multiple perspectives, we show that the SSC extensions, in comparison to the standard models, produce a more descriptive topological framework for the positions of cancer gene in human pathways, as well as that of essential genes in mouse pathways. These results show that the SSC methodology contributes to the biological pathway analyses and inference methods by providing a more realistic framework for measuring network positions.

Material and methods

Graph modeling of pathways

Let a directed graph, G=(V,E), represent a pathway where \(V(G) = \left \{v_{1},v_{2},\dots,v_{n}\right \}\) is the set of nodes and \(E(G) = \left \{e_{1},e_{2},\dots, e_{m} \right \}\) is the set of edges. Each edge, ek=(vi,vj), is an ordered pair that indicates a directed relationship from gene-encoded element vi to vj. A graph can be alternatively represented as an undirected graph where the edges are unordered pairs.

For any graph, the neighborhood of a node vi, N(vi), is the set of all adjacent nodes of vi, NG(vi)={vj|(vi,vj)E(G)}. The degree of a node is defined as the size of its neighborhood, deg(vi)=|NG(vi)|. For a directed graph, the former notion of degree is referred to as out-degree, deg+(v). For a directed graph, neighborhood and degree can be also defined based on in-coming edges, i.e. in-degree, deg(vi)=|{vj(vj,vi)E}|. A graph with n vertices has an equivalent representation of a n×nadjacency matrix, AG. Formally:

$$ [A_{G}]_{ij}= \left\{\begin{array}{cc} 1, & \left(v_{i},v_{j}\right) \in E \\ 0, & \text{otherwise} \end{array}\right. $$
(1)

The transpose of a graph, GT, is a graph with reversed edge directions, where V(GT)=V(G) and E(GT)={(u,v)|(v,u)E(G)}, thus \(A_{G^{T}} = A_{G}^{T}\). A graph centrality is a function, C(v), \(C : V(G) \rightarrow \mathbb {R}\), for describing a topological scoring (importance) of the nodes in a network [22].

Degree Centrality of each node is the size of its neighborhood. Studies have shown that the degree of nodes in protein-protein interaction networks of different organisms correlates with their essentiality, meaning the likelihood of a protein’s removal, e.g. knockdown, to be lethal for the model organism [10, 29, 30]. Here, we calculated degree centrality as the sum of in-degree and out-degree, which the same as the degree centrality in the underlying undirected graph:

$$ C_{deg}(v) = deg^{+}(v) + deg^{-}(v) $$
(2)

PageRank Centrality is a spectral centrality measure where the importance of a node is a function of the centrality of its neighbors. In its original definition, PageRank describes the probability distribution of a uniform random walk with restart being present at each node of a graph after a large number of steps [22, 31, 32]. In graph theory terms, the PageRank of a node v is based on the PageRank of the nodes with links to v, divided by their out degrees. Formally:

$$ C_{pgr}(v_{i}) =\beta_{i} + \alpha\sum\limits_{v_{j} | v_{i} \in {N_{G}(v_{j})}} \frac{C_{pgr}(v_{j})}{|{N_{G}(v_{j})}|} $$
(3)

βi’s are constant values that relate the probability of restarting at node vi. The parameter α is a dampening factor that relates to the transition probability of the random walk. The Formula 3 can be expressed in a vectorized format as following:

$$ C_{pgr} = \beta + \alpha A^{T}D^{-1} C_{pgr} $$
(4)

where Cpgr is the vector of centralities and β is the vector of initial values. D is the diagonal (out) degree matrix such that [D]ii=max(deg(+)(vi),1). A closed form solution of Formula 3 is achieved by solving for Cpgr [22]. Formally:

$$ C_{pgr} = \left(I- \alpha A^{T}D^{-1}\right)^{-1}\beta $$
(5)

PageRank can be used for both directed and undirected graphs. Closely related notions of PageRank have been used in applications of pathway analysis [14, 17].

We define the PageRank Sink centrality as the standard PageRank of a directed graph. The original concept of PageRank, as described by Brin and Page, measures the importance of a website based on the importance of the websites that have a link to it [31]. Likewise, in the Sink component of the PageRank, the downstream nodes have the higher importance. This is because a random walk will not be present at any node without incoming edges, unless by a restart event. The PageRank Sink centrality captures the importance of a node as a receiver of information. Formally we define the Sink PageRank centrality (\(C_{pgr}^{Si}\)) as:

$$ C_{pgr}^{Si}(v) := C_{pgr}(v) $$
(6)

To modify PageRank in such a way that captures the importance of nodes as source of signal, we derive a PageRank score when applied to the transpose of a graph. Formally, we define the PageRank Source\(\left (C_{pgr}^{So}\right)\) as:

$$ C_{pgr}^{So}(v_{i}) =\beta_{i} + \alpha\sum\limits_{v_{j} \mid v_{i} \in {N_{G^{T}}(v_{j})}} \frac{C_{pgr}^{So}(v_{j})}{|{N_{G^{T}}(v_{j})}|} $$
(7)

βi and α are constants that relate to the restart and transition probabilities. The PageRank Source of a node is calculated based on the centrality of a its neighbors in the transposed graphs. Define the diagonal in-degree matrix, D, of G such that [D]ii=max(1,deg(vi)). Similar to the equations for deriving the standard PageRank, the Source component can be solved as following:

$$ C_{pgr}^{So} = \left(I- \alpha A{D^{\prime}}^{-1}\right)^{-1}\beta $$
(8)

Directed centralities only gives importance to either upstream nodes or downstream ones. To address this issue we define the Source/Sink PageRank. The fundamental concept of Source/Sink modeling is to measure the centrality of nodes as both sources and sinks of information. We adapt the Source/Sink concept to the PageRank by calculating Source and Sink Centrality values individually and summing them:

$$ C_{pgr}^{SS}(v) = C_{pgr}^{So}(v) + C_{pgr}^{Si}(v) $$
(9)

The above definition has no limitation of using different constant parameters for \(C_{pgr}^{So}\) and \(C_{pgr}^{Si}\), this study uses the same values of α and β for both components.

Katz Centrality is another spectral centrality model where the importance of a node is calculated relative to the sum of centrality of its neighbors. Formally:

$$ C_{ktz}(v_{i}) =\beta_{i} + \alpha\sum\limits_{v_{j} \in {N_{G}(v_{i})}} C_{ktz}(v_{j}) $$
(10)

In the above formula, β is a constant factor and α is dampening factor. The convergence of the Formula 10 depends on the largest eigenvalue of the adjacency matrix. In particular, α<1/λ1 is a sufficient condition for convergence, with λ1 being the largest positive eigenvalue of the adjacency matrix. Rearranging Formula 10 gives a closed form solution of Katz centrality. Formally:

$$ C_{ktz} = \left(I - \alpha A\right)^{-1}\beta $$
(11)

where Cktz is the vector of centrality values. Katz centrality is closely related to the formulations of Cdist and NetGSA for pathway enrichment analysis [16, 18, 24]. Throughout this document, Katz centrality refers to the directed graph. Although Katz centrality is well defined on undirected graphs we will not analyze this model on the dataset of this study since it would impose a small global α. We define Source Katz (\(C_{ktz}^{So}\)) component as the standard Katz centrality of a directed graph.

$$ C_{ktz}^{So}(v) := C_{ktz}(v) $$
(12)

Next, we define the Sink Katz\(\left (C_{ktz}^{Si}\right)\) component as the Katz centrality of the transposed graph. In this context, the centrality of a node relates to the centrality of its neighbors in the transposed graph. Formally:

$$ \begin{aligned} C_{ktz}^{Si}(v_{i}) & :=\beta_{i} + \alpha \sum\limits_{v_{j} \in {N_{G}^{T}(v_{i})}} C_{ktz}^{Si}(v_{j}) \\ C_{ktz}^{Si} & = \left(I -\alpha A^{T}\right)^{-1}\beta \end{aligned} $$
(13)

In a similar fashion to Source/Sink PageRank. we define the Source/Sink Katz as the direct summation of the two individual Source and Sink components. Katz Source/Sink Centrality is then defined as:

$$ C_{ktz}^{SS}(v) = C_{ktz}^{So}(v) + C_{ktz}^{Si}(v) $$
(14)

Although the above definition has no limitation of using different constant parameters for individual Source and Sink centralities, this study uses the same values of α and β for both components. Also, it can be shown that Source and Sink components have the same convergence criteria when using the same β and α.

Laplacian graph influence measures are a family of models that capture the amount of effect a node has on the other nodes. These measures are the core of the heat diffusion kernels of graphs as they relate to the Laplacians of the graph, DA [3235]. Graph Laplacians are generally defined for undirected graphs [32, 35]. There are modifications for directed graphs either on strongly connected graphs or directed acyclic graphs [34, 36]. In this study, we use a specific version for directed graphs that is related to the model used by Shojaie and Michailidis for pathway enrichment analysis (proof of model equivalence in the Appendix)[19]. Though this model is not discussed in the literature with any specific names, to the best of our knowledge, we will refer to it as Laplacian Centrality, for the lack of a better terminology. The Laplacian model in this study indicates that the centrality of a node relates to the average centrality of its neighbors. Formally:

$$ C_{lap}(v_{i}) =\beta_{i} + \alpha\sum\limits_{v_{j} \in {N_{G}(v_{i})}} \frac{C_{lap}(v_{j})}{|N(v_{i})|} $$
(15)

By expressing the above formulation in matrix format and rearranging for the vector of centralities we get

$$ C_{lap} := \left(I- \alpha{D}^{-1}A\right)^{-1} \beta $$
(16)

We define the Laplacian Source component as the Laplacian centrality of the directed graph:

$$ C_{lap}^{So} := C_{lap} $$
(17)

Similar to the other measures, we define the Laplacian Sink component is the Laplacian centrality of the transposed graph:

$$ C_{lap}^{Si} := \left(I- \alpha{D^{\prime}}^{-1}A^{T}\right)^{-1} \beta $$
(18)

The Source/Sink Laplacian is then defined as the sum of the two components:

$$ C_{lap}^{SS} := C_{lap}^{So} + C_{lap}^{Si} $$
(19)

The Undirected Laplacian is trivial for the connected components of the graphs since all members of a component can have any equal value for centrality. Therefore, the Laplacian model defined in this report will be only used in directed formats.

The definition of Source/Sink models can be generalized into a format where the contribution of the Source and the Sink components to the total centrality value are weighted. Interested readers may refer to [23, 24] for examples of the weighted definitions– where we have shown that equal weights (as assumed in this article) can generate a SSC value that is most different the individual Source and Sink components.

Background pathways and genes

Human pathways and cancer genes

Human pathways from Kyoto Encyclopedia of Genes and Genomes (KEGG) were retrieved (n = 330, April 2019). We pre-processed pathways and excluded the entries that exhibited 1- more than 1000 nodes and more than 4000 interactions (n = 2) 2- less or equal to 20 nodes or 20 edges (n = 86) 3- largest eigenvalues larger than 10 (n = 16). In addition, pathways with a single unique value for any of the centrality measures (e.g. all degrees being 10) were excluded from the analysis, resulting in 216 pathways passing the initial quality criteria.

Human cancer genes were retrieved from relevant classifications of Broad Institute’s MSigDB: Oncogenes, Tumor Suppressors, and Translocated cancer genes (n = 417, June 2018) [37]. Cancer Gene Census from Sanger Institute was used as an additional reference list for cancer-related genes (n= 719, June 2018) [38].

Pathways with 5 or less cancer associated genes were excluded from analysis for consistency of p-value calculations (n = 61). The final set of pathways contained 157 entries. The pathways were retrieved and analyzed using R-packages “KEGGGraph” and “Pathview” [39, 40].

Mouse pathways and lethal genes

Mouse pathways were retrieved from KEGG databased (n= 326, April 2019). We used the same quality criteria (edges, nodes, and eigenvalue limits), resulting in 219 pathways. Mouse lethal genes were retrieved from International Mouse Phenotyping Consortium (IMPC) through its online portal (n = 1053, June 2018) [41]. The IMPC’s gene family classifications of the related genes were Lethal, Viable, and Sub-viable.

Pathways with 5 or less Lethal genes were excluded from analysis for consistency of p-value calculations. The final set of pathways contained 123 entries.

Experimental methods and analyses

We examine different formats of each centrality model through three aspects. 1– The linear relationship between the centrality scores and the percentage of the genes that are biologically important. 2– The distribution of centrality scores of important genes and other genes (normal). 3– The mean difference between the centrality scores of important genes versus normal genes for each pathway. Since the subjects of study are multiple pathways, rather than a single global graph, normalization and ranking procedures were used to create a unified framework.

This study uses β=0.15·𝟙n×1, and α=0.85 for different formats of PageRank, as previously recommended in the original PageRank paper [31]. For all Katz centrality formats, the parameter setting was α=0.1, β=𝟙n×1. Katz models parameters are restricted to be smaller than one over the largest eigenvalue of a graph [24], and thus, we chose the aforementioned parameter to allow for analysis of a reasonable number of pathways. We did not analyze for Undirected Katz because of limitation of the largest eigenvalues. For all Laplacian centrality formats, the parameters were β=𝟙n×1, and α=0.85. The Laplacian model parameters were chosen to be consistent with PageRank parameters.

Regression analysis

Our regression analysis pipeline initially ranks the node of each pathway using one centrality measure at a time. The pipeline then aligns the centrality ranks of within each pathway through 100 quantiles. The 100th quantile indicates most central genes in a pathway and 1st quantile indicates the lowest importance. Formally, let Ca,j(vi) denote the centrality of a node vi in pathway j using model a. The quantile ranking of a node i, Qj(vi), is then defined as:

$$ Q_{j}(v_{i}) = \left[ 100\times \frac{C_{a,j}(v_{i})}{|V_{j}|} \right] $$
(20)

In the above formula, Vj is the set of nodes in pathway j. The quantile ranking allows to compare the centrality rankings among all pathways because different pathways have different number of nodes by assigning the most central node in the highest quantile score. To investigate the relationship between a priori importance of a gene and its centrality, the proportion of important genes were calculated on each quantile across all pathways, with the important genes coming from the cancer genes and lethal genes. The relationship between the centrality and importance were investigated separately based on the gene type, once for cancer genes in human pathways and once for lethal genes in mouse pathways.

Let Qij denote the set of genes belonging to i-th quantile in pathway jQij={vvVj,Qj(v)=i}. Let R denote the set of all genes in a class of a priori important genes, i.e., cancer or lethal. We define the percentage of the a priori important genes in i-th quantile, Fic, as:

$$ {F_{i}}^{c} = 100 \times \frac{ \sum_{j} \left|\left\{v \mid v \in R \cap Q_{ij} \right\}\right|}{ \sum_{j} \left|\left\{v \mid v \in Q_{ij} \right\}\right|} $$
(21)

Although some genes were occurring in multiple pathways, each occurrence was treated as an unique gene because the purpose was to evaluate the centrality with respect to pathways. Fic was then tested against the level of quantile for assessing linear relationships. In the below formula, i indicates the index value of a quantile group, e.g. 1 for the 1st quantile and 10 for the 10th quantile. Let a1 and a0 be the coefficients of the linear regression. Formally:

$$ {F_{i}}^{c} = a_{1}\cdot i + a_{0} $$
(22)

For each centrality measure the above linear regression was fitted and the adjusted r-squared (coefficient of determination) were evaluated. The above procedures were applied to lethal mouse genes and human cancer genes separately in their respective annotated and pre-processed pathways.

Comparison of cumulative densities

To compare the distribution of centrality values from a global perspective, the centrality scores were normalized within each pathway using the following formula:

$$ N_{a,j}(v_{i}) = \frac{C_{a,j}(v_{i}) - \mu_{a,j}}{\sigma_{a,j}} $$
(23)

where μa,j and σa,j are the mean and standard deviation of centrality scores of pathway j using method a. Accordingly, Na,j(vi) is the normalized centrality score of node vi in pathway j, using the centrality method a. The normalized score for all pathways were placed in 100 quantiles. The distribution of quantile scores for the types of genes “Important” and “Others” were compared by Kolmogorov-Smirnov (KS) test on cumulative distribution function (CDF) of important and normal genes. The p-values were calculated based on the alternative hypothesis of the CDF of the important genes lying below that of the normal. In this test, the CDF of all genes combined would follow a straight line. The described procedure was ran separately for mouse lethal genes and human cancer genes on their respective pre-processed pathways.

Within pathways two-Sample testing

For each pathway, the difference of the mean raw centrality values between a priori important genes and other genes were evaluated using Welch’s t-test. Formally:

$$ \begin{aligned} t ~ & = \frac{~~~ \hat{\mu}_{a,c} - \hat{\mu}_{a,n}}{\sqrt{\frac{s_{a,c}^{2}}{N_{c}}+\frac{s_{a,n}^{2}}{N_{n}}}} \\ H_{0} &: ~~~ \mu_{a,c} = \mu_{a,n} \\ H_{A} &: ~~~ \mu_{a,c} > \mu_{a,n} \end{aligned} $$
(24)

where \(\hat {\mu }_{a,c}\) and \(\hat {\mu }_{a,n}\) are the estimated means of centrality values for cancer and normal genes by model a. Similarly, \(s_{a,c}^{2}\) and \(s_{a,n}^{2}\) are the variance estimates of the centrality scores of important and normal genes, using model a. Nc and Nn denote the sample size of important genes and normal genes. H0 is the null hypothesis of important and normal genes having the same mean. HA is the alternative hypothesis where the important genes have a higher mean.

Since the underlying distribution of the centrality values is unknown, we also used Wilcox non-parametric test to evaluate the null hypothesis of important and non-important genes having the same mean. Wilcox test ranks individual observations and evaluates the difference between the sum of the ranking in two classes of the hypothesis. While Wilcox test is the more appropriate choice for testing this study’s hypotheses, we present both parametric (Welch) and non-parametric (Wilcox) two-sample tests for comparison.

For each centrality model, the p-values from Formula 24 and Wilcox test were calculated across all pathways. Because of the large number of pathways, multiple-hypothesis testing corrected criterion was used to determine significant p-values. In particular, Benjamini-Hochberg False Discovery Rate was applied to all calculated p-values for each centrality method to control type-I error at %5 (FDR<0.05) [42]. The same procedure was applied to both parametric and non-parametric approaches. The sets of significant pathways for each centrality model were contrasted against each other. The described procedure in this subsection was applied to human cancer genes and mouse lethal genes in separate analyses.

Results

Pathway centrality of human cancer genes

The regression analysis shows an evident increase in the percentage of cancer genes with the increased centrality scores from Degree, Katz Source/Sink, Laplacian Source/Sink, and all PageRank formats (Fig. 1, Table 1). For all of the other models, the analysis fails to identify any linear relationship between the centrality scores and the percentage.

Fig. 1
figure 1

Linear regression fit of the quantile-normalized centrality scores (Eq. 20) and the percentage human pathway genes that are cancer-related (Eq. 21). The Source/Sink extension of the centrality models show higher slope and adjusted coefficient of determination (Adjusted r-squared) in comparison to the standard variations of the centrality models (Table 1)

Table 1 Linear regression fit of the quantile-normalized centrality scores (Eq. 20) and the percentage human pathway genes that are cancer-related

For the Degree centrality, as shown in Fig. 1, the higher values of quantile scores correspond to higher percentages points of cancer genes, and low quantile scores exhibit lower percentage of cancer genes. The analysis supports this observation by showing a linear relationship between the scores and the percentage of genes that are cancer-related with an adjusted r-squared (Adj r2) of 0.27. The regression analysis shows a statistically significant positive coefficient of 1.37×10−1 for the quantile scores (Adj p-value = 3.96×10−8, Table 1).

The standard directed variation of Katz centrality (the Source component) fails to identify an evidence (Adj p-value = 0.167) for linear relationship (Fig. 1), and the linear regression model accounts for an insignificant fraction of the variance (Adj r2 = 0.021). Similarly, the Katz Sink Component produces an Adj r2 = 0.00026 and Adj p-value = 0.874. In contrast, the combined value of the two components, Source/Sink Katz, shows that the linear relationship explains a statistically significant portion of the variance (Adj r2 = 0.34). In this case, the regression analysis shows a statistically significant positive coefficient of 1.38×10−1 for the quantile scores (Adj p-value = 4.50×10−10, Table 1).

For different formats of Katz centrality, comparison of cumulative distribution function (CDF) between the cancer genes and normal genes shows that the CDF of cancer genes lies below that of the normal genes (Fig. 2). Although all of the differences are statistically significant, amount of differences depends on the specific variation of centrality. For example, more than 65% of the cancer genes have a normalized quantile score greater than 50 when measuring centrality using Katz Source/Sink method. The pathway-by-pathway two-sample tests also show that each variation of Katz centrality is able to detect a number of pathways to have a higher mean of centrality for cancer genes (Tables 2 and 3). The number of identified pathways in the non-parametric model are higher in comparison to a regular t-test. For example, the two-sample t-test detects five pathways with higher centrality of cancer genes using Katz Source/Sink, while the Wilcox rank-sum test identifies 13 pathways (FDR<0.05).

Fig. 2
figure 2

Comparison of the cumulative density between cancer-related genes and normal genes. The data points represent the quantile-scores calculated based on normalized centrality (Formula 23) across all pathways. Each panel includes the p-value of Kolmogorov-Smirnov test for the hypothesis of the CDF of cancer genes being below that of the normal genes. The panels show that cancer genes tend to have higher centrality values according to all of the models. This indicates the individual values of source and sink components for capturing the topological importance of cancer genes. Asterisk marks denote the p-values generate by the KS test method in R

Table 2 Pathways identified with higher mean centrality for cancer genes by t-test
Table 3 Pathways identified with higher mean centrality for cancer genes by Wilcox test

Comparison of different PageRank centrality formats also shows that the SSC framework produces a better description of the pathway organizations compared to the individual Source and Sink components. The centrality values of individual Source (Adj p-value = 1.29×10−9 and Adj r2=0.35) and Sink (Adj p-value = 5.39×10−6, and Adj r2=0.20) components of PageRank have linear relationship with the percentage of cancer genes. The combination of the two components as in the Source/Sink PageRank produces a more descriptive and stronger linear relationship in term of both the adjusted r-squared and the regression coefficient (Adj p-value = 9.04×10−28 and Adj r2=0.72). Undirected PageRank also provides a stronger linear relationship in comparison to the individual Source and Sink components (Adj p-value = 3.57×10−25 and Adj r2=0.68).

For different formats of PageRank, comparison of the CDF between the cancer genes and normal genes shows that the CDF of cancer genes lies below that of the normal genes (Fig. 2). Although all of the differences are statistically significant, amount of differences depends on the specific variation of centrality. This indicates that each format of PageRank shows higher values of centrality for cancer genes in the distribution of the scores, even though the distinction may not be apparent according to the linear regression model. For example, more than 70% of the cancer genes have a normalized quantile score greater than 50 when measuring centrality using PageRank Source/Sink method. The pathway-by-pathway two-sample tests also show that each variation of PageRank centrality is able to detect pathways with a higher mean of centrality for cancer genes (Tables 2 and 3). In this case, the number of identified pathways in the non-parametric model are higher in comparison to a regular t-test. For example, the two-sample t-test detects five pathways with higher centrality of cancer genes using PageRank Source/Sink, while the Wilcox rank-sum test identifies 31 pathways (FDR<0.05).

The Laplacian model also detects a linear relationship only when considering the Source/Sink formatting (Adj p-value = 4.12×10−16 and Adj r2=0.50). For different formats of Laplacian, comparison of the CDF between the cancer genes and normal genes shows that the CDF of cancer genes lies below that of the normal genes (Fig. 2). The pathway-by-pathway two-sample tests also show that each variation of Laplacian centrality is able to detect a number of pathways to have a higher mean of centrality for cancer genes (Tables 2, and 3). In this case, the number of identified pathways in the non-parametric model are similar to a regular t-test. For example, the two-sample t-test detects fifteen pathways with higher centrality of cancer genes using Laplacian Source/Sink, the same number as the Wilcox rank-sum (FDR<0.05).

We wondered whether the differences between the SSC framework and other variations were sensitive to the choice of model-specific parameters. To address this question, we repeated the regression analysis for the four variations of PageRank across the values of α[0.1,0.9] with 0.01 increments (across all the pathways, n = 157). We then compared the adjusted r-squared of the linear regression models according to Formula 22 (Fig. 3). We used Fisher’s Z-transformation of correlation coefficients of the linear fits to measure the statistical difference between SSC and undirected PageRank across the range of α. The results are suggestive that PageRank SSC produces the highest adjusted r-squared among all the variations for the most of the search range, and as well as the undirected model for some part of the range. In particular, SSC produces the highest r-squared for any variation of PageRank at any alpha at α=0.58.

Fig. 3
figure 3

Sensitivity analysis of PageRank variations in the linear regression analysis with respect to the α parameter. Panel A shows the adjusted r-squared of the linear fit per α(Formula 22). Panel B displays the negative log p-value of the difference between the correlation coefficients of SSC PageRank versus undirected PageRank. The red line in panel B denotes the significance threshold of p-value=0.05

Fig. 4
figure 4

Linear regression fit of the quantile-normalized centrality scores (Eq. 20) and the percentage genes that are cancer-related (Eq. 21). The Source/Sink extension of the centrality models show higher slope and adjusted coefficient of determination (Adjusted r-squared) in comparison to the standard variations of the centrality models

We also tested the linear regression framework for closeness centrality, as an example of a centrality method that is not spectral (details in Appendix). Our analysis shows that Source/Sink closeness centrality is able to identify a linear relationship between quantile-scores and percentage points of cancer genes (Adj r2=0.27) while individual Source and Sink components fail to identify. Also, undirected closeness centrality shows a lower coefficient of determination (Adj r2=0.11) in comparison to the SSC variation.

Pathway centrality of mouse lethal genes

The regression analysis shows an evident increase in the percentage of the genes that are lethal in mouse pathways with the increased centrality scores from PageRank Source/Sink, Laplacian Source/Sink, and undirected PageRank (Fig. 5). For all of the other models, the analysis fails to identify any linear relationship between the centrality scores and the percentages.

Fig. 5
figure 5

Linear regression fit of the quantile-normalized centrality scores (Eq. 20) and the percentage mouse pathway genes that are lethal (Eq. 21). The Source/Sink extension of the centrality models show higher slope and adjusted coefficient of determination (Adjusted r-squared) in comparison to the standard variations of the centrality models (Table 4)

The Source PageRank centrality fails to identify any evidence (Adj p-value = 0.649) for linear relationship (Fig. 5), and the linear regression model accounts for an insignificant fraction of the variance (Adj r2 = 0.0022), similar to values for the PageRank Sink Component (Adj r2 = 0.004 and Adj p-value = 0.55). In contrast, the combined value of the two components, Source/Sink PageRank, shows that the linear relationship explains a statistically significant portion of the variance (Adj r2 = 0.21). In this case, the regression analysis shows a statistically significant positive regression coefficient of 5.24×10−2 (Table 4).

Table 4 Linear regression fit of the quantile-normalized centrality scores (Eq. 20) and the percentage of mouse pathway genes that are lethal

For different formats of all centrality models, comparison of CDF between the cancer genes and normal genes shows that the CDF of lethal genes lies below that of the normal genes (Fig. 6). The two-sample tests shows statistical power in detecting pathways with higher centrality of lethal genes using a less conservative FDR threshold (Tables 5, and 6). The pathway-by-pathway two-sample tests also show that each variation of Laplacian centrality and some formats of PageRank are able to detect a number of pathways to have a higher mean of centrality for cancer genes. For Laplacian centrality, the number of identified pathways in the non-parametric model is similar in comparison to a regular t-test.

Fig. 6
figure 6

Comparison of the cumulative density between lethal genes and normal (non-lethal) genes. The data points represent the quantile-scores calculated based on normalized centrality (Formula 23) across all pathways. Each panel includes the p-value of Kolmogorov-Smirnov test for the hypothesis of the CDF of lethal genes being below that of the normal genes. The panels show that lethal genes tend to have higher centrality values according to some of the models, including Source/Sink PageRank and Source/Sink Laplacian

Table 5 Pathways identified with higher mean centrality for mouse lethal genes by Wilcox test (FDR<0.25)
Table 6 Pathways identified with higher mean centrality for mouse lethal genes by t-test (FDR<0.25)

Discussion

Regression analysis of the topological position of cancer genes in human pathways shows that the graph centrality models can account for the percentage of the known important genes, particularly when formulated in Source/Sink modeling. Individual source or sink components of Katz and Laplacian fail to identify evidence for the linear relationship of centrality with the percentage of the genes that are cancer-related, noting these models have been applied in different pathway analysis methods [15, 16, 18]. In contrast, the SSC format of Katz and Laplacian models exhibit a statistically significant linear relationship between the centrality and the percentage of the genes that are cancer-related (Table 1). This improvement is due to SSC assigning centrality values to nodes that are downstream terminal but topologically important as receivers of information.

Similarly, SSC PageRank shows significant improvement in comparison to the standard directed formats in explaining the topological importance of cancer genes. These observations provide a noteworthy insight as different tools leverage directed formats of PageRank in pathway analysis applications [14, 17]. The higher adjusted r2 of SSC compared to other standard variations (Fig. 3) may be explained by noting that SSC PageRank is sensitive both to the directionality and the position at the upstream/downstream organization of pathways. Consistently, for every one of the centrality models the adjusted r2 and the slope of the linear regression coefficient increase when using the Source/Sink framework.

The analysis of lethal genes in mouse pathways provide additional validation for SSC methodology. The association of lethal genes with topological importance in biological networks has been extensively studied in the context of protein-protein interaction networks, namely centrality-lethality rule [2830]. Our results provide an account for the centrality-lethality rule in the biological pathways, noting that the pattern is statistically significant when leveraging SSC modeling. As evident in Fig. 5, SSC formats of Laplacian and PageRank, and undirected PageRank to some extent provide evidence for the centrality-lethality rule.

Lack of linear relationship in topological importance versus the percentage of biologically important genes may not dismiss the utility of a centrality model. As evident in CDF analysis and two-samples tests, a centrality model may exhibit distinct patterns between cancer (lethal) and non-cancer (non-lethal) genes. This CDF evidence may explain why the combination of the source and sink components is more informative. We believe that the evidence of increasing linear relationship between the topological importance and the percentage of biologically important genes provides a critical insight with respect to the appropriate choice of directed graph modeling in pathways. In particular, our results strongly indicate that the knowledge of the topological importance of downstream nodes is as valuable as that of upstream nodes, and should not be dismissed as irrelevant as assumed by current pathway analysis models [14, 15, 18]. In fact, our results demonstrate a setting wherein the use of SSC and Undirected modeling is superior to the directed formats. In these conditions, the PageRank SSC can provide a better explanation of the linear relationship in comparison to the undirected model for several possible values of α.

A limitation of the present study is the requirement of having sufficient information on the underlying network of pathways. Pathway databases can contain several entries with insufficient number of interaction between genes and other bio-molecular entities. In such cases, topological analysis is not feasible and some intermediate steps, such as data-driven prediction of interactions, may be necessary before using any network-based modeling [20]. Another limitation of SSC modeling is the requirement of having information on the directionality of interactions, which can be absent in some pathway datasets.

While SSC modeling is simple and straightforward, any potential application in other centrality methods should be handled with caution. We only focused on spectral centrality models because of their widespread use in biological network analysis and their compatibility to theoretically express the SSC framework. For other centrality types, SSC framework may or may not be the best option. For example, betweenness centrality – which measure importance of a node relative to the number of shortest paths that pass through it – does not produce a meaningful Source Sink variation. If a node k falls within a vu shortest path in a graph G, it also falls within the uv shortest path in GT. In another example in the Appendix, we demonstrate the linear regression model of cancer genes in human pathways using SSC modeling in closeness centrality, which is consistent with the presented results.

The presented results are concordant with our hypothesis that accounting for the upstream and downstream organization of pathways provides more biologically relevant assessment of organization of pathways. The presented results also explain the success of Source/Sink modeling in achieving higher sensitivity and biological relevance in the enrichment analysis and functional interpretation of genomic data as was presented in our previous research [24]. When considering the biological context, our results formalize the intuitive observation that the key pathway elements may appear at any stage of the pathways. The presented results also highlight a disadvantage of the directed pathway analysis models that fundamentally assume a higher importance for the upstream pathway elements and neglect the changes/perturbations of downstream elements. The appropriate choice of centrality measures for biological network analyses may vary depending on model assumptions and the underlying data. However, when applicable, our results recommend adapting SSC framework for fully leveraging the underlying structure of the networks.

Conclusion

This study investigated the explanatory power of different centrality models with respect to a priori important pathway genes. We tested standard and novel centrality models, and presented a novel alternative with a better topological description of the pathways that accounts for the importance of the pathway elements with respect to the upstream and downstream positions. The two case examples in this study were cancer/non-cancer genes in human and lethal/viable genes in mouse. For both groups there exists literature on their positions and importance in their corresponding biological networks.

Regression analysis, subsequent comparison of CDFs, and two-sample tests of the pathways show that spectral importance determines the topological importance of cancer genes. In particular, the SSC modeling results in more distinct and clear separation of the a priori important genes. These results show that using directions while giving importance to terminal nodes in pathways may give higher explanatory power which should be of particular interest to the research in biological networks and pathway analysis.

Appendix

Closeness centrality

Closeness centrality describes a model where the importance of each node is calculated as the sum of its shortest distance from all the other nodes. Formally:

$$ C_{cls}(v) := \sum_{u \in V(G)}\frac{1}{d(v,u)} $$
(25)

where d(v,u) denotes the length of the shortest paths between v and u. Similar to the other models, we define source closeness as the standard closeness centrality.

$$ C_{cls}^{So}(v) := C_{cls}(v) $$
(26)

We define sink closeness as:

$$ C_{cls}^{Si}(v) := \sum_{u \in V(G)}\frac{1}{d(u,v)} $$
(27)

Subsequently, we defined the Source Sink closeness centrality as:

$$ C_{cls}^{SS} := C_{cls}^{So} + C_{cls}^{Si} $$
(28)

We analyzed the linear regression fit of quantile-normalized closeness centrality values versus the percentage of genes that are cancer-related in human pathways. The results show a higher adjusted r-squared for the SSC variation compared to the other models.

Proofs

For an adjacency matrix of a directed graph, A, define the weight normalized matrix L using a positive real value d as following:

$$ L_{ij}(d) = \frac{A_{ij}}{d +\sum_{j=1}^{n} |A_{ij}|} $$
(29)
$$ L = {\lim}_{d \to 0} L(d) $$
(30)

Define the influence matrix, L, as the geometric series of L. In the case of undirected graphs, this notion is related to the concept of normalized Laplacian and heat diffusion kernels [32].

$$ L^{*} = \sum_{i=0}^{\infty} L^{i} $$
(31)

On the condition of convergence, the above summation can be written as:

$$ L^{*} = {\lim}_{d \to 0} (I - L(d))^{-1} $$
(32)

According to Shojaie and Michailidis, choice of d as small as 0.01 would produce consistent and stable results. However, to eliminate the need for the parameter d, we rewrite an equivalent formulation for the matrix L as :

$$ L := D^{-1}A $$
(33)

where D is the diagonal degree matrix with the same definition as in D of PageRank. As noted in [22], for undirected graphs, the solution to the matrix L in a matrix geometric series uniquely exist. That is, the matrix L from Formula 31 is only guaranteed to uniquely exist when we use the symmetric matrix of the undirected graph.

However, the case might be different for directed graphs. Therefore, including a shrinking factor, α<1, that ensures the convergence in a geometric summation. We then re-define:

$$ L := \alpha D^{-1}A $$
(34)

Using the above Formula, we define the Laplacian centrality of a node as the aggregated influence of a node i on all other nodes. This is obtained from Formula 31:

$$ \begin{aligned} C_{lap} & = L^{*} \mathbbm{1} \\ & = \left(I- \alpha D^{-1}A\right)^{-1} \mathbbm{1} \end{aligned} $$
(35)

Availability of data and materials

All datasets were retrieved from public repositories. The code for analysis is available throught the following address: https://github.com/pouryany/CentralityInPathways

References

  1. Nelson DL, Lehninger AL, Cox MM. Lehninger Principles of Biochemistry. New York: Macmillan; 2008.

    Google Scholar 

  2. Werner T. Bioinformatics applications for pathway analysis of microarray data. Curr Opin Biotechnol. 2008; 19(1):50–4.

    Article  CAS  Google Scholar 

  3. Curtis RK, Orešič M, Vidal-Puig A. Pathways to the analysis of microarray data. Trends Biotechnol. 2005; 23(8):429–35.

    Article  CAS  Google Scholar 

  4. Kanehisa M, Furumichi M, Tanabe M, Sato Y, Morishima K. Kegg: new perspectives on genomes, pathways, diseases and drugs. Nucleic Acids Res. 2017; 45(D1):353–61.

    Article  Google Scholar 

  5. Joshi-Tope G, Gillespie M, Vastrik I, D’Eustachio P, Schmidt E, de Bono B, Jassal B, Gopinath G, Wu G, Matthews L, et al.Reactome: a knowledgebase of biological pathways. Nucleic Acids Res. 2005; 33(suppl_1):428–32.

    Google Scholar 

  6. Kitano H. Systems biology: a brief overview. Science. 2002; 295(5560):1662–4.

    Article  CAS  Google Scholar 

  7. Hanahan D, Weinberg RA. Hallmarks of cancer: the next generation. Cell. 2011; 144(5):646–74.

    Article  CAS  Google Scholar 

  8. Yarden Y, Pines G. The erbb network: at last, cancer therapy meets systems biology. Nat Rev Cancer. 2012; 12(8):553–63.

    Article  CAS  Google Scholar 

  9. Zhao S, Iyengar R. Systems pharmacology: network analysis to identify multiscale mechanisms of drug action. Annu Rev Pharmacol Toxicol. 2012; 52:505.

    Article  CAS  Google Scholar 

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

    Article  CAS  Google Scholar 

  11. Alon U. Network motifs: theory and experimental approaches. Nat Rev Genet. 2007; 8(6):450–61.

    Article  CAS  Google Scholar 

  12. Janjić V, Sharan R, Pržulj N. Modelling the yeast interactome. Sci Rep. 2014; 4.

  13. Khatri P, Sirota M, Butte AJ. Ten years of pathway analysis: current approaches and outstanding challenges. PLoS Comput Biol. 2012; 8(2):1002375.

    Article  Google Scholar 

  14. Tarca AL, Draghici S, Khatri P, Hassan SS, Mittal P, Kim J-s, Kim CJ, Kusanovic JP, Romero R. A novel signaling pathway impact analysis. Bioinformatics. 2009; 25(1):75–82.

    Article  CAS  Google Scholar 

  15. Gu Z, Liu J, Cao K, Zhang J, Wang J. Centrality-based pathway enrichment: a systematic approach for finding significant pathways dominated by key genes. BMC Syst Biol. 2012; 6(1):56.

    Article  Google Scholar 

  16. Naderi Yeganeh P, Mostafavi MT. Use of structural properties of underlying graphs in pathway enrichment analysis of genomic data. In: Proceedings of the 8th ACM International Conference on Bioinformatics, Computational Biology, and Health Informatics. ACM: 2017. p. 279–84. https://doi.org/10.1145/3107411.3107488.

  17. Glaab E, Baudot A, Krasnogor N, Schneider R, Valencia A. Enrichnet: network-based gene set enrichment analysis. Bioinformatics. 2012; 28(18):451.

    Article  Google Scholar 

  18. Shojaie A, Michailidis G. Analysis of gene sets based on the underlying regulatory network. J Comput Biol. 2009; 16(3):407–26.

    Article  CAS  Google Scholar 

  19. Shojaie A, Michailidis G. Network enrichment analysis in complex experiments. Stat Appl Genet Mol Biol. 2010; 9(1).

  20. Ma J, Shojaie A, Michailidis G. Network-based pathway enrichment analysis with incomplete network information. Bioinformatics. 2016; 32(20):3165–74.

    Article  CAS  Google Scholar 

  21. Mitrea C, Taghavi Z, Bokanizad B, Hanoudi S, Tagett R, Donato M, Voichita C, Draghici S. Methods and approaches in the topology-based analysis of biological pathways. Front Physiol. 2013; 4:278.

    Article  Google Scholar 

  22. Newman M. Networks: an Introduction. Oxford: Oxford University Press; 2010.

    Book  Google Scholar 

  23. Naderi Yeganeh P, Saule E, Mostafavi MT. Centrality of cancer-related genes in human biological pathways: A graph analysis perspective. In: 2018 IEEE International Conference on Bioinformatics and Biomedicine (BIBM). IEEE: 2018. p. 214–8. https://doi.org/10.1109/bibm.2018.8621110.

  24. Naderi Yeganeh P, Mostafavi MT. Causal disturbance analysis: A novel graph centrality based method for pathway enrichment analysis. IEEE/ACM Trans Comput Biol Bioinformatics. 2019:1. https://doi.org/10.1109/tcbb.2019.2907246.

  25. Zaffaroni G, Okawa S, Morales-Ruiz M, del Sol A. An integrative method to predict signalling perturbations for cellular transitions. Nucleic Acids Res. 2019; 47(12):72–2.

    Article  Google Scholar 

  26. Zaffaroni G. Integrative approach to predict signalling perturbations for cellular transitions: Application to regenerative and disease models. PhD thesis. Esch-sur-Alzette: University of Luxembourg; 2019.

    Google Scholar 

  27. Vogelstein B, Kinzler KW. Cancer genes and the pathways they control. Nat Med. 2004; 10(8):789.

    Article  CAS  Google Scholar 

  28. Jeong H, Tombor B, Albert R, Oltvai ZN, Barabási A-L. The large-scale organization of metabolic networks. Nature. 2000; 407(6804):651–4.

    Article  CAS  Google Scholar 

  29. Zotenko E, Mestre J, O’leary DP, Przytycka TM. Why do hubs in the yeast protein interaction network tend to be essential: reexamining the connection between the network topology and essentiality. PLoS Comput Biol. 2008; 4(8):1000140.

    Article  Google Scholar 

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

    Article  Google Scholar 

  31. Brin S, Page L. The anatomy of a large-scale hypertextual web search engine. Comput Netw ISDN Syst. 1998; 30(1-7):107–17.

    Article  Google Scholar 

  32. Chung F. The heat kernel as the pagerank of a graph. Proc Nat Acad Sci. 2007; 104(50):19735–40.

    Article  CAS  Google Scholar 

  33. Kondor RI, Lafferty J. Diffusion kernels on graphs and other discrete input spaces. ICML. 2002; 2:315–22.

    Google Scholar 

  34. Chung F. Laplacians and the cheeger inequality for directed graphs. Ann Comb. 2005; 9(1):1–19.

    Article  Google Scholar 

  35. Vandin F, Upfal E, Raphael BJ. Algorithms for detecting significantly mutated pathways in cancer. J Comput Biol. 2011; 18(3):507–22.

    Article  CAS  Google Scholar 

  36. Bauer F. Normalized graph laplacians for directed graphs. Linear Algebra Appl. 2012; 436(11):4193–222.

    Article  Google Scholar 

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

    Article  CAS  Google Scholar 

  38. Futreal PA, Coin L, Marshall M, Down T, Hubbard T, Wooster R, Rahman N, Stratton MR. A census of human cancer genes. Nat Rev Cancer. 2004; 4(3):177.

    Article  CAS  Google Scholar 

  39. Zhang JD, Wiemann S. Kegggraph: a graph approach to kegg pathway in r and bioconductor. Bioinformatics. 2009; 25(11):1470–1.

    Article  CAS  Google Scholar 

  40. Luo W, Brouwer C. Pathview: an r/bioconductor package for pathway-based data integration and visualization. Bioinformatics. 2013; 29(14):1830–1.

    Article  CAS  Google Scholar 

  41. Koscielny G, Yaikhom G, Iyer V, Meehan TF, Morgan H, Atienza-Herrero J, Blake A, Chen C-K, Easty R, Di Fenza A, et al.The international mouse phenotyping consortium web portal, a unified point of access for knockout mice and related phenotyping data. Nucleic Acids Res. 2013; 42(D1):802–9.

    Article  Google Scholar 

  42. Benjamini Y, Hochberg Y. Controlling the false discovery rate: a practical and powerful approach to multiple testing. J R Stat Soc Ser B Methodol. 1995:289–300.

Download references

Acknowledgements

Not applicable.

Funding

ES was supported by the National Science Foundation under Grant CCF-1652442.

Author information

Authors and Affiliations

Authors

Contributions

PNY contributed to the study design, the conception, data acquisition, analysis, interpretation, writing, drafting, revision, and creation of software. CR contributed to the study design, the conception, interpretation, writing, drafting, and revision. ES contributed to the study design, the conception, analysis, interpretation, and writing. AL interpretation, drafting, and revision. TM supervised the study and contributed to the study design, the conception, analysis, interpretation, writing, revision and drafting. All author(s) read and approved the final manuscript.

Corresponding author

Correspondence to M. Taghi Mostafavi.

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.

Additional information

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 licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article’s Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article’s Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/. 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 in a credit line to the data.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Naderi Yeganeh, P., Richardson, C., Saule, E. et al. Revisiting the use of graph centrality models in biological pathway analysis. BioData Mining 13, 5 (2020). https://doi.org/10.1186/s13040-020-00214-x

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s13040-020-00214-x

Keywords