Skip to main content

Cancer module genes ranking using kernelized score functions

Abstract

Background

Co-expression based Cancer Modules (CMs) are sets of genes that act in concert to carry out specific functions in different cancer types, and are constructed by exploiting gene expression profiles related to specific clinical conditions or expression signatures associated to specific processes altered in cancer. Unfortunately, genes involved in cancer are not always detectable using only expression signatures or co-expressed sets of genes, and in principle other types of functional interactions should be exploited to obtain a comprehensive picture of the molecular mechanisms underlying the onset and progression of cancer.

Results

We propose a novel semi-supervised method to rank genes with respect to CMs using networks constructed from different sources of functional information, not limited to gene expression data. It exploits on the one hand local learning strategies through score functions that extend the guilt-by-association approach, and on the other hand global learning strategies through graph kernels embedded in the score functions, able to take into account the overall topology of the network. The proposed kernelized score functions compare favorably with other state-of-the-art semi-supervised machine learning methods for gene ranking in biological networks and scales well with the number of genes, thus allowing fast processing of very large gene networks.

Conclusions

The modular nature of kernelized score functions provides an algorithmic scheme from which different gene ranking algorithms can be derived, and the results show that using integrated functional networks we can successfully predict CMs defined mainly through expression signatures obtained from gene expression data profiling. A preliminary analysis of top ranked "false positive" genes shows that our approach could be in perspective applied to discover novel genes involved in the onset and progression of tumors related to specific CMs.

Background

Large scale projects aimed at the elucidation of the molecular mechanisms underlying tumors onset and progression play a crucial role to improve clinicians ability to treat cancer [1]. The huge amount of data produced by these research projects yielded to the development of specialized data repositories enabling researchers to mine effectively cancer expression related data like ONCOMINE [2], and to collect and organize information about the gene expression profiles of normal, pre-cancer, and cancer cells as in the case of the Cancer Genome Anatomy Project (CGAP). Cancer specific gene expression data can also be found in the Gene Expression Omnibus (GEO) repository [3]. The availability of this unprecedented volume of data has, on the one hand, the potential to boost the research focused on the elucidation of the molecular basis of cancer and, on the other hand, to accelerate the development of novel cancer therapies.

Even if novel bio-technologies, such as Next Generation Sequencing and epigenetic pattern analysis, have been recently applied to cancer research [4], a fundamental contribution in this research area is still due to the application of gene expression profiling. This technique proved to be effective for the classification of diverse types of tumors [5], for the prediction of patients outcome [6] and the prediction of the response to chemotherapies [7, 8].

By exploiting gene expression profiling, Segal and colleagues constructed a functional module map for cancers to investigate commonalities and variations between different types of tumor [9]. The novelty of their approach lies in the analysis of expression profiles for the identification of sets of genes that act in concert to carry out specific functions in different cancer types, and in the construction of a module map constituted by a collection of the gene sets associated to specific Cancer gene Modules (CMs, hereafter). The rationale behind this approach is that the comparison of molecular profiles can reveal both the existence of specific patterns (represented in this case by the expression profiles) and the biological behavior of distinct tumor types, without the need to integrate other sources of information, such as gene regulatory networks or molecular pathways, known to be relevant for the molecular characterization of cancer.

Despite the identification of Cancer Modules based on a single type of molecular evidence reduces the complexity of the problem, this approach introduces also serious limitations. Indeed the CMs are identified considering only transcriptional signatures, but it is commonly accepted that some of the aberrations leading to cancer onset and driving their progression do not occur at transcription level [10]. A second and more important limitation regards the interpretability of CMs: being derived from transcriptional data only, the functional interpretation of the CMs cannot be easily translated into a wider biological context, since other molecular processes, ranging from post-transcriptional to translational and post-translational events may finely regulate the final product of genes. For instance, gene transcripts must be translated into proteins by the ribosomes and misregulations of this important process can contribute to several diseases, including cancer [1113].

As a consequence, gene expression data alone, even if fundamental to identify CMs, cannot detect genes involved, for instance, in post-transcriptional misregulated processes underlying cancer. To this end we need other sources of data (i.e. protein-protein interactions, metabolomic data and many others) to confirm CMs identified mainly through transcriptional data, and to discover novel genes, not detectable with gene expression profiling, related to the molecular pathology of tumors.

In this contribution we test the hypothesis that the CMs published in [9] can be predicted through network-based algorithms using different sources of functional interaction data, not limited to correlations between expression profiles. To this end we integrated functional interaction networks derived from Reactome and other curated databases, and from uncurated pairwise relationships (e.g. protein-protein and protein domain-domain interactions), from protein complexes and from comparative genomics techniques [14, 15]. Moreover we propose a novel algorithm to rank genes with respect to their potential membership to each specific CM. The different ranking methods proposed in the literature in general exploit local or global learning strategies to properly rank genes/nodes in a biomolecular network [1619]. In this paper we propose a ranking method that combines both local and global learning strategies to exploit both "local" similarities between genes and "global" similarities embedded in the topology of the network. Indeed our proposed kernelized score functions adopt both local learning strategies based on a generalized notion of distance in a universal reproducing kernel Hilbert space, and global learning strategies based on the choice of proper graph kernels to exploit the overall topology of the underlying biological network. Moreover our proposed approach is modular and extensible, in the sense that different variants of both local and global learning strategies can be chosen to design different gene ranking algorithms. Our networks-based algorithms are not only able to recover the CMs by using functional networks resulting from different sources of biomolecular data, but in perspective they could be also applied to discover novel genes involved in the onset and progression of tumors related to specific CMs.

Methods

In this section at first we describe the Cancer gene Modules (CMs) proposed in [9] and the functional interaction networks used in our experiments to rank genes according to their likelihood to belong to specific CMs. Then we propose a fast semi-supervised machine learning method based on kernelized score functions to rank genes with respect to Cancer Modules: the proposed approach adopts both local and global learning strategies able to exploit different notions of functional similarity between genes and the overall functional relationships between genes encoded in the topology of the network. We also briefly summarize two state-of-art semi-supervised machine learning methods for node ranking in biomolecular networks, i.e. the GeneMANIA [18], and the LabProp algorithms [17], and finally we introduce the integration techniques adopted to combine the functional interaction networks.

All the methods described below process an undirected weighted graph G = <V, E >, where V is the set of vertices representing genes and E the set of edges representing functional similarity between pairs of genes. For the sake of simplicity we denote with v V both a vertex of the graph and the corresponding associated gene. W is the corresponding adjacency matrix with elements w ij representing the "strength" of the similarity between vertices v i , v j V, and V C V is a subset of genes belonging to a given Cancer Module.

Cancer gene modules

The CMs [9] were obtained from the Molecular Signatures Database, MSigDB [20] (class: C4 (computational gene sets), set name: CM Cancer Modules). In [9] Segal and colleagues investigated the expression profiles of 14145 genes in 1975 arrays spanning 17 clinical categories represented by several types of tumour. To this end the authors collected 2849 publicly available gene sets and identified the arrays in which each gene set shows an expression signature (coordinated over or under expression) of a consistent part of the genes belonging to the considered gene set. Problems due to consistent overlaps between the signatures associated to different gene sets were solved by clustering the gene sets on the basis of their core signatures. This led to the definition of 456 statistically significant gene sets called modules by the authors (see [9] for further details). In the second step of their analysis the authors used these modules to characterize clinical conditions associated to the arrays, according to the combination of modules that are activated and deactivated. This work has the merit to be among the first that tried to investigate commonalities and variations between different types of tumour in terms of sets of altered functional gene modules.

