Skip to main content
Advertisement
  • Loading metrics

LOTUS: A single- and multitask machine learning algorithm for the prediction of cancer driver genes

Abstract

Cancer driver genes, i.e., oncogenes and tumor suppressor genes, are involved in the acquisition of important functions in tumors, providing a selective growth advantage, allowing uncontrolled proliferation and avoiding apoptosis. It is therefore important to identify these driver genes, both for the fundamental understanding of cancer and to help finding new therapeutic targets or biomarkers. Although the most frequently mutated driver genes have been identified, it is believed that many more remain to be discovered, particularly for driver genes specific to some cancer types. In this paper, we propose a new computational method called LOTUS to predict new driver genes. LOTUS is a machine-learning based approach which allows to integrate various types of data in a versatile manner, including information about gene mutations and protein-protein interactions. In addition, LOTUS can predict cancer driver genes in a pan-cancer setting as well as for specific cancer types, using a multitask learning strategy to share information across cancer types. We empirically show that LOTUS outperforms five other state-of-the-art driver gene prediction methods, both in terms of intrinsic consistency and prediction accuracy, and provide predictions of new cancer genes across many cancer types.

Author summary

Cancer development is driven by mutations and dysfunction of important, so-called cancer driver genes, that could be targeted by specific therapies. While a number of such cancer genes have already been identified, it is believed that many more remain to be discovered. To help prioritize experimental investigations of candidate genes, several computational methods have been proposed to rank promising candidates based on their mutations in large cohorts of cancer cases, or on their interactions with known driver genes in biological networks. We propose LOTUS, a new computational approach to identify genes with high oncogenic potential. LOTUS implements a machine learning approach to learn an oncogenic potential score from known driver genes, and brings two novelties compared to existing methods. First, it allows to easily combine heterogeneous sources of information into the scoring function, which we illustrate by learning a scoring function from both known mutations in large cancer cohorts and interactions in biological networks. Second, using a multitask learning strategy, it can predict different driver genes for different cancer types, while sharing information between them to improve the prediction for every type. We provide experimental results showing that LOTUS significantly outperforms several state-of-the-art cancer gene prediction software.

Introduction

In our current understanding of cancer, tumors appear when some cells acquire functionalities that give them a selective growth advantage, allowing uncontrolled proliferation and avoiding apoptosis [1, 2]. These malignant characteristics arise from various genomic alterations including point mutations, gene copy number variants (CNVs), translocations, inversions, deletions, or aberrant gene fusions. Many studies have shown that these alterations are not uniformly distributed across the genome [3, 4], and target specific genes associated with a limited number of important cellular functions such as genome maintenance, cell survival, and cell fate [5]. Among these so-called driver genes, two classes have been distinguished in the literature: tumor suppressors genes (TSGs) and oncogenes (OGs) [6, Chapter 15]. TSGs, such as TP53 [7], participate in defense mechanisms against cancer and their inactivation by a genomic alteration can increase the selective growth advantage of the cell. On the contrary, alterations affecting OGs, such as KRAS [8] or ERBB2 [9], can be responsible for the acquisition of new properties that provide some selective growth advantage or the ability to spread to remote organs. Identifying driver genes is important not only from a basic biology point of view to decipher cancer mechanisms, but also to identify new therapeutic strategies and develop precision medicine approaches targeting specifically mutated driver genes. For example, Trastuzumab [10] is a drug given against breast cancer that targets the protein precisely encoded by ERBB2, which has dramatically improved the prognosis of patients whose tumors overexpress that OG.

Decades of research in cancer genomics have allowed to identify several hundreds of such cancer genes. Regularly updated databases such as the Cancer Gene Census (CGC) [11], provide catalogues of genes likely to be causally implicated in cancer, with various levels of experimental validations. Many cancer genes have been identified recently by systematic analysis of somatic mutations in cancer genomes, as provided by large-scale collaborative efforts to sequence tumors such as The Cancer Genome Atlas (TCGA) [12] or the International Cancer Genome Consortium (ICGC) [13]. Indeed, cancer genes tend to be more mutated than non-cancer genes, providing a simple guiding principle to identify them. In particular, the COSMIC database [14] is the world’s largest and most comprehensive resource of somatic mutations in coding regions. It is now likely that the most frequently mutated genes have been identified [15]. However, the total number of driver genes is still a debate, and many driver genes less frequently mutated, with low penetrance, or specific to a given type of cancer are still to be discovered.

The first methods to identify driver genes from catalogues of somatic mutations simply compared genes based on somatic mutation frequencies, which was proved to be far too basic [16]. Indeed, mutations do not appear uniformly on the genome: some regions of the genome may be more affected by errors because they are more often transcribed, so that some studies actually overestimated the number of driver genes because they were expecting lower mutation rates than in reality. Mathematically, they were formulating driver prediction as a hypothesis testing problem with an inadequate null hypothesis [17]. Several attempts have been made to adequately calibrate the null hypothesis, like [16] or [18], where it is assumed that mutations result from a mixture of several mutational processes related to different causes.

A variety of bioinformatics methods have then been developed to complete the list of pan-cancer or cancer specific driver genes. Globally, they fall into three main categories. First, a variety of “Mutation Frequency” methods such as MuSiC [19] or ActiveDriver [20] identify driver genes based on the assumption that they display mutation frequencies higher than those of a background mutation model expected for passenger mutations. However, this background rate may differ between cell types, genome positions or patients. In order to avoid such potential bias, some methods like MutSigCV [21] derive a patient-specific background mutation model, and may take into account various criteria such as cancer type, position in the genome, or clinical data. Second, “Functional impact” methods such as OncodriveFM [22] assume that driver genes have higher frequency of mutations expected to impact the protein function (usually missense mutations) than that observed in passenger genes. Third, “Pathway-based” methods consider cancer as a disease in which mutated genes occupy key roles in cancer-related biological pathways, leading to critical functional perturbations at the level of networks. For example, DriverNet [23] identifies driver genes based on their effect in the transcription networks. Although these methods tend to successfully identify the most frequently mutated genes, their overall prediction overlap is modest. Since they rely on complementary statistical strategies, one could recommend to use them in combination, as CompositeDriver allows us to do [24]. The results of some of these tools are available at the Driver DB database [25].

Some methods integrate information on mutation frequency and functional impact of mutations, or other types of data such as genome position, copy number variations (CNVs) or gene expression. The underlying idea is that combining data should improve the prediction performance over tools that use a single type of information. For example, TUSON [26] or DOTS-Finder [27] combine mutation frequencies and functional impact of mutations to identify OGs and TSGs. Also in this category, the 20/20+ method [28] encodes genes with features based on their frequency and mutation types, in addition to other biological information such as gene expression level in difference cancer cell lines [29] or replication time. Then, 20/20+ predicts driver genes with a random forest algorithm, which constitutes the first attempt to use a machine learning method in this field. In [28], the authors benchmark 8 driver gene prediction methods based on several criteria including the fraction of predicted genes in CGC, the number of predicted driver genes and the consistency. Three methods proved to perform similarly on all criteria, and better than the five others: TUSON, MutSigCV, and 20/20+, validating the relevance of combining heterogeneous information to predict cancer genes.

In the present paper, we propose a new method for cancer driver gene prediction called Learning Oncogenes and TUmor Suppressors (LOTUS). Like 20/20+, LOTUS is a machine learning-based method, meaning that it starts from a list of known driver genes in order to “learn” the specificities of such genes and to identify new ones. In addition, LOTUS presents two unique characteristics with respect to previous work in this field. First, it combines three types of features likely to contain relevant information to predict cancer genes (mutation frequency, functional impact, and pathway-based informations). This integration of heterogeneous information is carried out in a unified mathematical and computational framework thanks to the use of kernel methods [30], and allows in principle to integrate other sources of data if available, such as transcriptomic or epigenomic information. More precisely, in our implementation, we predict cancer driver genes based not only on gene mutations features like “Mutation Frequency” and “Functional Impact” methods do, but also on known protein-protein interaction (PPI) network like “Pathway-based” methods do. Indeed, the use of PPI information is particularly relevant since it has been reported that proteins encoded by driver genes are more likely to be involved in protein complexes and share higher “betweenness” than a typical protein [26]. Moreover, it has been successfully used by HotNet2 [31] to detect gene pathways enriched in driver genes, and in [32] for cancer driver prediction. Second, LOTUS can predict cancer genes in a pan-cancer setting, as well as for specific cancer types, using a multitask learning strategy [33].

Although many efforts are devoted to identify cancer-specific genes based on experimental approaches, in in-silico approaches, the pan-cancer setting has been adopted by most available prediction methods, since more data are available to train models when gathering all cancer types. Prediction of drivers for specific cancer types has been less explored so far, because the number of known driver genes for a given cancer is often too small to build a reliable prediction model, and because the amount of data such as somatic mutations to train the model is smaller than in the pan-cancer setting. However, the search for cancer specific driver genes is relevant, because cancer is a very heterogeneous disease: different tumorigenic processes seem to be at work in different tissue types, and consequently, each cancer type probably has its own list of driver genes [15]. LOTUS implements a multitask algorithm that predicts new driver genes for a given cancer type based on its known driver genes, while also taking into account the driver genes known for other types of cancer according to their similarities with the considered type of cancer. Such approaches are of particular interest when the learning data are scarce in each individual tasks: they increase the amount of data available for each task and thus perform statistically better. To our knowledge, while a similar approach was used to predict disease genes across general human diseases [34], this is the first time a multitask machine learning algorithm is used for the prediction of cancer driver genes.