Functional interactions networks

In this section we describe the functional gene networks used in our tests and the reasons motivating their usage with respect to the prediction of the CMs identified in [9]. We used both protein-protein and domain-domain interaction networks enforced through the predictions of a classifier [14], and functional interaction networks constructed with comparative genomics techniques [15].

Computationally predicted functional protein interaction network

In [14] Wu and colleagues constructed a functional protein interaction network (FI) based on functional interactions predicted by a Naive Bayes classifier (NBC) trained on pairwise relationships extracted from Reactome [21] and other curated pathways databases, and from uncurated pairwise relationships derived from physical protein-protein interactions (PPI) in human and other species, from gene co-expression data, proteins domain-domain interactions, protein interactions obtained via biomedical text mining, and Gene Ontology annotations. The constructed network was then applied to the study of several types of tumors (with a focus on Glioblastoma multiforme).

The rationale behind this approach is that the usage of a classifier able to predict the occurrence of a true functional interaction (which is not directly implied by the observation of a PPI) can be exploited in the construction of a functional interaction network that combines high-coverage unreliable pairwise interactions datasets with low-coverage highly reliable pathway-based functional interactions. This network was used in our experiments because the classifier trained on many and diverse datasets can embed in the predicted functional interaction links not only information derived from human gene co-expression data but also from protein-protein and protein domain-domain interactions.

Comparative genomics based enrichment of functional interaction networks

Similar in spirit to the approach in [14], the functional network construction method presented in [15] by Lee and colleagues integrates diverse lines of evidence in order to produce a functional human gene network (HumanNet) that has then been used in several tests to predict causal genes for human diseases and to increase the power of genome-wide association studies. HumanNet and FI networks include different sources of functional interaction evidences: e.g. protein domain-domain interactions data are not involved in the construction of HumanNet and data about protein complexes are not considered in the construction of the FI network.

The most significant difference between the two networks consists in the inclusion in HumanNet of functional interactions borrowed from other species through comparative genomics techniques: functional interactions have been propagated from yeast, fly and worm to human by means of a comparative genomics approach presented in [22, 23] and previously validated in other species [24, 25].

Score functions based on kernelized similarity measures

Kernelized score functions are based on: a) score functions that generalize the guilt-by-association approach [16, 26] by introducing different functions to quantify the similarity between a gene and its neighbours in a biomolecular network; b) an extended notion of similarity between genes implemented through kernels embedded in the score functions. The approach is modular, in the sense that the score functions are designed for general kernels, and specific kernels can be applied or specifically designed to represent similarities between genes connected in functional networks. The proposed algorithm is fast and scales well with large functional networks. A schematic overview of the proposed procedure is depicted in Figure 1.

Figure 1
figure 1

Overview of the main logical steps of the proposed method. I) Top left: the original graph representing functional interactions between genes. White nodes correspond to labeled examples (genes belonging to a given CM), gray nodes to unlabeled examples. II) Top right: the "augmented" graph obtained by applying a 2-step random walk kernel. Red edges represent the new connections between genes added by the random walk kernel. III) Bottom left: genes scoring. The score function is applied to 4 coloured nodes: the weights of the edges (outlined in boldface) connecting the coloured nodes to the labeled "positive" nodes are added to obtain the scores associated to each coloured node. IV) Bottom right: gene ranking. The coloured nodes are ranked according to the previously computed scores.

More precisely, by this approach we can derive score functions S: V+ based on properly chosen kernel functions, by which we can directly rank vertices according to the values of S(v): the higher the score, the higher the likelihood that a gene belongs to a given Cancer Module. From this standpoint our approach is related to, and can be considered an extension of a method recently proposed in the different context of gene function prediction from synthetic lethality networks [27].

The score functions are built on distance measures defined in a suitable Hilbert space and computed using the usual "kernel trick", by which instead of explicitly computing the inner product < φ (·), φ (·) > in the Hilbert space, with φ: V, we compute the associated kernel function K: V × V+ in the original input space V . Let be D(v, V C ) a suitable distance measure in the Hilbert space between a given vertex/gene v and the set of genes V C belonging to a specific Cancer Module. We chose three different distance measures:

D A V ( v , V C ) = 1 | V C | x V C | | ϕ ( v ) - ϕ ( x ) | | 2
(1)
D N N ( v , V C ) = min x V C | | ϕ ( v ) - ϕ ( x ) | | 2
(2)
D k N N ( v , V C ) = x I k ( v ) | | ϕ ( v ) - ϕ ( x ) | | 2
(3)

where I k (v) in (3) represents the first ranked k vertices x V C according to K(v, x). These distances represent respectively the average, the nearest-neighbors and the k-nearest-neighbors distance in of the vertex v w.r.t. the set of vertices V C . From these distances we can derive three score measures, respectively the Average score, the Nearest Neighbours and the K-Nearest Neighbours scores.

Average score. By developing the square in (1) we obtain:

D A V ( v , V C ) = < ϕ ( v ) , ϕ ( v ) > + 1 | V C | x V C < ϕ ( x ) , ϕ ( x ) > - 2 | V C | x V C < ϕ ( v ) , ϕ ( x ) >
(4)

By recalling that <φ(·), φ(·) >= K(·,·), to obtain a similarity measure we need only to change the sign of (4):

S i m A V ( v , V C ) = - K ( v , v ) + 2 | V C | x V C K ( v , x ) - 1 | V C | x V C K ( x , x )
(5)

By observing that the third term of (5) is equal for all v V , we can obtain the following Average score S AV :

S A V ( v , V C ) = - K ( v , v ) + 2 | V C | x V C K ( v , x )
(6)

Note that if all K(v, v) are equal for all v, we can further simplify (6) by removing its first term.

Nearest-neighbours score. If instead of considering the average distance (1) between a vertex v and V C , we consider the minimum distance between v and V C in the feature space (2), we can derive in a similar way the similarity measure Sim NN :

S i m N N ( v , V C ) = - min x V C [ K ( v , v ) - 2 K ( v , x ) + K ( x , x ) ]
(7)

If K(x, x) is equal for all x V, we can simplify (7), thus achieving the nearest neighbours score S NN :

S N N ( v , V C ) = - min x V C - 2 K ( v , x ) = 2  max  x V C K ( v , x )
(8)

K-nearest-neighbours score. A natural extension of the S NN score can be derived from the k-nearest neighbours distance (3) of a vertex v from the set of nodes V C , thus obtaining the k-nearest neighbours score S kNN :

S k N N ( v , V C ) = 2 x I k ( v ) K ( v , x )
(9)

Any valid kernel K can be applied to compute the above proposed scores, but in the context of Cancer Module gene ranking, we used random walk kernels [28], since they can capture the similarity between genes, taking into account the topology of the overall functional interaction network. Given a symmetric adjacency matrix W of the functional interaction undirected graph G, the one-step random walk kernel is:

K = ( a - 1 ) I + D - 1 2 W D - 1 2
(10)

where K is the Gram matrix associated to the random walk kernel function, whose elements k ij correspond to the values K(v i , v j ) of the kernel function, I is the identity matrix, D is a diagonal matrix with elements d i i = j w i j , and a is a value larger than 1.

In our experiments we applied q-step random walk kernels K q-step = Kq, by varying the number of steps q [28]. In this way we can explicitly evaluate the direct neighbors of each gene (q = 1), but also its undirected neighbors (e.g. q = 2 or q = 3). In other words, by setting q = 2 or q = 3 two vertices are considered similar if they are directly connected or if they are connected through a path including one or two vertices. In principle also longer paths could be considered, but this could introduce too remote similarities between genes, yielding a potential high level of noise in the prediction of Cancer Module genes.

It is worth noting that Vavien, a recently proposed method applied to the gene ranking problem with respect to OMIM diseases using protein-protein interaction networks [29], shares some ideas, but also shows significant differences with our approach. The general setting of the problem is similar, but the realization of the score function is very different: the Vavien algorithm proposes a simple correlation measure between topological profiles and the average profiles of genes known to belong to a specific OMIM class, while we propose different score functions, based on different notions of distance, and the average distance that resembles the Vavien average profile is realized in a more general Hilbert space, and represents only one of the possible distances that can be considered. From this standpoint our approach could be considered a generalization of Vavien: our method is not restricted to the classical correlation measure to model the similarity between genes, but different notions of similarity can be realized through the proper choice of a kernel function: the correlation can be applied by using a correlation kernel [30], but other kernels representing different notions of similarity between genes, (e.g. graph kernels [28] able to capture the overall topology of the network), can be embedded in the score functions to rank genes.

GeneMANIA

GeneMANIA [18] is a variant of the semi-supervised learning algorithm originally proposed by Zhou et al. [31], by which, adopting a "Gaussian smoothing" approach labels associated to the vertices can be propagated to rank the unlabeled vertices of the network. Similarly to the previous method, GeneMANIA finds a score S(v i ) for each vi V , according to their likelihood to belong to a given class V C , by minimizing the following objective function:

S * = arg min  S α i ( s i - s i 0 ) 2 + ( 1 - α ) i j w i j ( s i - s j ) 2
(11)

where S is the vector of the scores associated to the genes, S0 is the initial vector of scores reflecting the a priori knowledge about the investigated genes, s i and s i 0 their ith components, and w ij are the elements of the adjacency matrix W of the graph G connecting the genes. Note that eq. (11) is the convex combination (0 ≤ α ≤ 1) of two terms, where the first one minimizes the error between predicted and a priori known scores, while the second assures the "internal coherence" of the network, by penalizing connected genes (i.e. pairs of genes v i and v j with w ij > 0) having different scores. Equation (11) can be solved in closed form or through efficient iterative algorithms (e.g. error minimization by conjugate gradient techniques). GeneMANIA, originally proposed to predict gene functions, differs from the original Zhou algorithm since it introduces a simple but effective cost-sensitive technique (useful when the number of positive examples is largely lower than the total number examples), and moreover applies a novel weighted integration technique [32] (see "Networks integration" below).

Label propagation (LabelProp)

The Zhu et al. LabelProp (Label Propagation) [17] algorithm minimizes an objective function that resembles the previously described Zhou et al. algorithm:

S * = arg min S i j w i j ( s i - s j ) 2
(12)

Eq. (12) corresponds to the second summation of eq. (11), that assures an "internal coherence" of the computed score (see previous subsection). The coherence w.r.t. the initial score S0 is assured by not allowing any change of the scores s i for the vertices v i V C during the label propagation process, that is the predicted scores s i are set to s i 0 for each v i V C . Also this algorithm can be implemented both in closed form, or through iterative techniques.

Networks integration

To integrate the FI and the HumanNet networks, we summed their corresponding adjacency matrices, previously normalized according to a Laplacian graph normalization, thus assuring the symmetry of the resulting normalized matrix [28]. This method has been applied to integrate the data with all the methods, but with GeneMANIA we also used the SW algorithm, since it has been introduced as part of an enhanced version of GeneMANIA [32]. In brief, SW integrated the networks according to a weighted sum strategy, i.e. through a weighted sum of the corresponding adjacency matrices W(i):

W * = i w i W ( i )
(13)

The weights w i are computed simultaneously for all the considered classes by solving efficiently a single ridge regression problem [32].

Results and discussion

After introducing the general set-up of the experiments, we at first show that our proposed kernelized score functions can successfully rank genes with respect to CMs, using different sources of functional interaction data, i.e. the FI and HumanNet functional networks (see section "Functional interaction networks"), even if CMs are defined mainly in terms of over or underexpressed sets of genes. Then we compare our proposed kernelized score functions with several state-of-the-art network-based gene ranking methods, using both separated FI and HumanNet data and an integrated data set constructed by combining the two functional networks. Finally, we show that our methods could be applied to discover novel genes associated to specific cancer types, by analyzing whether top ranked "false positive" genes for the CM 234 (Bone osteoblastic module) are actually involved in the onset and progression of types of cancer related to CM 234.

Experimental set-up

The genes belonging to the CMs defined in] [9] were filtered in order to ensure the presence of at least one functional interaction in both the FI and HumanNet networks (see Methods): this led to the definition of a final collection of 8499 human genes. We then removed each Cancer Module annotated with less than 20 genes, since our aim consists in assuring reliable predictions and in showing the feasibility of our approach, obtaining a final set of CMs composed of 298 distinct modules.

For each CM we ranked the genes with respect to their likelihood to belong to the core set of genes annotated to the considered module. Performance evaluation was realized following a canonical 5-folds stratified cross-validation (CV) scheme repeated 5 times. Performances were collected in terms of precision at fixed recall levels (ranging from 0.1 to 1.0 at 0.1 steps). We also computed the area under the ROC curve (AUC) for each CM. The results were averaged across the CV folds and the repetitions of the experiment. We finally registered the computational times required by each method for the completion of the entire experiment.

Ranking of genes using multi-source functional interaction networks

We designed a set of experiments to show that CMs are predictable using sources of data not limited to gene expression profiles. More precisely our aim consists in showing that we can rank genes with respect to a specific cancer module using protein-protein or domain-domain interaction data included in the FI network, or by using other functional interaction data obtained through comparative genomics techniques as the ones included in the HumanNet networks (see Methods for more details on these networks). To this end, according to the experimental set-up described in the previous sections, we applied our newly proposed kernelized score functions S NN , S kNN and S AV , using 1, 2 and 3-steps random walk kernels. AUC results presented in Figure 2 show that the proposed methods are able to rank genes with respect to cancer modules using functional interaction networks constructed with different sources of biomolecular data: independently of the score function and the kernel adopted, the AUC values with HumanNet are always significantly larger than 0.5 for most of the 298 CMs. Similar results are obtained also with the FI functional network (data not shown). These results are also confirmed by the precision-recall curves averaged across the 298 CMs (Figure 3 and 4), that show that the kernelized score functions can reasonably learn the cancer modules using FI and HumanNet networks.

Figure 2
figure 2

Ranking of genes using the HumanNet functional interaction network: distribution of AUC results across the 298 Cancer modules. From left to right boxplots refer to 1-step, 2-step and 3-step random walk kernels. Red boxplots correspond to S NN , green to S kNN and blue to S AV kernelized score functions.

Figure 3
figure 3

Functional interactions network ( FI ): precision and recall curves relative to different kernelized score functions using random walk kernels at 1, 2 and 3 steps. precisions, averaged across the 298 Cancer Modules, are computed through 5-fold cross-validation techniques repeated 5 times for different fixed recall levels ranging from 0.1 to 1. S AV stands for Average score, S NN for Nearest-neighbor score and S kNN for k-Nearest-neighbor score.

Figure 4
figure 4