We compare LOTUS to five state-of-the art cancer prediction methods. We show that LOTUS outperforms the state-of-the-art in its ability to identify novel cancer genes, and clarify the benefits of heterogeneous data integration and of the multitask learning strategy to predict cancer type-specific driver genes. Finally, we provide predictions of new cancer genes according to LOTUS, as well as supporting evidence that those predictions are likely to contain new cancer genes.

Results

LOTUS, a new method for pan-cancer and cancer specific driver gene prediction

We propose LOTUS, a new method that predicts cancer driver genes. LOTUS is a machine learning-based method that estimates a scoring function to rank candidate genes by decreasing probability for them to be OGs or TSGs, given a training set of known OGs and TSGs. The score of a candidate gene is a weighted sum of similarities between the candidate gene and the known driver genes, where the weights are optimized by a one-class support vector machine (OC-SVM) algorithm. The similarities between genes are calculated based on gene features that are derived from the analysis of somatic mutation patterns in the genes (see Materials ans methods section for a description of these features), or from the relative positions of genes in a PPI network, or from both; the mathematical framework of kernel methods allows to simply combine heterogeneous data about genes (i.e., patterns of somatic mutations and PPI information) in a single model.

Another salient feature of LOTUS is its ability to work in a pan-cancer setting, as well as to predict driver genes specific to individual cancer types. In the later case, we use a multitask learning strategy to jointly learn scoring functions for all cancer types by sharing information about known driver genes in different cancer types. We test both a default multitask learning strategy, that shares information uniformly across all cancer types, and a new strategy that shares information across cancer types according to their degree of similarity. More details about the mathematical formulation and algorithms implemented in LOTUS are provided in the Material and Methods section.

In the following, we assess the performance of LOTUS first in the pan-cancer regime, i.e. in the single task setting, and compare it to five state-of-the-art methods (TUSON, MutSigCV, 20/20+, MUFFINN and DiffMut), and second in the cancer type specific regime, where we illustrate the importance of the multitask learning strategies.

Cross-validation performance for pan-cancer driver gene prediction

We first study the pan-cancer regime, where cancer is considered as a single disease, and where we search for driver genes involved in at least one type of cancer. Several computational methods have been proposed to solve this problem in the past, and we compare LOTUS with five well-known state-of-the-art methods [28]: MutSigCV [21], which is a frequency-based method, TUSON [26], 20/20+ [28], which combines frequency and functional information, MUFFINN [32] and DiffMut [35], which takes the mutation patterns of genes into account.

As explained in the Materials and methods section, to perform a fair comparison between different methods we use different training databases for LOTUS adapted to each competing methods. We measure the performance of each method in terms of consistency error (CE), which estimates the mean number of non-driver genes that a given prediction method ranks higher than known driver genes; hence the smaller the CE the better the method. The results in terms of cross-validated CE for OG and TSG prediction are presented in Table 1 for TUSON and MUFFINN, in Table 2 for 20/20+ and DiffMut, and in Table 3 for MutSigCV. When analyzing these results, one should keep in mind that the total number of cancer driver genes is still a subject of debate, but it is expected to be much lower than the size of the test set (which depends on the method but is of the order of 18, 000), and it should rather be in the range of a few hundreds. Therefore, CE above a few thousand can be considered as poor performance results.

thumbnail
Table 1. Comparison of TUSON, MUFFINN and LOTUS in the pan-cancer cross-validation regime.

This table shows the mean cross-validated CE for OG and TSG prediction by TUSON, MUFFINN and LOTUS, trained on the TUSON database.

https://doi.org/10.1371/journal.pcbi.1007381.t001

thumbnail
Table 2. Comparison of 20/20+, DiffMut and LOTUS in the pan-cancer cross-validation regime.

This table shows the mean cross-validated CE for OG and TSG prediction by 20/20+, DiffMut and LOTUS, trained on the 20/20+ database.

https://doi.org/10.1371/journal.pcbi.1007381.t002

thumbnail
Table 3. Comparison of MutSigCV and LOTUS in the pan-cancer cross-validation regime.

This table shows the mean cross-validated CE for OG and TSG prediction by MutSigCV and LOTUS, trained on the MutSigCV database.

https://doi.org/10.1371/journal.pcbi.1007381.t003

These results show that LOTUS strongly outperforms all other algorithms in term of CE, for both TSG and OG predictions. More precisely, for OG predictions, LOTUS is about three times better than MutSigCV and TUSON, twice better than 20/20+ and MUFFINN, and five times better than DiffMut, in terms of CE. For TSG predictions, the reduction in CE with LOTUS is two-fold compared to MutSigCV and 20/20+, and five-fold compared to TUSON, MUFFINN DiffMut. Note that the performance is overall much better in the first two experiments, which are also easier because they provide larger mutational data.

It is interesting to note that, for all methods except in the MutSigCV experiment, the performances obtained for OG do not reach those obtained for TSG, suggesting that OG prediction is a more difficult problem than TSG prediction. This reflects the fundamental difference between TSG mutations and OG mutations: the first lead to loss-of-function and can pile up, while the second are gain-of-function mutations and have a much more subtle nature. In addition, gain-of-function can also be due to overexpression of the OG, which can arise from other mechanisms than gene mutation. One way to improve the OG prediction performance may be to include descriptors better suited to them, such as copy number. Moreover, as mutations affecting OGs are not all likely to provide them with new functionalities, many mutations on OGs present in the database and used here might not bear information on OGs. Therefore, relevant information on OGs is scarce, which makes OG prediction more difficult. In addition, the data themselves might also contribute to difference in performance between TSG and OG prediction. For example, in the case of the TUSON train set, although the TSG and OG train sets both contain 50 genes, the mutation matrix that we used to build the gene features contains 13, 525 mutations affecting TSGs and 7, 717 mutations affecting OGs. Therefore, the data are richer for TSG, which might contribute to the difference in prediction performance.

The benefits of combining mutations and PPI informations

LOTUS, 20/20+, MutSigCV, DiffMut, MUFFINN and TUSON differ not only by the algorithm they implement, but also by the type of data they use to make predictions: in particular, TUSON and 20/20+ use only mutational data while LOTUS uses PPI information in addition to mutational data. To highlight the contributions of the algorithm and of the PPI information to the performance of LOTUS, we ran LOTUS with Kgenes equal to Kmutation or KPPI, i.e., with only mutation information, or only PPI information.

The results are presented in the first two columns of Tables 4 and 5, respectively for OG and TSG. The last column of these tables recalls the performance obtained when mutation and PPI information are both used (values reported from Tables 1, 2 and 3).

thumbnail
Table 4. Performance of LOTUS for OG prediction with different gene kernels.

https://doi.org/10.1371/journal.pcbi.1007381.t004

thumbnail
Table 5. Performance of LOTUS for TSG prediction with different gene kernels.

https://doi.org/10.1371/journal.pcbi.1007381.t005

These results show that, both for OG and TSG, using both mutation and PPI information dramatically improves the prediction performance over using only one of them. This underlines the fact that mutation and PPI bear complementary information that are both useful for the prediction tasks. The performances obtained with only PPI information are similar for OG and TSG, which seems to indicate that this information contributes similarly to both prediction tasks. On the contrary, the performances obtained using only mutation information are much better for TSG than for OG. This is consistent with the above comment that mutation information is more abundant in the database and more relevant in nature for TSG than for OG. It is also consistent with the fact that using Kmutation alone outperforms using KPPI alone for TSGs, while the opposite is observed for OGs.

A possible issue with PPI network-based models is that they may be subject to study bias, in the sense that cancer genes tend to be more studied and thus have higher degree in the PPI network. Hence learning an association between cancer genes and degree in a PPI network may be problematic since this is not purely a biological feature, and we may not be able to extrapolate the model to new, less studied cancer genes. This concern is supported by the observation that the gene rank computed by LOTUS with PPI kernel significantly correlates with the gene degree in the PPI network (Fig 1). This correlation only slowly decreases when one removes the top genes in the list, which indicates that this phenomenon can not only be attributed to a few genes (as opposed to, e.g., supplementary Figure 22 in [31]).

thumbnail
Fig 1. Correlation between gene degree and LOTUS rank.

This plot shows the Spearman’s rank correlation between gene degrees in the PPI network and LOTUS ranks (when trained with the 20/20 dataset), as a function of how many top-ranked TSGs (left) and OGs (right) are removed before computing the correlation.

https://doi.org/10.1371/journal.pcbi.1007381.g001