HumanNet network: precision and recall curves relative to different kernelized score functions using random walk kernels at 1, 2 and 3 steps. precisions, averaged across the 298 Cancer Modules, are computed through 5-fold cross-validation techniques repeated 5 times for different fixed recall levels ranging from 0.1 to 1. S AV stands for Average score, S NN for Nearest-neighbor score and S kNN for k-Nearest-neighbor score.

The proper choice of the optimal number of random walk steps for the kernelized score functions is of critical importance in order to obtain good performances. As we can see in Figure 3 and 4, independently of the choice of the kernelized score function and of the considered functional interaction network, the best performance in terms of precisions at fixed recall levels is obtained with 2-steps random walk kernels. AUC results show that 2-steps random walk kernels are the optimal choice also with respect to this metric (Figure 2). We thus decided to use only kernelized score functions based on 2-steps random walk kernel in the subsequent analyses. The choice of the optimal number of neighbours (the k parameter in S kNN ) was tuned by internal cross validation. We repeated the entire experiment (using both the separated and integrated networks) by varying k between 3 and 29. By averaging across classes, we found that optimal average results (both in terms of precision and AUC) are obtained with k = 27. The a parameter of the kernel functions (Section "Score functions based on kernelized similarity measures") has been set to 2 for all the ranking tasks, after a preliminary evaluation of other values. It is worth noting that both the score functions (i.e. the type of score function) and the parameters of random walk kernels (i.e. the number of steps, the a parameter and the number of neighbours for S kNN ) can be tuned e.g. by internal cross validation separately for each CM. This is a computationally intensive approach that could yield to better results, but in principle it could be feasible considering that the proposed kernelized score functions are very fast (see the section "Comparison of the empirical time complexity" below).

The results show that functional similarities encoded in interaction networks are thus useful to rank genes with respect to cancer modules. In particular, direct and indirect neighbours (coded respectively in 1 and 2-steps kernels) are on the average the most informative to correctly rank genes. Indeed 2-steps random walk kernels take into account both direct links and nodes with path length equal to 2 (indirect neighbours) to rank genes. If we include in the score evaluation also nodes with path length equal to 3 on the average we can observe a certain decay in performance. A larger decay is observed with 4-steps random walk kernels (data not shown). These results show that similarities mediated through direct common neighbours (2-steps) are the on the average the most informative to predict CMs. Loose similarities, represented by connections between genes mediated through two or more other genes may add noise to the learning process, thus resulting in reduced performance.

We need meaningful networks constructed with informative functional interactions between genes to correctly rank genes according to CMs. For instance, we hypothesize that simple GO annotations to construct similarity networks between genes are not enough to predict whether a gene may belong to a specific cancer module. To test this hypothesis we evaluated the performances obtained by ranking the genes using directly as input a network based on GO functional annotations shared between genes. Using S AV with a 2 steps random walk kernel we obtained an average precision close to 0:04 at recall 0.1, and this value decreases from recall 0:1 to 1:0 (data not shown). The poor performance obtained with networks constructed from GO annotations were also confirmed by AUC results, very close to 0.5, indicating, in practice, absence of learning. These results are consistent with the process of definition of the CMs, since even if many of them are composed of subsets of one or more gene sets corresponding to functional classes as encoded by GO or other functional annotations repositories, CM design policies require that all the members of the signatures constituting the core of a CM must be up or down regulated [9].

Comparison of kernelized score functions with other gene ranking methods

We compared our proposed kernelized score functions S AV (Average score), S NN (Nearest neighbors score) and S kNN (k-Nearest neighbors score) (see "Methods") with other semi-supervised machine learning methods for gene ranking in biomolecular networks: GeneMANIA [18, 32], the semi-supervised network-based method proposed by Zhou and others [33] (closely related to GeneMANIA), and the label propagation method (LabelProp), proposed in [17] (see "Methods"). Results are presented separately for the three functional interaction networks (FI network, HumanNet network and the integrated network).

Results using FI and HumanNet networks

Figure 5 (FI network) and Figure 6 (HumanNet network) show the compared results obtained by the different methods.

Figure 5
figure 5

FI network: comparison of precision and recall curves between our proposed kernelized score functions and other machine learning methods for gene ranking. precisions, averaged across the 298 Cancer Modules, are computed through 5-fold cross-validation techniques repeated 5 times for different fixed recall levels ranging from 0.1 to 1. S AV (Average score), S NN (Nearest-neighbor score) and S kNN (k-Nearest-neighbor score) represent kernelized score functions. The parameter k of S kNN is set to 27. Zhou is the algorithm based on Gaussian Random Fields proposed in [31] and GeneMANIA its variant, while LabelProp is the Label Propagation algorithm proposed in [17].

Figure 6
figure 6

HumanNet network: comparison of precision and recall curves between our proposed kernelized score functions and other machine learning methods for gene ranking. precisions, averaged across the 298 Cancer Modules, are computed through 5-fold cross-validation techniques repeated 5 times for different fixed recall levels ranging from 0.1 to 1. S AV (Average score), S NN (Nearest-neighbor score) and S kNN (k-Nearest-neighbor score) represent kernelized score functions. The parameter k of S kNN is set to 27. Zhou is the algorithm based on Gaussian Random Fields proposed in [31] and GeneMANIA its variant, while LabelProp is the Label Propagation algorithm proposed in [17].

When using the functional relationships encoded in the FI network (Figure 5), GeneMANIA performs slightly better than all the other compared methods, with the exception of precisions from 0.2 to 0.4 recall levels, where results are very close to those obtained by S AV and S kNN . The Zhou method (of which GeneMANIA can be considered an enhanced version) performs worse than GeneMANIA, S AV and S kNN in terms of precision, but better than S NN . The worst performance in terms of precision was obtained by LabelProp. All the precision curves share the same trend (monotonically decreasing) with the exception of the curve of LabelProp which shows a maximum at recall 0.5.

When using the relationships encoded in the HumanNet network (Figure 6), the best precisions at recall ranging from 0.1 to 0.6 were obtained by S AV and S kNN while the best precision in the 0.8 to 1.0 recall range are obtained by GeneMANIA. The precisions of S AV , S kNN and GeneMANIA are constantly above the ones of the other methods. Also with this dataset LabelProp confirmed its poor performance: the main reasons of these results depend on both the nature of this algorithm and the characteristics of the functional interaction networks. Indeed LabelProp propagates the initial labeling to all the network by performing multiple iterations of the label propagation before to converge to a stable solution. In this way the algorithm explores also nodes very far from the core of the initial positive nodes, and genes are considered similar even when paths connecting them are relatively long; as a consequence, two genes become "similar" when their functional similarities are relatively loose, thus introducing noise in the transductive process of gene ranking with respect to the CMs.

Results using the integrated functional interaction network

The FI and HumanNet networks contain complementary information (see "Functional interaction networks"). We thus produced an integrated network simply by summing their adjacency matrices and we repeated our ranking experiments. Compared precision performances are depicted in Figure 7, while the averaged AUCs obtained by each method in the ranking tasks performed using the three functional networks are reported in Figure 8.

Figure 7
figure 7

Integrated network obtained by combining FI and HumanNet networks: comparison of precision and recall curves between our proposed kernelized score functions and other machine learning methods for gene ranking. precisions, averaged across the 298 Cancer Modules, are computed through 5-fold cross-validation techniques repeated 5 times for different fixed recall levels ranging from 0.1 to 1. S AV (Average score), S NN (Nearest-neighbor score) and S kNN (k-Nearest-neighbor score) represent kernelized score functions. The parameter k of S kNN is set to 27. Zhou is the algorithm based on Gaussian Random Fields proposed in [31] and GeneMANIA its variant, while LabelProp is the Label Propagation algorithm proposed in [17].