To assess whether the good performance of LOTUS using PPI is only due to the gene degree information, we performed two further experiments. First, we ran LOTUS with the kernel Kdegree defined by: where di is the degree of i in the PPI network. This allows LOTUS to capture in its model a linear function of the degree. We see in Tables 4 and 5 that the degree kernel has in almost all cases worse performance than the PPI kernel, which confirms that the number of neighbors alone contains less relevant information in relation with the driver prediction problem than the PPI kernel does. Second, we trained LOTUS with a PPI kernel derived from a randomized PPI network, where we kept the network structure but randomly shuffled the genes while approximately preserving their degree. For that purpose, we binned the genes in 20 groups of roughly equal sizes, by decreasing degree in the network, and randomly shuffled the genes within each group. After this random shuffling, each gene has approximately the same degree as in the initial PPI network, but not the same neighborhood. We repeated the random shuffling 100 times and computed the performance of LOTUS with the corresponding PPI kernels. We observed that the performance was worse with the randomized PPI network than with the original PPI network in 95% of the cases, confirming that LOTUS with the PPI kernel uses more than the mere degree information to predict cancer genes.

Furthermore, we examined the first predictions (excluding already known driver genes) of LOTUS with the 20/20 datasets, when both the mutation and the PPI kernels are used. Among the first 50 TSGs (described by the number of frameshift, LOF and splice mutations), 26 have less than 3 mutations of each kind, 4 predicted TSGs even having no mutation at all. This demonstrates that LOTUS predictions strongly benefit from the PPI information, and that some of these genes would have never been detected using mutation data only.

Finally, note that gene lengths and PPI-network degrees are not used explicitly as features by LOTUS, although these characteristics correlate with our predictions. Hence, LOTUS retrieves implicit relevant characteristics of cancer driver genes from the mutations and the PPI-network.

Performance on CGCv86 prediction in the pan-cancer regime

We now evaluate the generalization properties of the different methods on new unseen data as external test set. This could mitigate the potential bias in the evaluation of the performance of TUSON, DiffMut and 20/20+ based on cross-validation experiments, as in the previous paragraph. For that purpose, we evaluate the performance of the different methods when predicting supposedly “difficult” new cancer genes (an independent test set), which have only been added recently in CGCv86. We train on the one hand LOTUS, MUFFINN and TUSON with the TUSON mutation database and driver gene train sets, and on the other hand LOTUS, DiffMut and 20/20+ with the 20/20 mutation database and driver gene train sets. Then, we make predictions on the remaining genes in COSMIC, and count how many driver genes in CGCv86 appear among the 20, 50 and 100 first predictions. Note that the driver genes from the train sets were excluded from the predictions. The results are shown in Tables 69 and are illustrated by corresponding receiver operating characteristic (ROC) curves in Figs 2 and 3.

thumbnail
Table 6. Performance of different methods trained on the TUSON database for TSG prediction in CGCv86.

https://doi.org/10.1371/journal.pcbi.1007381.t006

thumbnail
Table 7. Performance of different methods trained on the TUSON database for OG prediction in CGCv86.

https://doi.org/10.1371/journal.pcbi.1007381.t007

thumbnail
Table 8. Performance of different methods trained on the 20/20+ database for TSG prediction in CGCv86.

https://doi.org/10.1371/journal.pcbi.1007381.t008

thumbnail
Table 9. Performance of different methods trained on the 20/20+ database for OG prediction in CGCv86.

https://doi.org/10.1371/journal.pcbi.1007381.t009

thumbnail
Fig 2. ROC curves of different cancer gene prediction methods trained on the TUSON database.

ROC curves of different methods for TSG (left) and OG (right) prediction when trained on the TUSON database, and evaluated on the discovery of cancer genes recently added in CGCv86.

https://doi.org/10.1371/journal.pcbi.1007381.g002

thumbnail
Fig 3. ROC curves of different cancer gene prediction methods trained on the 20/20 database.

ROC curves of different methods for TSG (left) and OG (right) prediction when trained on the 20/20 database, and evaluated on the discovery of cancer genes recently added in CGCv86.

https://doi.org/10.1371/journal.pcbi.1007381.g003

First, we observe that TUSON outperforms LOTUS in almost all these experiments. Second, LOTUS outperforms DiffMut and MUFFINN in all experiments. Third, LOTUS is better than 20/20+ for TSG detection, and the contrary holds for OGs. Generally speaking, the first predictions of TUSON and 20/20+ are more reliable than LOTUS’s, but, as shown in Figs 2 and 3, LOTUS outperforms all the methods when all genes are considered, and not only the first 20 to 100 genes.

The good performance of TUSON and 20/20+ for the top ranked genes compared to those of LOTUS could be explained by the fact that, all genes in CGCv86 so far have been reported through analysis of mutation data (cf. CGC web page: ‘The Cancer Gene Census (CGC) is an ongoing effort to catalogue those genes which contain mutations that have been causally implicated in cancer’). This interpretation would also explain why LOTUS hardly agrees with the other methods when comparing the top ranked genes. Indeed, for the 20 top predictions of LOTUS (excluding training sets), the intersection with TUSON consists only in two TSGs and one OG, the intersection with DiffMut consist of one TSG and two OGs, and the intersection with 20/20+ consists in four TSGs and one OG. Since LOTUS and MUFFINN are the only methods, among those considered here, that use network information in addition to mutation data, this could explain less overlap between their predictions and those of the other methods, and a lower overlap with CGC for the top ranked genes, since no PPI information was used to establish the CGC database.

To underpin this hypothesis, we computed the total number of non-silent mutations for the 20, 50 and 100 first predictions for all method, i.e., the top-ranked genes not belonging to the training sets. The result in Tables 10 and 11 show that predictions from LOTUS have lower mutations rates than those of TUSON, 20/20+ and DiffMut, especially for TSGs. This demonstrates that LOTUS relies less on mutation data than these methods. Similarly, MUFFINN, that also uses network information, tends to rank genes with fewer mutations on top of the list.

thumbnail
Table 10. Total number of non-silent mutations in the top predicted genes by different methods trained on the TUSON database.

https://doi.org/10.1371/journal.pcbi.1007381.t010

thumbnail
Table 11. Total number of non-silent mutations in the top predicted genes by different methods trained on the 20/20+ database.

https://doi.org/10.1371/journal.pcbi.1007381.t011

Analysis of new driver genes predicted by LOTUS

We tested the ability of LOTUS to make new driver gene predictions. We trained LOTUS with the CGCv86 train set, made predictions over the complete COSMIC database (19,320 genes including the training sets). The complete results are given in S1 Table. Complete analysis of the predicted OGs and TSGs rankings is out of the scope of this paper. However, we considered the 22/21 best ranked TSGs and OGs, and made bibliographic search in order to look for independent information that could validate these predictions.

For the 22 best ranked predicted OGs, we found abundant literature reporting their implication in various cancers. It is not possible to make a full review for each of these genes, but we group them based on their global functions and focus on some examples.

Twelve out of the 22 best ranked genes are related to transcription regulation, a mechanism that is invariably perturbed in cancer. These 12 genes are involved at various levels of transcription regulation: chromatin remodeling (PYGO1, PYGO2, EP300, DOT1L), transcription factors or repressors (MSEI1, MSEI2, MSEI3, TFEC, NKX2-2, ZIK1), transcription regulation via miRNA (DROSHA, ELF1). For all these genes, a corpus of publications confirm their role in promoting diverse types of cancers. For example, PYGO1 is involved in colorectal cancer [36], while PYGO2 was shown to be a tumor promoter in mice [37]. MSEI1, MSEI2, and MSEI3 are involved in the etiology, progression and metastatic evolution of some cancer types such as prostate cancer [38], or leukemia [39, 40]. DROSHA is involved in the miRNA depletion observed in lung cancer, and alterations in this gene was shown to have a remarkable impact in lung cancer [36].

Eight other best ranked OGs belong to signaling pathways known to play a role in cancer. Among them, FGF6 and FGF5 are growth factors from the fibroblast growth factors signaling pathway, which are well known players contributing to tumor progression [41]. Similarly MOB3B (or MOB1) is a pivotal kinase player in the Hippo tumor suppressor pathway, and mutations in this gene is associated to prostate cancer susceptibility and agressive tumors [42].

Although not exhaustive, these findings indicate that the best ranked oncogenes predicted by LOTUS are realistic OG for some cancer types.

As for OGs, for the 21 best ranked TSGs, we found many publications indicating their role in cancer, and strikingly, APOM is actually a known TSG for hepatocellular carcinoma [43]. We will group some of the other TSGs based on their function, and discuss a few examples. Five genes are involved in DNA repair, a role closely related to genome maintenance and cancer [44, 45], and were shown to have a protective role in various types of cancer (only one paper is cited by gene, but many others confirm this role): EXO1 [46], ERCC1 [47], GTF2H1 [48], MDC1 [49], and DGCR8 [50].

Three genes are involved in immune system response to cancer, which clearly indicates that they bear a protective role: PDCD1 [50], KLRG1 [51], and MUC16 [52].

For six other genes of various functions, we found recent publications indicating that they could potentially act as TSGs: SPTA1, GALNT5, PIWIL1, PIWIL4, SNX5, ADAM6. Mutations in SPTA1 was found to play a role in glioblastoma [53]. The expression of the 5 other genes were found to be repressed by over-expressed non-coding RNA or by aberrant methylation of the promoter: GALNT5 in gastric cancer [54], ADAM6 in lung adenocarcinoma [55], PIWIL1 and PIWIL4 in lung adenocarcinoma [56] and renal cell carcinoma [57]. Loss or decreased expression SNX5 promotes thyroid cancer progression [58].