Figure 8
figure 8

Comparison of the AUCs (Area Under the Curve) between our proposed kernelized score functions and othe machine learning methods for gene ranking, using FI , HumanNet and integrated networks. AUCs are averaged across all the modules and estimated through 5-fold cross-validation repeated 5 times. S AV (Average score), S NN (Nearest-neighbor score) and S kNN (k-Nearest-neighbor score) represent kernelized score functions. The parameter k of S kNN is set to 27. Zhou is the algorithm based on Gaussian Random Fields proposed in [31] and GeneMANIA its variant, while LabelProp is the Label Propagation algorithm proposed in [17].

The best performing methods at low recall levels are S AV and S kNN , indicating that in the investigated ranking tasks they are the choice of election when relatively high precisions are required by the application domain (Figure 7). When we use the integrated network, the precisions of S AV and S kNN lie above (or are equals to) the ones obtained by GeneMANIA from 0:1 to 0:8 recall values and are slightly worse at recall 0.9 and 1. In terms of precision at low recall levels S AV outperforms S kNN : this holds until recall 0.7. It is worth noting that in this context precision at relatively low recall level is more significant, since to assess by wet-based experiments whether top ranked "false positive" genes are associated to a specific tumor, we would like to know in advance that positive predictions are actually positive (high precision), since usually wet-based experiments can be expensive in terms of costs and time. Moreover at very high recall level the precision is too low to be useful in practice (Figure 7).

According to the expectation that the information encoded by the FI and HumanNet networks are, at least in part, not overlapping, the ranking performances obtained with the integrated network are better than those obtained using either of the two component functional networks for S AV and S kNN . It should be noticed that with GeneMANIA we performed also a weighted combination, according to the procedures described in [32] (see Methods), but the results are statistically indistinguishable from that obtained with the simpler unweighted integration, and have been not reported in Figure 7 and 8. Indeed, the weights assigned to FI and HumanNet are approximately equal, and the resulting integrated network is very close to that obtained through the unweighted sum.

Figure 8 shows that for all but one (LabelProp) evaluated methods, AUC, averaged across repetitions of the experiments and all the CMs, increased after the integration of the functional interaction networks. In terms of average AUC, the best performing methods are LabelProp when we rank the genes using the FI network, and S AV and S kNN with HumanNet and the integrated network. With respect to the AUC, S kNN obtained, on the average, results better than the ones obtained by S AV in the test involving HumanNet and the integrated network. To better evaluate if the observed differences in terms of AUCs are significant, we performed a Wilcoxon signed ranks sum test by comparing the per CM AUCs averaged across the CV folds and the repetitions using the integrated network. This confirmed that S AV performs better than GeneMANIA (p-value: 5.864× 10-6), S kNN performs better than both GeneMANIA (p-value: 1.162 × 10-7) and than S AV (p-value: 1.332 × 10-6).

To assess the potential impact of the cardinality of the CMs on the performance of the compared methods, we analyzed the precision at 0.2 recall and the AUC for CMs grouped by cardinality (Table 1). Kernelized score functions achieve the best results among the compared methods for the groups (20-100) and (101-200), that is the groups including the CMs with a low or a relatively low number of genes, independently of the considered performance measure. Moreover our proposed method obtains the best AUC also for the group (201-300). On the contrary GeneMANIA achieves the best results for the group including CMs with the largest number of genes, but note that S kNN achieves comparable results also in the "301 and more" group of CMs. Among the four cardinality groups the first one (20 to 100 positives) accounts for about 70% of the 298 CMs involved in our experimental setting, while each of the remaining cardinality groups covers about 10% of the 298 CMs.

Table 1 Compared average performances grouped by cardinality of CMs.

Summarizing, results with integrated functional interaction networks show that the combined local and global learning strategies embedded in kernelized score functions lead to significantly better results that those achieved by other compared methods. Moreover a fine tuning of the choice of the score functions and of the kernel parameters for each CM could yield to even better results.

Comparison of the empirical time complexity

Table 2 reports the time required by each of the compared methods for the realization of the entire experiment (5-folds CV repeated 5 times for all the 298 CMs, including pre-processing and normalization of networked data), using an Intel i7-860 2.80 GHz processor with 8 Gb of RAM. Our proposed methods are from ten to several thousands times faster than the other compared methods.

Table 2 Time requirements of the compared methods.

The proposed approach is very fast, since no model learning is required, but only a computation of scores based on kernelized distances: once the kernel matrix has been computed, the score computation has a complexity O ( | V | | V C | ) , that is approximately linear when the number of "positive" nodes is largely lower than the overall number of vertices. In our experiments the number of genes in Cancer Modules is between 20 and about 600, while the number of the overall genes is larger than 8000. Hence, in this setting our algorithm is approximately linear with respect to the number of genes.

A preliminary application to the discovery of novel genes involved in the onset and progression of cancer

Since genes associated to CMs are detectable using also data different from simple expression, we hypothesize that mining more general functional interaction networks we could extract genes that are functionally related to CMs, but whose functional interactions are lost during the construction of the expression signature. If this hypothesis is true, we expect that the top "false positive" ranked genes associated to a given CM are on the one hand functionally coherent, that is involved in the same set (or, at least, in a restricted set) of biological processes, and on the other hand pathologically coherent (that is, involved in types of cancers where the CM is activated or repressed). A thorough analysis of these topics is beyond the scope of this paper, and would require a specific study left for future research. Nevertheless in this section we present a preliminary test restricted to the CM 234 (Bone osteoblastic module) to show the potentialities of this approach. This choice is motivated by the fact that this CM is the only one described with a certain detail in the work of Segal and colleagues [9] with more than 19 genes, and thus is present in our experiments (we filtered out all the CMs with less than 20 genes - see subsection "Experimental set-up").

Evaluation of the functional coherence of the CM 234 gene ranking

The performance obtained by the compared methods in the prediction of CM 234 genes are reported in Table 3. According to the ranking obtained with S kNN , k = 27 (a very similar ranking has been obtained with S AV ), we found that the first gene annotated in CM 234, (the bone morphogenetic protein 7, BMP7) ranked only tenth. The 9 top ranked "false positive" genes are: NPR2, COL6A3, DLX6, COL1A2, NPPB, BMP6, COL3A1, DLX2 and COL6A1, ranked in this order. To evaluate the functional coherence of this set of genes, we applied a functional profiling test of this list of 9 genes using gProfiler [34, 35]. Results revealed that some of the genes in this list are associated with the GO biological process (BP) term GO:0001501, skeletal system development (p-value: 1.34× 10-9), consistently to one of the gene sets, skeletal development, initially involved in the definition of CM 234. We also found a significant functional association with the GO cellular component (CC) terms GO:0005578, proteinaceous extracellular matrix (p-value: 1.13 × 10-5) and GO:0030934, anchoring collagen (p-value: 6.95 × 10-6). Moreover, a closer look at the members of the gene sets involved in the construction of CM 234 (see [36]) revealed that the bone morphogenetic protein 6 (BMP6) was present in the skeletal development gene set used in the construction of CM 234 but was not included in the final CM. These observations confirmed the functional coherence of these top-ranked genes, supporting the hypothesis that the proposed method is able to discover genes that are involved in the same biological processes represented by the considered expression signatures.