Intriguingly, 3 of the best 21 ranked predicted TSGs, bibliographic search provided clues that they indeed play a role in cancer, but that they would rather behave as OG. These genes are CENPU [59], FXYD2 [60], ANXA9 [61]. In fact, the literature provides other examples of genes able to switch from oncogenes to tumor suppressor genes, depending on the context [62], which could be the case for these genes. In most cases, the cited papers (and others) observe that over-expression of these genes are observed in various types of cancers. One assumption could be that variations of their levels of expression might lead to switch between TSG and OG roles.

Interestingly, among the 50 best ranked TSGs, 4 genes are not mutated (CENPU, AEBP2, CDX1, ZNF652), and 22 genes are rarely mutated, less than 3 times. Such cases are not observed among the top ranked OGs. Indeed, in the case of TSG, decrease in expression or gene deletion leads to the same effect, i.e. loss of function, as deleterious mutations within the gene sequence. A TSG that loses its function based on default in expression cannot be retrieved by prediction methods based only on mutations, and LOTUS probably classified these rarely mutated genes probably according to their interactions in the PPI network. The case of CENPU is already discussed above. We could confirm that CDX1 is a known TSG [63]. Silencing of AEBP2 with long non coding RNA is associated to melanoma [64], while its deletion is observed in myeloid leukemia [65]. Similarly, silencing of ZNF652 by miRNA is involved in lymphoma [66], while some genetic variants of this gene lead to higher risks of prostate cancer [67]. Concerning the 22 rarely mutated TSGs, 9 of them are already discussed above, and most of the others are known to play a role in cancer. As an example, TNIP2 may be a TSG in pancreatic tumors, since it was shown that inhibition of MiR-1180, a short non coding mi-RNA over-expressed in pancreatic cancer targeting TNIP2, inhibited cell proliferation [68].

Taken together, these results show that, among the top TSG and OG ranked by LOTUS, many genes are indeed involved in cancer, and that LOTUS predictions correspond to relevant genes that are reliable candidates as cancer driver genes, at least for some tumor types.

Identification of cancer-specific driver genes with multitask LOTUS

In this section, we do not consider cancer as a single disease, but as a variety of diseases with different histological types that can affect various organs. Indeed, an important question in cancer research is to identify driver genes for each type of cancer. One way to solve this problem is to use a prediction method that is trained only with driver genes known for the considered cancer. Such single-task methods may however display poor performance because the number of known drivers per cancer is often too small to derive a reliable model. Indeed, scarce training data lead to a potential loss of statistical power as compared to the problem of identification of pan-cancer driver genes where data available for all cancers are used.

In this context, we investigate two multitask versions of LOTUS, where we predict driver genes for a given cancer based on the drivers known for this cancer but also on all driver genes known for other cancer types. For a given cancer type, this may improve driver genes prediction by limiting the loss of statistical power compared to the aforementioned single-task approach.

For that purpose, we derive a list of 30 cancer diseases from the 20/20 mutation dataset as explained in Methods. This complete list is available in S2 Table. As expected, many cancer types have only few known cancer genes (Fig 4).

thumbnail
Fig 4. Number of cancer genes per cancer type.

This plot shows the distribution of the number of TSGs (left) and OGs (right) per cancer type. For example, 3 cancer types have 0 to 5 TSG, 6 other cancer types have 6 to 10 TSG, etc.

https://doi.org/10.1371/journal.pcbi.1007381.g004

Since we want to evaluate the performance of LOTUS in a cross-validation scheme, we only consider diseases with more than 4 known driver genes in order to be able to run a 2-fold cross-validation scheme. This leads us to keep 27 cancer types for TSG prediction and 27 for OG prediction. Note however that, for each cancer type, prediction are made while sharing all the driver genes known for the 30 diseases, according to their similarities with these cancer types.

The 2-fold cross-validated CE of LOTUS for the 27 considered cancer types is presented in Table 12 (for TSG) and Table 13 (for OG). We compare four variants of LOTUS, as explained in Methods: (1) single-task LOTUS treats each disease in turn independently from the others using only the mutation data related to the considered disease to calculate gene features, and only the driver genes known for this disease are used to train the algorithm; (2) Aggregation LOTUS is also a single-task version of LOTUS, but gene features are calculated using the complete mutation database of gene mutations in all cancers. In addition, for each disease, the train set consists of known drivers for all the other cancers and have of the drivers known for the considered disease. Then the prediction performance are calculated for the other half of known drivers for this disease, which constitute the test set in the 2-fold cross validation scheme. Therefore, Aggregation LOTUS is a single-task algorithm that uses much richer information than the basic Single-task LOTUS; (3 and 4) Two multitask versions of LOTUS use either a standard multitask strategy that does not take into account the relative similarities between diseases (Multitask LOTUS), or a more refined multitask strategy where driver gene information is shared between cancer types according to their similarity based on biological information (Multitask LOTUS2). Finally, we compare these performances with those of DiffMut, as a single-task method using only the mutation data related to the considered disease, as for single-task LOTUS.

thumbnail
Table 12. Cross-validated CE for DiffMut and LOTUS prediction of disease specific TSGs in the single- and multitask settings.

https://doi.org/10.1371/journal.pcbi.1007381.t012

thumbnail
Table 13. Cross-validated CE for DiffMut and LOTUS prediction of disease specific OGs in the single- and multitask settings.

https://doi.org/10.1371/journal.pcbi.1007381.t013

For most diseases (25/27 for TSG, 27/27 for OG), single-task LOTUS and DiffMut lead to the worst CE, confirming the difficulty to treat each cancer type individually, due to the small number of known driver genes and to the smaller mutation database available for each cancer type type. Interestingly, Aggregation LOTUS often leads to a strong improvement in performance. This shows that different cancer types often share some common mechanisms and driver genes, and therefore, simply using all the available information as in a pan-cancer paradigm improves the performance of driver gene prediction for each disease. However, in many cases, the multitask LOTUS and LOTUS2 algorithms lead to an additional improvement over Aggregation LOTUS, LOTUS2 leading in general to the best results (in 17 types out of 27 for TSG prediction, and in 17 types out of 27 for OG prediction). On average, the decrease in CE between Aggregate LOTUS and LOTUS2 is of 20% for OG and 18% for TSG. The improvement in performance observed between Aggregate LOTUS and LOTUS2 shows that, besides some driver mechanisms common to many cancers, each cancer presents some specific driver mechanisms that can only be captured by prediction methods able to integrate some biological knowledge about the different diseases. The above results show that multitask algorithms allowing to share information between cancers according to their biological similarities such as LOTUS2, rather than on more naive rules, better capture these specific driver genes. They also show that the kernel Kdiseases = Kdescriptors built on disease descriptors contains some relevant biological information to compare diseases.

To measure how different the predictions of LOTUS2 are for each cancer type, we compared the first 50 predictions for each type. Aggregating all predictions for TSGs (respectively OGs) results in 210 genes (respectively 224 genes), which shows that various cancer types share some drivers, but that the prediction lists are different. Indeed, some drivers with high penetrance (such as TP53) are expected to be found in most cancer types, whereas other drivers are more specific to given organs or cell types, in particular since all genes are not expressed in all cell types.

In addition, multitask algorithms based on task descriptors (here, disease descriptors) appear to be promising in order to include prior knowledge about diseases and share information according to biological features characterizing the diseases.

Finally, note that we did not try to run TUSON, MutSigCV, MUFFINN or 20/20+ to search for cancer specific driver genes in the single-task setting (they cannot be run in the multi-task setting). Indeed, according to the results of pan-cancer studies in the single-task setting, they do not perform as well as single-task LOTUS. Considering that single-task LOTUS and DiffMut were far from reaching the performance of multi-task LOTUS for prediction of cancer specific driver genes, TUSON, MutSigCV, MUFFINN and 20/20+ are not expected to reach these performance either.

Discussion

Our work demonstrates that LOTUS outperforms several state-of-the-art methods on all tested situations for driver gene prediction. This improvement results from various aspects of the LOTUS algorithm. First, LOTUS allows to include the PPI network information as independent prior biological knowledge. In the single-task setting, we proved that this information has significance for the prediction of cancer driver genes. Because LOTUS is based on kernel methods, it is well suited to integrate other data from multiple sources such as protein expression data, information from chip-seq, HiC or methylation data, or new features for mutation timing as designed in [69]. Further development could involve the definition of other gene kernels based on such type of data, and combine them with our current gene kernel, in order to evaluate their relevance in driver gene prediction.

We also showed how LOTUS can serve as a multitask method. It relies on a disease kernel that controls how driver gene information is shared between diseases. Interestingly, we showed that building a kernel based on independent biological prior knowledge about disease similarity leads on average to the best prediction performance with respect to single-task algorithms, and also with respect to a more generic and naive multitask learning strategy that does not incorporate knowledge about the cancer types. Again, the kernel approach leaves space for integration of other types and possibly more complex biological sources of information about diseases. Our multitask approach thus allows to make prediction for cancer types with very few known driver genes, which would be less reliable with the single-task methods. We considered here only diseases with at least 4 known driver genes, in order to perform cross-validation studies, which was necessary to evaluate the methods. However, it is important to note that in real-case studies, at the extreme, both versions of multitask LOTUS could make driver gene prediction for the 30 cancer types, including those for which no driver gene is known.