Table 3 Performance of the compared methods for the prediction of CM 234.

Evaluation of the pathological coherence of the CM 234 gene ranking

CM 234 is composed of genes involved in the proliferation and differentiation of bone-building cells [9]. The genes included in this module were found to be induced in arrays obtained from breast cancer, hepatocellular carcinoma (HCC) and nontumor hepatitis-infected liver samples [9]. Genes in this CM were also found to be repressed in subsets of HCC, in a subset of acute lymphoblastic leukemia (ALL), and in a subset of lung cancer samples.

Details about the performance of the compared methods with respect to CM 234 are presented in Table 3. This table shows the average precision at 0.2 and 0.4 recall, and the average AUC of the methods. In terms of precision at both 0.2 and 0.4 recall the kernelized score function achieve the best results, while in terms of average AUC GeneMANIA obtains slightly better results than the other methods.

To test the pathological coherence of the list of the 9 top ranked "false positive" genes found by S kNN (see the previous subsection), we mined the literature searching for evidences suggesting that those genes are involved in liver, breast, lung cancer or ALL. The equivalence of gene names or symbols was assessed using the information available for each gene in the Human Gene Compendium [37]. COL6A3 was recently found to be overexpressed in a study aimed at the investigation of extracellular matrix dynamics in Hepatocarcinogenesis in two mouse models [38], supporting the usefulness of data derived from more than one species in the investigated ranking tasks. The DLX gene family encodes for homeobox transcription factors involved in the control of morphogenesis and tissue homeostasis. A recent work [39] reported evidences that DLX6 is activated during metastasis formation in a breast cancer cell line. An insertion/deletion polymorphism in the 3' untranslated region of type I collagen a2 (COL1A2) was recently associated with susceptibility for HCC in a Chinese population in [40]. In a recent work [41] the authors described a molecular mechanism by which BMP6 suppresses breast cancer metastasis. Another recent work [42] reported that CpG islands in the homeobox DXL2 gene are significantly more methylated in a subtype (Luminal A) of breast tumors. A quantitative analysis focused on the study of the lung cancer cell secretome revealed that COL6A1 is a metastasis-associated protein [43].

The 9 top ranked "false positive" genes predicted by the Zhou method are NPPB, NPPC, NPPA, COL6A3, FN1, COL3A1, NPR2, COL1A2 and FURIN (ranked in this order). The COL6A3, COL3A1, COL1A2 and NPR2 genes are also present in the top ranked prediction of our proposed method. The natriuretic peptide precursor B (NPPB) has been recently investigated as potential biomarker in lung cancer [44]. The C-natriuretic peptide NPPC can significantly decrease the number of small-cell lung cancer cells as demonstrated in [45]. It was not possible to found supporting literature for the association of NPPA with the tumor types in which CM234 was found to be activated or deactivated by Segal and colleagues. In [46] FN1 was sought to be of prognostic value using a univariate analysis of gene expression. FN1 was also bound to be a potential biomarker for hepatocellular carcinomas in [47]. FURIN is involved in the modulation of the activity of the membrane type-1 matrix metalloproteinase (MT1-MMP), an enzyme for which a protumorigenic action has been recently observed [48] in breast cancer cells.

The 9 top ranked "false positive" genes predicted by GeneMANIA are SFTPC, NPPB, CHRDL2, NPPC, NPPA, DLX6, GALNT3, GLRB and DLX1 (ranked in this order). Of these genes three (NPPA, NPPB and NPPC) are also present in the list of top ranked false positives predicted by the Zhou method while the DLX6 gene was also predicted as top ranked false positive by our proposed method. Quite interestingly kernelized score functions predicted as top ranked false positives two members of the DLX genes family (DLX2 and DLX6), while GeneMANIA predicted as false positive another member of the family (DLX1). Among the false positives predicted only by GeneMANIA, we observe that GALNT3 is a target of the ERBB2 oncogene in breast cancer [49].

The 9 top ranked "false positive: genes predicted by the LabelProp method are GRB2, ACTB, PRKACA, SP1, MAPK1, HSP90AA1, HSPA8, MAPK14 and SRC (ranked in this order). In this case we found a less strict evidence of association with the tumor types related to CM 234. Moreover there is no overlap with "false positive" top ranked genes of the other methods. This is not surprising since this method behaves poorly with respect to both precision at fixed recall and AUC (Table 3).

Summarizing, three of the considered methods (kernelized score functions, GeneMANIA and Zhou) are able to detect novel genes associated to cancer types related to CM 234, but not included yet in CM 234 itself. These results show that by exploiting functional interaction data not limited to gene expression data, our proposed kernelized score functions and other state-of-the-art gene ranking network-based methods could be in perspective applied to discover novel genes involved in different cancer types related to specific CMs, thus mitigating a serious problem affecting expression signature based approaches: the difficulty in placing these signatures in a wider biological context.

Conclusions

In this paper we applied state-of-the-art semi-supervised machine learning methods to rank genes according to their likelihood to belong to specific CMs, using gene networks constructed from several sources of functional interaction data, such as Reactome and other curated pathways databases, physical protein-protein interactions, proteins domain-domain interactions, protein interactions obtained via biomedical text mining and Gene Ontology annotations, and functional interactions derived from yeast, fly and worm by means of a comparative genomics approach.

Results show that using these integrated networks we can successfully predict CMs defined mainly with expression signatures obtained from gene expression data profiling. In particular the integration of FI and HumanNet networks leads to the best results, independently of the method applied.

Our proposed kernelized score functions compare favorably to state-of-the-art semi-supervised machine learning methods, both in terms of average AUC and precision at a fixed recall, at least for recall levels lower than 0.7, where a meaningful precision can be achieved in this difficult gene ranking task.

The substantial linearity of the proposed score functions (that holds when the number of "positive" genes is largely lower than the overall number of genes) assures the scalability and applicability of the method to very large gene networks, as shown also by its empirical computational time, significantly lower with respect to the other compared methods.

Moreover, the analysis of the ranking results obtained for the "Bone osteoblastic module" (CM 234), shows that our approach is able to detect genes involved in several types of cancer related to the same Cancer Module, but not necessarily included in the Cancer Module itself. These results show the potentiality of our proposed methods for the discovery of novel genes involved in the onset and progression of tumors related to CMs, and a full genome study, extended to all CMs, is left for future research.

Another possible research line could be the study of learning strategies able to explicitly take into account the similarities between different CMs. Indeed learning a CM could be useful to better learn other related CMs and some kind of knowledge transfer [29] or also multi-task learning strategies could be explored in this context.

References

  1. Stratton M, Campbell P, Futreal P: The cancer genome. Nature. 2009, 458: 719-724. 10.1038/nature07943.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  2. Rhodes D, Yu J, Shanker K, Deshpande N, Varambally R, Ghosh D, Barrette T, Pandey A, Chinnaiyan A: ONCOMINE: a cancer microarray database and integrated data-mining platform. Neoplasia. 2004, 6: 1-6.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  3. Barrett T, Troup D, Wilhite S, Ledoux P, Evangelista C, Kim I, Tomashevsky M, Marshall K, Phillippy K, Pea S: NCBI GEO: archive for functional genomics data sets--10 years on. Nucleic Acids Res. 2011, 39: D1005-D1010. 10.1093/nar/gkq1184.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  4. Shah S, Morin R, Khattra J, Prentice L, Pugh T, Burleigh A, Delaney A, Gelmon K, Guliany R, Senz J, Steidl C, Holt R, Jones S, Sun M, Leung G, Moore R, Severson T, Taylor G, Teschendorff A, Tse K, Turashvili G, Varhol R, Warren R, Watson P, Zhao Y, Caldas C, Huntsman D, Hirst M, Marra M, Aparicio S: Mutational evolution in a lobular breast tumour profiled at single nucleotide resolution. Nature. 2009, 461: 809-813. 10.1038/nature08489.

    Article  CAS  PubMed  Google Scholar 

  5. Alizadeh A, Eisen M, Davis R, Ma C, Lossos I, Rosenwald A, Boldrick J, Sabet H, Tran T, Yu X, Powell J, Yang L, Marti G, Moore T, Hudson J, Lu L, Lewis D, Tibshirani R, Sherlock G, Chan W, Greiner T, Weisenburger D, Armitage J, Warnke R, Levy R, Wilson W, Grever M, Byrd J, Botstein D, Brown P, Staudt L: Distinct types of diffuse large B-cell lymphoma identified by gene expression profiling. Nature. 2000, 403: 503-511. 10.1038/35000501.

    Article  CAS  PubMed  Google Scholar 

  6. van't Veer L: Gene expression profiling predicts clinical outcome of breast cancer. Nature. 2002, 415 (31): 530-536.

    Article  Google Scholar 

  7. Villanueva A, Toffanin S, Llovet J: Linking molecular classification of hepatocellular carcinoma and personalized medicine: preliminary steps. Curr Opin Oncol. 2008, 20: 444-453. 10.1097/CCO.0b013e328302c9e9.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  8. Straver M, Glas A, Hannemann J, Wesseling J, van de Vijver M, Rutgers E, Vrancken Peeters M, van Tinteren H, Van't L, Rodenhuis S: The 70-gene signature as a response predictor for neoadjuvant chemotherapy in breast cancer. Breast Cancer Res Treat. 2010, 119: 551-558. 10.1007/s10549-009-0333-1.

    Article  PubMed  Google Scholar 

  9. Segal E, Friedman N, Koller D, Regev A: A module map showing conditional activity of expression modules in cancer. Nat Genet. 2004, 36: 1090-1098. 10.1038/ng1434.

    Article  CAS  PubMed  Google Scholar 

  10. Spence J, Duggan B, Eckhdart C, McClelland M, Mercola D: Messenger RNAs under Differential Translational Control in Ki-ras-Transformed Cells. Mol Cancer Res. 2006, 4: 47-60. 10.1158/1541-7786.MCR-04-0187.

    Article  CAS  PubMed  Google Scholar 

  11. Calkhoven C, Muller C, Leutz A: Translational control of gene expression and disease. Trends Mol Med. 2002, 8: 577-583. 10.1016/S1471-4914(02)02424-3.

    Article  CAS  PubMed  Google Scholar 

  12. Ruggero D, Pandolfi P: Does the ribosome translate cancer?. Nat Rev Cancer. 2003, 3: 179-192. 10.1038/nrc1015.

    Article  CAS  PubMed  Google Scholar 

  13. Scheper G, van der Knaap M, Proud C: Translation matters: protein synthesis defects in inherited disease. Nature Rev Genet. 2007, 8: 711-723. 10.1038/nrg2142.

    Article  CAS  PubMed  Google Scholar 

  14. Wu G, Feng X, Stein L: A human functional protein interaction network and its application to cancer data analysis. Genome Biology. 2010, 11: R53-10.1186/gb-2010-11-5-r53.

    Article  PubMed Central  PubMed  Google Scholar 

  15. Lee I, Blom U, Wang P, Shim J, Marcotte E: Prioritizing candidate disease genes by network-based boosting of genome-wide association data. Genome Res. 2011, 21: 1109-1121. 10.1101/gr.118992.110.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  16. Oliver S: Guilt-by-association goes global. Nature. 2000, 403: 601-603. 10.1038/35001165.

    Article  CAS  PubMed  Google Scholar 

  17. Zhu X, Ghahramani Z, Lafferty J: Semi-Supervised Learning Using Gaussian Fields and Harmonic Functions. Proc of the Twentieth International Conference on Machine Learning, Washington DC. 2003, 912-919.

    Google Scholar 

  18. Mostafavi S, Ray D, Warde-Farley D, Grouios C, Morris Q: GeneMANIA: a real-time multiple association network integration algorithm for predicting gene function. Genome Biology. 2008, 9 (Suppl 1): S4-10.1186/gb-2008-9-s1-s4.

    Article  PubMed Central  PubMed  Google Scholar 

  19. Mitrofanova A, Pavlovic V, Mishra B: Prediction of Protein Functions with Gene Ontology and Interspecies Protein Homology Data. IEEE/ACM Transactions on Computational Biology and Bioinformatics. 2011, 8 (3): 775-784.

    Article  PubMed  Google Scholar 

  20. Subramanian A: Gene set enrichment analysis: A knowledge-based approach for interpreting genome-wide expression profiles. PNAS. 2005, 102 (43): 15545-15550. 10.1073/pnas.0506580102.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  21. Vastrik I, D'Eustachio P, Schmidt E, Gopinath G, Croft D, de Bono B, Gillespie M, Jassal B, Lewis S, Matthews L, Wu G, Birney E, Stein L: Reactome: a knowledge base of biologic pathways and processes. Genome Biol. 2007, 8: R39-10.1186/gb-2007-8-3-r39.

    Article  PubMed Central  PubMed  Google Scholar 

  22. Lee I, Date S, Adai A, Marcotte E: A probabilistic functional network of yeast genes. Science. 2004, 306: 1555-1558. 10.1126/science.1099511.

    Article  CAS  PubMed  Google Scholar 

  23. Lee I, Li Z, Marcotte E: An Improved, Bias-Reduced Probabilistic Functional Gene Network of Baker's Yeast, Saccharomyces cerevisiae. PLoS ONE. 2007, 2: e988-10.1371/journal.pone.0000988.

    Article  PubMed Central  PubMed  Google Scholar 

  24. Lee I, Lehner B, Crombie C, Wong W, Fraser A, Marcotte E: A single gene network accurately predicts phenotypic effects of gene perturbation in Caenorhabditis elegans. Nat Genet. 2008, 40: 181-188. 10.1038/ng.2007.70.

    Article  CAS  PubMed  Google Scholar 

  25. Lee I, Lehner B, Vavouri T, Shin J, Fraser A, Marcotte E: Predicting genetic modifier loci using functional gene networks. Genome Res. 2010, 20: 1143-1153. 10.1101/gr.102749.109.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  26. McDermott J, Bumgarner R, Samudrala R: Functional annotation from predicted protein interaction networks. Bioinformatics. 2005, 21 (15): 3217-3226. 10.1093/bioinformatics/bti514.

    Article  CAS  PubMed  Google Scholar 

  27. Lippert C, Ghahramani Z, Borgwardt K: Gene function prediction from synthetic leathality networks via ranking on demand. Bioinformatics. 2010, 26 (7): 912-918. 10.1093/bioinformatics/btq053.

    Article  CAS  PubMed  Google Scholar 

  28. Smola A, Kondor I: Kernel and regularization on graphs. Proc of the Annual Conf on Computational Learning Theory, Lecture Notes in Computer Science. Edited by: Scholkopf B, Warmuth M. 2003, Springer, 144-158.

    Google Scholar 

  29. Erten S, Bebek G, Koyuturk M: Vavien: an algorithm for prioritizing candidate disease genes based on topological similarity of proteins in interaction networks. J Comput Biol. 2011, 18 (11): 1561-1574. 10.1089/cmb.2011.0154.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  30. Papageorgiou C, Girosi F, Poggio T: Sparse Correlation Kernel Analysis and Reconstruction. Tech Rep AI Memo n.1635, M.I.T. - Center for Biological and Computational Learning, Dept of Brain and Cognitive Sciences, Boston, Massachusetts, USA. 1999

    Google Scholar 

  31. Zhou D, Bousquet O, Lal T, Weston J, Scholkopf B: Learning with Local and Global Consistency. Advances in Neural Information Processing Systems. 2004, Cambridge, MA: MIT Press, 16: 321-328.

    Google Scholar 

  32. Mostafavi S, Morris Q: Fast integration of heterogeneous data sources for predicting gene function with limited annotation. Bioinformatics. 2010, 26 (14): 1759-1765. 10.1093/bioinformatics/btq262.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  33. Zhou D, Weston J, Gretton A, Bousquet O, Scholkopf B: Ranking on data manifolds. Advances in Neural Information Processing Systems. 2004, Cambridge, MA: MIT Press, 16:

    Google Scholar 

  34. Reimand J, Kull M, Peterson H, J Hansen J, Vilo J: g:Profiler - a web-based toolset for functional profiling of gene lists from large-scale experiments. NAR. 2007, 35: W193-W200. 10.1093/nar/gkm226.

    Article  PubMed Central  PubMed  Google Scholar 

  35. gProfiler. [http://biit.cs.ut.ee/gprofiler/]

  36. Cancer Module 234. [http://robotics.stanford.edu/~erans/cancer/modules/module_234.html]

  37. The Human Gene Compendium. [http://www.genecards.org]

  38. Lai K, Shang S, Lohia N, Booth G, Masse D, Fausto N, Campbell J, Beretta L: Extracellular Matrix Dynamics in Hepatocarcinogenesis: a Comparative Proteomics Study of PDGFC Transgenic and Pten Null Mouse Models. PLoS Genet. 2011, 7: e1002147-10.1371/journal.pgen.1002147.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  39. Morini M, Astigiano S, Gitton Y, Emionite L, Mirisola V, Levi G, Barbieri O: Mutually exclusive expression of DLX2 and DLX5/6 is associated with the metastatic potential of the human breast cancer cell line MDA-MB-231. BMC Cancer. 2010, 10: 649-10.1186/1471-2407-10-649.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  40. Zhu Z, Jiang Y, Chen S, Jia S, Gao X, Dong D, Gao Y: An insertion/deletion polymorphism in the 3' untranslated region of type I collagen a2 (COL1A2) is associated with susceptibility for hepatocellular carcinoma in a Chinese population. Cancer Genet. 2011, 204: 265-9. 10.1016/j.cancergen.2011.03.007.

    Article  CAS  PubMed  Google Scholar 

  41. Wang C, Hu F, Guo S, Mi D, Shen W, Zhang J, Qiao Y, Zhu T, Yang S: BMP-6 inhibits MMP-9 expression by regulating heme oxygenase-1 in MCF-7 breast cancer cells. J Cancer Res Clin Oncol. 2011, 137: 985-95. 10.1007/s00432-010-0963-z.

    Article  CAS  PubMed  Google Scholar 

  42. Sea Kamalakaran: DNA methylation patterns in luminal breast cancers differ from non-luminal subtypes and can identify relapse risk independent of other clinical variables. Mol Oncol. 2011, 5: 77-92. 10.1016/j.molonc.2010.11.002.

    Article  Google Scholar 

  43. Chiu K, Chang Y, Wu Y, Lee S, Liao P: Quantitative secretome analysis reveals that COL6A1 is a metastasis-associated protein using stacking gel-aided purification combined with iTRAQ labeling. J Proteome Res. 2011, 10: 1110-25. 10.1021/pr1008724.

    Article  CAS  PubMed  Google Scholar 

  44. Aujollet N, Meyer M, Cailliod R, Combier F, Coignet Y, Campard S, Facy O, Bernard A, Girard C: High N-terminal pro-B-type natriuretic peptide: a biomarker of lung cancer?. Clin Lung Cancer. 2010, 11 (5): 341-345. 10.3816/CLC.2010.n.043.

    Article  CAS  PubMed  Google Scholar 

  45. Vesely B, Song S, Sanchez-Ramos J, Fitz S, Alli A, Solivan S, Gower W, Vesely D: Five cardiac hormones decrease the number of human small-cell lung cancer cells. Eur J Clin Invest. 2005, 35 (6): 388-398. 10.1111/j.1365-2362.2005.01501.x.

    Article  CAS  PubMed  Google Scholar 

  46. Skrzypski M, Jassem E, Taron M, Sanchez J, Mendez P, Rzyman W, Gulida G, Raz D, Jablons D, Provencio M, Massuti B, Chaib I, Perez-Roca L, Jassem J, Rosell R: Three-gene expression signature predicts survival in early-stage squamous cell carcinoma of the lung. Clin Cancer Res. 2008, 14 (15): 4794-4799. 10.1158/1078-0432.CCR-08-0576.

    Article  CAS  PubMed  Google Scholar 

  47. Yoon S, Kim J, Oh J, Jeon Y, Lee D, Kim J, Choi J, Ahn B, Kim S, Yoo H, Kim Y, Kim N: Gene expression profiling of human HBV- and/or HCV-associated hepatocellular carcinoma cells using expressed sequence tags. Int J Oncol. 2006, 29 (2): 315-327.

    PubMed  Google Scholar 

  48. Golubkov V, Chernov A, Strongin A: Intradomain cleavage of inhibitory prodomain is essential to protumorigenic function of membrane type-1 matrix metalloproteinase (MT1-MMP) in vivo. J Biol Chem. 2011, 286 (39): 34215-34223. 10.1074/jbc.M111.264036.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  49. Carraro D, Ferreira E, de Campos Molina G, Puga R, Abrantes E, Trape A, Eckhardt B, Nunes D, Brentani M, Arap W, Pasqualini R, Brentani H, Dias-Neto E, Brentani R: Poly (A)+ transcriptome assessment of ERBB2-induced alterations in breast cell lines. PLoS One. 2011, 6: e21022-10.1371/journal.pone.0021022.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

Download references

Acknowledgements

The authors thank the reviewers and the editors for their thorough comments and suggestions. The authors gratefully acknowledge partial support by the PASCAL2 Network of Excellence under EC grant no. 216886. This publication only reflects the authors' views.

This article has been published as part of BMC Bioinformatics Volume 13 Supplement 14, 2012: Selected articles from Research from the Eleventh International Workshop on Network Tools and Applications in Biology (NETTAB 2011). The full contents of the supplement are available online at http://www.biomedcentral.com/bmcbioinformatics/supplements/13/S14

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Giorgio Valentini.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors' contributions

Authors equally contributed to this work.

Rights and permissions

This article is published under license to BioMed Central Ltd. This is an open access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Cite this article

Re, M., Valentini, G. Cancer module genes ranking using kernelized score functions. BMC Bioinformatics 13 (Suppl 14), S3 (2012). https://doi.org/10.1186/1471-2105-13-S14-S3

Download citation

  • Published:

  • DOI: https://doi.org/10.1186/1471-2105-13-S14-S3

Keywords