LOTUS is a machine learning algorithm based on one-class SVM. In fact, the most classical problem in machine learning is binary classification, where the task is to classify observations into two classes (positives and negatives), based on training sets of known positives and of known negatives. Driver gene detection can be seen as binary classification of TSGs vs. neutral genes, and of OGs vs. neutral genes. However, although the set is composed of known driver genes, it is not straightforward to build the set because we cannot claim that some genes cannot be drivers. Thus, driver gene detection should rather be seen as binary classification problem with only one training set of known positives. This problem is classically called PU learning (for Positive-Unknown), as opposed to PN learning (for Positive-Negative).

The classical way to solve PU learning problems is to choose a set of negatives among the unlabeled data and apply a PN learning method. For example, one can consider all unknown items as negatives (some of which may be reclassified afterwards as positives), or randomly choose bootstrapped sets of negatives among the unknown, like in [34]. Both methods assume that a minority of the unlabeled items are in fact positives, which is expected for driver genes.

The one-class SVM algorithm [70] can also be used as a PU learning method, in which a virtual item is chosen as the training set of negatives. We preferred this approach because in preliminary studies, we found that it had slightly better performances than PU learning methods and was also faster.

For LOTUS, as for all machine learning algorithm, the set of known driver genes is critical: if this set is poorly chosen (i.e., if some genes were wrongly reported as driver genes, or more likely, if the reported genes are not the best driver genes), the best algorithm might not minimize the CE. To circumvent this problem, we propose two new approaches for future developments: one could build a multi-step algorithm that iteratively removes some genes from the positive set and labels them as unknown, and relabel as positives some of the best ranked unknown genes. We believe that such an algorithm would make the set of positives converge to a more relevant list. Alternatively, one could assign (finite) scores to the known driver genes before performing classification and increment these scores at each step.

Materials and methods

Pan-cancer LOTUS

LOTUS is a new machine learning-based method to predict new cancer driver genes, given a list of know ones. In the simplest, pan-cancer setting, we consider a list of N known driver genes {g1, …, gN}, and the goal of LOTUS is to learn from them a scoring function f(g), for any other gene g, that predicts how likely it is that g is also a cancer gene. Since TSGs and OGs have different characteristics, we treat them separately and build two scoring functions fTSG and fOG that are trained from lists of know TSGs and OGs, respectively.

LOTUS learns the scoring function f(g) with a one-class support vector machine (OC-SVM) algorithm [70], a classical method for novelty detection and density level set estimation [71]. The scoring function f(g) learned by a OC-SVM given a training set {g1, …, gN} of known cancer genes takes the form: (1) where α1, …, αN are weights optimized during the training of OC-SVM [70], and K(g, g′) is a so-called kernel function that quantifies the similarity between any two genes g and g′. In other words, the score of a new gene g is a weighted combination of its similarities with the known driver genes.

The kernel K encodes the similarity among genes. Mathematically, the only constraint that K must fulfill is that it should be a symmetric positive definite function [30]. This leaves a lot of freedom to create specific kernels encoding prior knowledge about relevant information to predict driver genes. In addition, one can easily combine heterogeneous information in a single kernel by, e.g., summing two kernels based on different sources of data. In this work, we restrict ourselves to the following basic kernels, and leave for future work a more exhaustive search of optimization of kernels for cancer gene prediction.

  • Mutation kernel. Given a large data set of somatic mutations in cohorts of cancer patients, we characterize each gene g by a vector encoding 3 features. For OG prediction the three features are the number of damaging missense mutations (defined as in [26] as mutations with a Polyphen2 score larger than 0.447), the total number of missense mutations, and the entropy of the spatial distribution of the missense mutations on each gene. For TSG prediction, the features are the number of frameshift mutations, the number of LOF mutations (defined as the nonsense and frameshift mutations), and the number of splice site mutations. These features were calculated as proposed by [26]. We chose them because they were found to best discriminate OGs and TSGs by the TUSON algorithm [26] and were also all found among the most important features selected by the random forest algorithm used by the 20/20+ method [28]. Given two genes g and g′ represented by their 3-dimensional vectors Φ(g) and Φ(g′), we then define the mutation kernel as the inner product between these vectors:
    Notice that using Kmutation as a kernel in OC-SVM produces a scoring function (1) which is simply a linear combination of the three features used to define the vector Φmutation.
  • PPI kernel. Given an undirected graph with genes as vertices, such as a PPI network, we define a PPI kernel KPPI as a graph kernel over the network [72, 73]. More precisely, we used a diffusion kernel of the form KPPI = expM(−L), where L = ID−1/2 AD−1/2 is the normalized Laplacian of the graph and expM is the matrix exponential function. Here I is the identity matrix, A stands for the adjacency matrix of the graph (Ai,j = 1 if vertices i and j are connected, 0 otherwise) and D for the diagonal matrix of degrees (). Intuitively, two genes are similar according to KPPI when they are close and well connected through several routes to each other on the PPI network, hence learning a OC-SVM with KPPI allows to diffuse the information about cancer genes over the network.
  • Integrated kernel. In order to train a model that incorporates informations about both mutational features and PPI, we create an integrated gene kernel by simply averaging the mutation and PPI kernels:
    While more complex kernel combination strategies such as multiple kernel learning could be considered, we restrict ourselves to this simple kernel addition scheme to illustrate the potential of our approach for heterogeneous data integration.

Multitask LOTUS for cancer type-specific predictions

The pan-cancer LOTUS approach can also be used for cancer-specific predictions, by restricting the training set of known cancer driver genes to those genes known to be driver in a particular cancer type. However, for many cancer types, only few driver genes have been validated, creating a challenging situation for machine learning-based methods like LOTUS that rely on a training set of known driver genes to learn a scoring function. Since cancer driver genes of different cancer types are likely to have similar features, we propose instead to learn jointly cancer type-specific scoring functions by sharing information about known driver genes across cancer types, using the framework of multitask learning [33, 34]. Instead of starting from a list of known driver genes, we now start from a list of known (cancer gene, cancer type) pairs of the form {(g1, d1), …, (gN, dN)}, where a sample (gi, di) means that gene gi is a known cancer gene in disease di. Note that a given gene (and a given cancer type) may of course appear in several such pairs.

The extension of OC-SVM to the multitask setting is straightforwardly obtained by creating a kernel for (gene, disease) pairs of the form: where Kgene is a kernel between genes such as that used in pan-cancer LOTUS and Kdisease is a kernel between cancer types described below. We then simply run the OC-SVM algorithm using Kpair as kernel and {(g1, d1), …, (gN, dN)} as training set, in order to learn a cancer type-specific scoring function of the form f(g, d) that estimates the probability that g is a cancer gene for cancer type d.

The choice of the disease kernel Kdisease influences how information is shared across cancer types. One extreme situation is to take the uniform kernel Kuniform(d, d′) = 1 for any d, d′. In that case, no distinction is made between diseases, and all known cancer driver genes are pooled together, recovering the pan-cancer setting (with the slight difference that genes may be counted several times in the training set if they appear in several diseases). Another extreme situation is to take the Dirac kernel KDirac(d, d′) = 1 if d = d′, 0 otherwise. In that case, no information is shared across cancer types, and the joint model over (gene, disease) pairs is equivalent to learning independently a model for each disease, as in the single-task approach.

In order to leverage the benefits of multitask learning and learn disease-specific models by sharing information across diseases, we consider instead the following two disease kernels:

  • First, we consider the standard multitask learning kernel: which makes a compromise between the two extreme uniform and Dirac kernels [33]. Intuitively, for a given cancer type, prediction of driver genes is made by assigning twice more weight to the data available for this cancer than to the data available for all other cancer types.
  • Second, we test a more elaborate multitask version where we implement the idea that a given cancer might share various degrees of biological similarities with other cancers. Therefore, known driver genes for other cancers should be shared with those of the considered cancer based on this similarity. Hence, we create a specific disease kernel Kcancer(d, d′) to capture how similar two cancer types are. To create Kcancer, we first represent each cancer type as a 43-dimensional binary vector as follows. The first 12 bits correspond to a list of cancer type characteristics used in COSMIC to describe tumors: adenocarcinoma, adenoma, blastoma, carcinoma, glioma, leukemia, lymphoma, medulloblastoma, melanoma, myeloma, rhabdomyosarcoma, sarcoma. The last 31 components correspond to localization characteristics also used in COSMIC to describe tumors: adrenal glands, astrocytes, B-cell, bladder, bone, breast, cervix, central nervous system, colon, ducts, endometrium, eye, head and neck, heart, kidney, liver, lung, lymphocytes, mucosa, muscle, nerve, oesophagus, ovary, pancreas, prostate, salivary glands, skin, soft tissue, squamous cell, stomach, T-cell, thyroid. A disease might be assigned one or several types and be associated to one or several locations. For example, Melanoma is associated with a single type (“melanoma”) and four localizations (“skin”, “mucosa”, “eye” and “head and neck”), so that Melanoma is described by a vector with five 1’s and thirty-eight 0’s. For each disease, we construct the list of binary features by documenting every disease in the literature. The corresponding vectors encoding the considered disease are given in S3 Table. Finally, if denotes the binary vector representation of disease d, we create the disease kernel as a simple inner product between these vectors, combined with the standard multitask kernel, i.e.:

Data

When comparing LOTUS to TUSON and MUFFINN, we use a dataset of somatic mutations collected from COSMIC [14], TCGA (http://cancergenome.nih.gov/) and [18], that was used in [26]. This dataset contains a total of 1, 195, 223 mutations across 8, 207 patients affecting 18, 843 genes.

When comparing LOTUS to DiffMut and 20/20+, we use a dataset of somatic mutations borrowed from [28]. This dataset contains a total of 729, 205 mutations across 7, 916 patients affecting 19, 320 genes.

When comparing LOTUS to MutSigCV, we use an example dataset available on GenePattern. This dataset contains a total of 137, 343 mutations across 177 patients of lung squamous cell carcinoma affecting 16, 885 genes.

We obtained the PPI network from the HPRD database release 9 from April 13, 2010 [74]. It contains 39, 239 interactions among 7, 931 proteins. As for known pan-cancer driver genes, we consider three lists in our experiments: (i) the TUSON train set, proposed in [26], consists of two high confidence lists of 50 OGs and 50 TSGs extracted from CGC (release v71) based on several criteria, in particular excluding driver genes reported through translocations; (ii) the 20/20 train set, proposed in [28] to train the 20/20+ method, contains 53 OGs and 60 TSGs; finally, (iii) the CGCv86 train set consists of two broader lists that we extracted from CGC release v86 of the COSMIC database: we consider as OGs the genes annotated as “oncogene”, “oncogene, TSG”, “oncogene, fusion”, “oncogene, TSG, fusion”, and as TSGs the genes annotated as “TSG”, “oncogene, TSG”, “TSG, fusion”, “oncogene, TSG, fusion”. For cancer type-specific lists of driver genes, we only consider the CGCv86 train sets. We distinguished 30 diseases based on the available annotations describing patients in the mutation matrix, only merging “Kidney Chromophobe”, “Kidney Papillary Cell Carcinoma” and “Kidney Clear Cell Carcinoma” into “Kidney Cancer”, “DLBCL” and “Lymphoma B-Cell” into “Lymphoma B-Cell” and neglecting the unspecific “CARC”. The names of these diseases and their numbers of associated TSGs and OGs can be found in S2 Table. For each of the resulting diseases, 0 to 56 TSGs/OGs were known in CGCv86. We considered only diseases with at least 4 known TSGs or OGs available, in order to have enough learning data points to perform a two-fold cross-validation scheme, which led us to consider 27 diseases for TSG prediction and 27 for OG prediction.

Comparing different methods

Among LOTUS, TUSON, 20/20+, DiffMut, MUFFINN and MutSigCV, we can distinguish on the one side, the unsupervised methods MutSigCV, MUFFINN and DiffMut that score candidate genes independently of any training set of known drivers, and the supervised methods LOTUS, TUSON and 20/20+ that make predictions based on a training set of known driver genes.

In addition, all methods use gene descriptors that are calculated based on a mutation databases, and therefore, changing the mutation database will change the prediction performance.

In order to make fair comparison between LOTUS and the other five methods, we performed several experiments in which LOTUS is trained with the training set of the TUSON (respectively 20/20+) paper when compared to TUSON and MUFFINN (respectively 20/20+). In addition, in all experiments, the gene features calculated for LOTUS and MUFFINN were based on the same mutation databases as those used by the other methods in their respective papers.

Therefore, for a fair comparison between LOTUS, MUFFINN and TUSON, we use the mutation database available on the website of the authors along with their training sets of OGs and TSGs provided in [26]. We evaluate the performance of LOTUS on this dataset by 5-fold cross-validation repeated twice (see Methods). For TUSON, we use the prediction results available in [26] and evaluate the CE as the mean number of non-driver genes that are ranked before known driver genes of the TUSON train sets. Finally, we downloaded and re-ran MUFFINN.

For a fair comparison between LOTUS and 20/20+, we use the mutation database of 20/20+ and the training sets of OGs and TSGs provided by the authors on their website [28]. We evaluate the performance of LOTUS as above. However we note that the 20/20+ score itself is obtained by a bootstrap procedure similar to our cross-validation approach [28].

For a fair comparison between LOTUS and MutSigCV, we use the example mutation database available only for lung squamous cell tumours. Since MutSigCV does not use a train set of driver genes, we trained LOTUS with known OGs and TSGs available in CGCv86 for lung squamous cell tumours. MutSigCV provides a ranked list of genes that does not distinguish TSG and OG. Therefore, the CE is obtained by averaging the numbers of non-driver genes ranked before each driver genes in the train sets used for LOTUS.

Finally, for a fair comparison between LOTUS and DiffMut, we use the 20/20+ mutation dataset for both methods. LOTUS is trained with the 20/20+ training sets of OGs and TSGs. We run DiffMut using the latest version of the algorithm, and we compute the CE related to the 20/20+ training sets of OGs and TSGs.

Experimental protocol

To assess the performance of a driver gene prediction method on a given gold standard of known driver genes, we score all genes in the COSMIC database and measure how well the known driver genes are ranked. For that purpose, we plot the ROC curve, considering all known drivers as positive examples and all other genes in COSMIC as negative ones, and define the consistency error (CE) as where is the number of negative genes, and AUC denotes the area under the ROC curve. In other words, CE measures the mean number of “non-driver” genes that the prediction method ranks higher than known driver genes. Hence, a perfect prediction method should have CE = 0, while a random predictor should have a CE near .

To estimate the performance of a machine learning-based prediction method that estimates a scoring function from a training set of known driver genes, we use k-fold cross-validation for each given gold standard set of known driver genes. In k-fold cross-validation, the gold standard set is randomly split into k subsets of roughly equal sizes. Each subset is removed from the gold standard in turn, the prediction method is trained on the remaining k − 1 subsets, and its CE is estimated considering the subset left apart as positive examples, and all other genes of COSMIC not in the gold standard set as negative examples. A mean ROC curve and mean CE is then computed from the k resulting ROC curves. This computation is repeated several times to consider several possibly different partitions of the gold standard set.

Tuning of parameters

Each version of LOTUS depends on a unique parameter, the regularization parameter C of the OC-SVM algorithm. Each time a LOTUS model is trained, its C parameter is optimized by 5-fold cross-validation on the training set, by picking the value in a grid of candidate values {2−5/2, 2−4/2, …, 25/2} that minimizes the mean CE over the folds.

Other driver prediction methods

We compare the performance of LOTUS to five other state-of-the-art methods: MutSigCV [21], which is a frequency-based method, TUSON [26] and 20/20+ [28] that combine frequency and functional information, MUFFINN [32] and DiffMut that analyses mutation profiles on genes.

MutSigCV searches driver genes among significantly mutated genes which adjusts for known covariates of mutation rates. The method estimates a background mutation rate for each gene and patient, based on the observed silent mutations in the gene and noncoding mutations in the surrounding regions. Incorporating mutational heterogeneity, MutSigCV eliminates implausible driver genes that are often predicted by simpler frequency-based models. For each gene, the mutational signal from the observed non-silent counts are compared to the mutational background. The output of the method is an ordered list of all considered genes as a function of a p-value that estimates how likely this gene is to be a driver gene.

TUSON uses gene features that encode frequency mutations and functional impact mutations. The underlying idea is that the proportion of mutation types observed in a given gene can be used to predict the likelihood of this gene to be a cancer driver. After having identified the most predicting parameters for OGs and TSGs based on a train set (called the TUSON train set in the present paper), TUSON uses a statistical model in which a p-value is derived for each gene that characterizes its potential as being an OG or a TSG, then scores all genes in the COSMIC database, to obtain two ranked lists of genes in increasing orders of p-values for OGs and TSGs.

The 20/20+ method encodes genes based on frequency and mutation types, and other biological information. It uses a train set of OGs and TSGs (called the 20/20 train set in the present paper) to train a random forest algorithm. Then, the random forest is used on the COSMIC database and the output of the method is again a list of genes ranked according to their predicted score to be a driver gene [28]. We did not implement this method, so we decided to evaluate its performance only on its original training set: the 20/20 dataset. Moreover, we applied the same method to compute the CE as for MutSigCV and TUSON, which should actually give an advantage to 20/20+, since it is harder to make predictions in a cross-validation loop using a smaller set of known driver genes.

DiffMut uses a dataset of somatic mutations and a dataset of healthy genomes, but no training sets of known driver genes. It compares the mutation profiles on a gene in the mutation dataset with the nucleotide variation profile in the healthy genomes, and computes for every gene a score that allows to rank all genes according to their potential as OG or TSG.

MUFFINN uses a dataset of somatic mutations and extracts the number of non-synonymous mutations per gene. Then, it computes a score (either DNmax or DNsum) and propagates these scores on a functional gene network (either HumanNet or STRING). The final scores are used to compute four different rankings for all genes. Among these four possibilities, we systematically used the version that yields the best result for MUFFINN,. Note however that, in practice, the user would not know which version should be preferred.

Code and data availability

We implemented LOTUS and performed all experiments in R using in particular the kernlab package for OC-SVM [75]. The code and data to reproduce all experiments are available at https://github.com/LOTUSproject/LOTUS.

Supporting information

S1 Table. TSG and OG rankings for LOTUS with the 20/20, the TUSON and the CGC v86 datasets.

Note that the training sets were removed every time.

https://doi.org/10.1371/journal.pcbi.1007381.s001

(XLSX)

S2 Table. List of cancer types.

Cancer types derived from annotations in the 20/20 mutation dataset along with their numbers of associated OG and TSG.

https://doi.org/10.1371/journal.pcbi.1007381.s002

(XLSX)

S3 Table. Description of cancer types.

Descriptors of all cancer types according to their localizations and types that are used to compute the disease kernel used by LOTUS2.

https://doi.org/10.1371/journal.pcbi.1007381.s003

(XLSX)

References

  1. 1. Hanahan D. and Weinberg R. The hallmarks of cancer. Cell, 100(1), 57–70, 2000.
  2. 2. Hanahan D. and Weinberg R. The hallmarks of cancer: the next generation. Cell, 144, 646–674, 2011.
  3. 3. Ding L., Getz G., Wheeler D.A., Mardis E.R., McLellan M.D., Cibulkis K. et al. Somatic mutations affect key pathways in lung adenocarcinoma. Nature, 455 (7216), 1069–1075, 2008.
  4. 4. Morin R.D., Mendez-Lago M., Mungall A.J., Goya R., Mungall K.L., Corbett R.D. et al. Frequent mutation of histone modifying genes in non–Hodgkin lymphoma. Nature, 476 (7360), 298–303, 2012.
  5. 5. Paez J.G., Jänne P.A., Lee J.C., Tracy S., Greulich H., Gabriel S. et al. EGFR mutations in lung cancer: correlation with clinical response to gefitinib therapy. Science, 304 (5676), 1947–1500, 2004.
  6. 6. Cooper G.M. The cell: a molecular approach, 2nd edition. Sunderland (MA): Sinauer Associates, 2000.
  7. 7. Chen P.L., Chen Y.M., Bookstein R. and Lee W.H. Genetic mechanisms of tumor suppression by the human p53 gene. Science, 250 (4987), 1576–1580, 1990.
  8. 8. Gemignani M.L., Schlaerth A.C., Bogomolniy F., Barakat R.R., Lin O., Soslow R. et al. (2003) Role of KRAS and BRAF gene mutations in mucinous ovarian carcinoma. Gynecol Oncol, 90(2003), 378–381, 2003.
  9. 9. Schechter A.L., Stern D.F., Vaidyanathan L., Decker S.J., Drebin J.A., Greene M.I. et al. The neu oncogene: an erb–B–related gene encoding an 185,000–M tumor antigen. Nature, 312:513–516, 1984.
  10. 10. Hudis C.A. Trastuzumab–mechanism of action and use in clinical practice. N Engl J Med, 357(1), 39–51, 2007.
  11. 11. Futreal P., Coin L., Marshall M., Down T., Hubbard T., Wooster R. et al. A census of human cancer genes. Nat Rev Cancer, 4, 177–183, 2004.
  12. 12. Weinstein J.N., Collisson E.A., Mills G.B., Shaw K.M., Ozenberger B.A., Ellrott K. et al. The Cancer Genome Atlas Pan–Cancer Analysis Project Nature Genet, 45(10):1113–1120, 2013.
  13. 13. Zhang J., Baran J., Cros A., Guberman J.M., Haider S., Hsu J. et al. International Cancer Genome Consortium Data Portal–a one–stop shop for cancer genomics data. Database (Oxford), 2011.
  14. 14. Forbes S.A., Beare D., Boutselakis H., Bamford S., Bindal N. et al. COSMIC: somatic cancer genetics at high-resolution Nucleic Acids Res, 45, D777–D783, 2017. pmid:27899578
  15. 15. Vogelstein B., Papadopoulos N., Velculescu V.E., Zhou S., Diaz L.A. and Kinzler K.W. Cancer Genome Landscapes. Science, 339(6127):1546–1558, 2013.
  16. 16. Lawrence M., Stojanov P., Polak P., Kryukov G.V., Cibulkis K., Sivachenko A. et al. Mutational heterogeneity in cancer and the search for new cancer associated genes. Nature, 499, 214–218, 2013.
  17. 17. The Cancer Genome Atlas Research Network Comprehensive genomic characterization of squamous cell lung cancers. Nature, 489.7417: 519–52, 2012.
  18. 18. Alexandrov L., Nik-Zainal S., Wedge D., Aparicio S., Behjati S., Biankin A. et al. Signatures of mutational processes in human cancer. Nature, 500, 415–421, 2013.
  19. 19. Dees N.D., Zhang Q., Kandoth C., Wendl M.C., Schierding W., Koboldt D.C. et al. Identifying mutational significance in cancer genomes. Genome Res, 22(8): 1589–1598, 2012.
  20. 20. Reimand J. and Bader G.D. Systematic analysis of somatic mutations in phosphorylation signaling predicts novel cancer drivers. Mol Syst Biol, 9:637, 2013. pmid:23340843
  21. 21. Lawrence M.S., Stojanov P., Mermel C.H., Robinson J.T., Garraway L.A., Golub T.R. et al. Discovery and saturation analysis of cancer genes across 21 tumor types. Nature, 505(7484): 495–501, 2014.
  22. 22. Gonzalez-Perez A. and Lopez-Bigas N. Functional impact bias reveals cancer drivers. Nucleic Acids Res, 40(21), 2012. pmid:22904074
  23. 23. Bashashati A., Haffari G., Ding J., Ha G., Lui K., Rosner J. et al. DriverNet: uncovering the impact of somatic driver mutations on transcriptional networks in cancer. Genome Biol, 13(12):R124, 2012. pmid:23383675
  24. 24. Bailey M.H., Tolkheim C., Porta-Pardo E., Sengupta S., Bertrand D., Weerasinghe A. et al. Comprehensive characterization of cancer driver genes and mutations. Cell, 173:371–385, 2018.
  25. 25. Chung I.F., Chen C.Y., Su S.C., Li C.Y., Wu K.J., Wang H.W. et al. DriverDBv2: a database for human cancer driver gene research. Nucleic Acids Res, 44(D1):D975–9, 2016.
  26. 26. Davoli T., Xu A., Mengwasser K., Sack L., Yoon J., Park P. et al. Cumulative haploinsufficiency and triplosensitivity drive aneuploidy patterns and shape the cancer genome. Cell, 155(4), 948–962, 2013.
  27. 27. Melloni G.E.M, Ogier A.G.E., de Pretis S., Mazzarella L., Pelizzola M., Pelicci P.G. et al. DOTS-Finder: a comprehensive tool for assessing driver genes in cancer genomes. Genome Med, 6(6):44, 2014. pmid:25690659
  28. 28. Tokheim C.J., Papadopoulos N., Kinzler K.W., Vogelstein B. and Karchin R. Evaluating the evaluation of cancer driver genes. Proc Natl Acad Sci U S A, 113(50):14330–14335, 2016.
  29. 29. Barretina J., Caponigro G., Stransky N., Venkatesan K., Margolin A.A., Kim S. et al. The Cancer Cell Line Encyclopedia enables predictive modelling of anticancer drug sensitivity. Nature, 483(7391):603–7, 2012.
  30. 30. Schölkopf B. et al. Kernel methods in computational biology. MIT Press, 2004.
  31. 31. Leiserson M.D.M., Vandin F., Wu H.-T., Robson J.R., Eldridge J.V., Thomas J.L. et al. Pan-cancer network analysis identifies combinations of rare somatic mutations across pathways and protein complexes. Nature Genetics, 47:106–114, 2015.
  32. 32. Cho A., Shim J.E., Kim E., Supek F., Lehner B. and Lee I. MUFFINN: cancer gene discovery via network analysis of somatic mutation data. Genome Biology, 17:129, 2016. pmid:27333808
  33. 33. Evgeniou T., Micchelli C. and Pontil M. Learning multiple tasks with kernel methods. J Mach Learn Res, 6:615–637, 2005.
  34. 34. Mordelet F. and Vert J.-P. ProDiGe: Prioritization Of Disease Genes with multitask machine learning from positive and unlabeled examples. BMC Bioinformatics, 12(1), 389, 2011. pmid:21977986
  35. 35. Przytycki P.F. and Singh M. Differential analysis between somatic mutation and germline variation profiles reveals cancer-related genes. Genome Medicine, 9–79, 2017. pmid:28841835
  36. 36. Frixa T., Sacconi A., Cioce M., Roscilli G., Ferrara F.F., Aurisicchio L. et al. MicroRNA-128-3p-mediated depletion of Drosha promotes lung cancer cell migration. Carcinogenesis, 39(2):293–304, 2018.
  37. 37. Talla S.B. and Brembeck F.H. The role of Pygo2 for Wnt-catenin signaling activity during intestinal tumor initiation and progression. Oncotarget, 7(49):80612–32, 2016.
  38. 38. Bhanvadia R.R., VanOpstall C., Brechka H., Barashi N.S., Gillard M., McAuley E.M. et al. MEIS1 and MEIS2 Expression and Prostate Cancer Progression: A Role For HOXB13 Binding Partners in Metastatic Disease. Clinical Cancer Research, 1;24(15):3668–80, 2018.
  39. 39. Hara T., Schwieger M., Kazama R., Okamoto S., Minehata K., Ziegler M. et al. Acceleration of chronic myeloproliferation by enforced expression of Meis1 or Meis3 in Icsbp-deficient bone marrow cells. Oncogene, 19;27(27):3865–9, 2008.
  40. 40. Mohr S., Doebele C., Comoglio F., Berg T., Beck J., Bohnenberger H. et al. Hoxa9 and Meis1 Cooperatively Induce Addiction to Syk Signaling by Suppressing miR-146a in Acute Myeloid Leukemia. Cancer Cell, 31(4):549–562, 2017.
  41. 41. Presta M., Chiodelli P., Giacomini A., Rusnati M. and Ronca R. Fibroblast growth factors (FGFs) in cancer: FGF traps as a new therapeutic approach. Pharmacology and Therapeutics, 179:171–187, 2017.
  42. 42. Kim E.A., Kim Y.H., Kang H.W., Yoon H.Y., Kim W.T., Yun S.J. et al. Lower Levels of Human MOB3B Are Associated with Prostate Cancer Susceptibility and Aggressive Clinicopathological Characteristics. Journal of Korean Medical Science, 30(7):937–42, 2015.
  43. 43. Hu Y.W., Chen Z.P., Hu X.M., Zhao J.Y., Huang J.L., Ma X. et al. The miR-573/apoM/Bcl2A1-dependent signal transduction pathway is essential for hepatocyte apoptosis and hepatocarcinogenesis. Apoptosis, 20(10):1321–37, 2015.
  44. 44. Chae Y.K., Anker J.F., Carneiro B.A., Chandra S., Kaplan J., Kalyan A. et al. Genomic landscape of DNA repair genes in cancer. Oncotarget, 7(17), 23312–21, 2016.
  45. 45. Torgovnick A. and Schumacher B. DNA repair mechanisms in cancer development and therapy. Front Genet, 6, 157, 2015. pmid:25954303
  46. 46. Genschel J., Bazemore L.R. and Modrich P.J. Human exonuclease I is required for 5’ and 3’ mismatch repair. J Biol Chem, 277:13302–11, 2002.
  47. 47. Manandhar M., Boulware K.S. and Wood R.D. The ERCC1 and ERCC4 (XPF) genes and gene products. Gene, 569(2):153–161, 2015.
  48. 48. Okuda M., Nakazawa , Guo C., Ogi T. and Nishimura Y. Common TFIIH recruitment mechanism in global genome and transcription-coupled repair subpathways. Nucleic Acids Res, 45(22):13043–55, 2017.
  49. 49. Zhou H., Qin Y., Ji S., Ling J., Fu J., Zhuang Z. et al. SOX9 activity is induced by oncogenic Kras to affect MDC1 and MCMs expression in pancreatic cancer. Oncogene, 37(7):912–23, 2018.
  50. 50. Salmaninejad A., Khoramshahi V., Azani A., Soltaninejad E., Aslani S., Zamani M.R. et al. PD-1 and cancer: molecular mechanisms and polymorphisms. Immunogenetics, 70(2):73–86, 2018.
  51. 51. Casciello F., Al-Ejeh F., Kelly G., Brennan D.J., Ngiow S.F., Young A. et al. G9a drives hypoxia-mediated gene repression for breast cancer cell survival and tumorigenesis. Proceedings of National Academy of Sciences of United States of America, 114(27):7077–82, 2017.
  52. 52. Bhatia R., Gautam S.K., Cannon A., Thompson C., Hall B.R., Aithal A. et al. Cancer-associated mucins: role in immune modulation and metastasis. Cancer and Metastasis Reviews, 2019. pmid:30618016
  53. 53. Patil V., Pal J. and Somasundaram K. Elucidating the cancer-specific genetic alteration spectrum of glioblastoma derived cell lines from whole exome and RNA sequencing. Oncotarget, 6(41):43452–71, 2015.
  54. 54. Guo H., Zhao L., Shi B., Bao J., Zheng D., Zhou B. et al. GALNT5 uaRNA promotes gastric cancer progression through its interaction with HSP90. Oncogene, 1, 2018.
  55. 55. Li L., Peng M., Xue Z., Fan T., Wang J., Lian et al J. et al. Integrated analysis of dysregulated long non-coding RNAs/microRNAs/mRNAs in metastasis of lung adenocarcinoma. Journal of Translational Medicine, 27;16(1):372, 2018.
  56. 56. Xie K., Zhang K., Kong J., Wang C., Gu Y., Liang C. et al. Cancer-testis gene PIWIL1 promotes cell proliferation, migration, and invasion in lung adenocarcinoma. Cancer Med, 7(1):157–166, 2018.
  57. 57. Iliev R., Stanik M., Fedorko M., Poprach A., Vychytilova-Faltejskova P., Slava K. et al. Decreased expression levels of PIWIL1, PIWIL2, and PIWIL4 are associated with worse survival in renal cell carcinoma patients. OncoTargets and Therapy, 9:217–22, 2016.
  58. 58. Jitsukawa S., Kamekura R., Kawata K., Ito F., Sato A., Matsumiya H. et al. Loss of sorting nexin 5 stabilizes internalized growth factor receptors to promote thyroid cancer progression. Journal of Pathology, 243(3):342–353, 2017.
  59. 59. Lin S.Y., Lv Y.B., Mao G.X., Chen X.J. and Peng F. The effect of centromere protein U silencing by lentiviral mediated RNA interference on the proliferation and apoptosis of breast cancer. Oncology Letters, 16(5):6721–8, 2018.
  60. 60. Hsu I.L., Chou C.Y., Wu Y.Y., Wu J.E., Liang C.H., Tsai Y.T. et al. Targeting FXYD2 by cardiac glycosides potently blocks tumor growth in ovarian clear cell carcinoma. Oncotarget, 7(39):62925–38, 2016.
  61. 61. Yu S., Bian H., Gao X. and Gui L. Annexin A9 promotes invasion and metastasis of colorectal cancer and predicts poor prognosis. Journal of Molecular Medicine, 41(4):2185–92, 2018.
  62. 62. Lobry C., Oh P., Mansour M.R., Look A.T. and Aifantis I. Notch signaling: switching an oncogene to a tumor suppressor. Blood, 123(16):2451–9, 2014.
  63. 63. Hryniuk A., Grainger S., Savory J.G. and Lohnes D. Cdx1 and Cdx2 350 function as tumor suppressors. J. Biol. Chem., 289(48):33343–54, 2014.
  64. 64. Ju H., Zhang L., Mao L., Wu Y., Liu S., Ruan M. et al. A comprehensive genome-wide analysis of the long noncoding RNA 353 expression profile in metastatic lymph nodes of oral mucosal melanoma. Gene, 675:44–53, 2018.
  65. 65. Olsson L., Zettermark S., Biloglav A., Castor A., Behrendtz M., Forestier E. et al. The genetic landscape of paediatric de novo acute 356 myeloid leukaemia as defined by single nucleotide polymorphism array and exon 357 sequencing of 100 candidate genes. Br J Haematol., 174(2):292–301, 2016.
  66. 66. Mehrotra M., Medeiros L.J., Luthra R., Sargent R.L., Yao H., Barkoh B.A. et al. Identification of putative pathogenic microRNA and its downstream targets 361 in anaplastic lymphoma kinase-negative anaplastic large cell lymphoma. Hum. Pathol., 45(10):1995–2005, 2014.
  67. 67. Laitinen V.H., Rantapero T., Fischer D., Vuorinen E.M., Tammela T.L., PRACTICAL Consortium et al. Fine-mapping the 2q37 and 17q11.2-q22 loci for novel genes 365 and sequence variants associated with a genetic predisposition to prostate cancer. Int. J. Cancer, 136(10):2316–27, 2015.
  68. 68. Zhou X., Zhu H.Q., Ma C.Q., Li H.G., Liu F.F., Chang H. et al. MiR-1180 promoted the proliferation of hepatocellular carcinoma cells by 373 repressing TNIP2 expression. Biomed. Pharmacother., 79:315–20, 2016.
  69. 69. Sakoparnig T., Fried et P. Beerenwinkel N. Identification of constrained cancer driver genes based on mutation timing. PLoS Comput Biol, 11(1):e1004027, 2015. pmid:25569148
  70. 70. Schölkopf B., Williamson R., Smola A., Shawe-Taylor J., Platt J. Support vector method for novelty detection. Mach Learn Interpret Neuroimaging (1999), 582–588, 1999.
  71. 71. Vert R. and Vert J.-P. Consistency and convergence rates of one-class SVMs and related algorithms. J. Mach. Learn. Res., 7:817–54, 2006.
  72. 72. Kondor R.I. and Lafferty J. Diffusion kernels on graphs and other discrete input spaces. Proc Int Conf Mach Learn,3:315–322, 2002.
  73. 73. Cowen L., Ideker T., Raphael B.J. and Sharan R. Network propagation: a universal amplifier of genetic associations. Nature Rev Genet, 2017. pmid:28607512
  74. 74. Prassad T.S.K., Goel R., Kandasamy K., Keerthimukar S., Kumar S., Mathivanan S. et al. Human Protein Reference Database—2009 update. Nucleic Acids Res, 37, D767–72, 2009.
  75. 75. Karatzoglou A., Smola A., Hornik K. and Zeileis A. kernlab—An S4 Package for Kernel Methods in R. J Stat Softw, 11-9, 1–20, 2004.