Skip to main content

ORIGINAL RESEARCH article

Front. Genet., 24 June 2014
Sec. Computational Genomics
This article is part of the Research Topic Quantitative Assessment and Validation of Network Inference Methods in Bioinformatics View all 16 articles

Relevance of different prior knowledge sources for inferring gene interaction networks

  • 1Machine Learning Group (MLG), Université Libre de Bruxelles (ULB), Brussels, Belgium
  • 2Interuniversity Institute of Bioinformatics Brussels ULB-VUB, Brussels, Belgium
  • 3Computational Biology and Machine Learning Laboratory, Center for Cancer Research and Cell Biology, Queen's University Belfast, Belfast, UK
  • 4Department of Biostatistics and Computational Biology, Dana-Farber Cancer Institute, Harvard School of Public Health, Boston, MA, USA
  • 5Department of Cancer Biology, Dana-Farber Cancer Institute, Boston, MA, USA
  • 6Bioinformatics and Computational Genomics, Princess Margaret Cancer Centre, University Health Network, Toronto, ON, Canada
  • 7Medical Biophysics Department, University of Toronto, Toronto, ON, Canada

When inferring networks from high-throughput genomic data, one of the main challenges is the subsequent validation of these networks. In the best case scenario, the true network is partially known from previous research results published in structured databases or research articles. Traditionally, inferred networks are validated against these known interactions. Whenever the recovery rate is gauged to be high enough, subsequent high scoring but unknown inferred interactions are deemed good candidates for further experimental validation. Therefore such validation framework strongly depends on the quantity and quality of published interactions and presents serious pitfalls: (1) availability of these known interactions for the studied problem might be sparse; (2) quantitatively comparing different inference algorithms is not trivial; and (3) the use of these known interactions for validation prevents their integration in the inference procedure. The latter is particularly relevant as it has recently been showed that integration of priors during network inference significantly improves the quality of inferred networks. To overcome these problems when validating inferred networks, we recently proposed a data-driven validation framework based on single gene knock-down experiments. Using this framework, we were able to demonstrate the benefits of integrating prior knowledge and expression data. In this paper we used this framework to assess the quality of different sources of prior knowledge on their own and in combination with different genomic data sets in colorectal cancer. We observed that most prior sources lead to significant F-scores. Furthermore, their integration with genomic data leads to a significant increase in F-scores, especially for priors extracted from full text PubMed articles, known co-expression modules and genetic interactions. Lastly, we observed that the results are consistent for three different data sets: experimental knock-down data and two human tumor data sets.

1. Introduction

Whilst it is now widely accepted that cellular processes are in general not only governed by single genes but instead also by networks of interacting genes (Barabási and Oltvai, 2004), there is no gold-standard for validating these biological networks (Yngvadottir et al., 2009; Fernald et al., 2011). However, as network inference is increasingly used in biomedical research such as drug discovery or disease classification (Barabási et al., 2011), also the subsequent validation needs to be revisited. The most commonly used approach consists in comparing the inferred network to known interactions stored in biological databases and research articles (Altay et al., 2013). However, this approach has three major drawbacks: Firstly, these interactions are rarely complete, secondly they might not be appropriate for the studied problem and lastly, their quality has not yet been evaluated.

An alternative use for this prior knowledge is its integration into the network inference algorithms in order to improve the quality of inferred networks. Indeed, we and others showed that the combination of data and prior knowledge significantly improves the quality of networks compared to networks inferred from data only (Djebbari and Quackenbush, 2008; Mukherjee and Speed, 2008; Olsen et al., 2014). However, if prior knowledge is used to improve the inference process its subsequent use in the quality assessment would dramatically increase the risk of overfitting.

Recently, we proposed a purely data-driven approach relying on experimental perturbation data to identify the set of relevant genes for a given problem (Olsen et al., 2014). This validation framework not only provides the possibility to compare different inference algorithms but furthermore allows us to independently assess different sources of prior knowledge by themselves and in combination with expression data.

In this follow-up paper to Olsen et al. (2014), we use the proposed validation framework to evaluate the quality of a variety of prior sources, both in combination with different publicly available tumor data sets and by themselves. We retrieved the prior knowledge using the two web applications Predictive Networks (Haibe-Kains et al., 2012b) and GeneMANIA (Mostafavi et al., 2008), for a total of eight different sources. After the assessment of the different prior sources' quality, we infer networks using three different microarray data sets: experimental knock-down data from cell line experiments and two publicly available human tumor data sets. We quantitatively assess their quality through the estimation of F-scores, a well established quality metrics in network inference.

We observe that most prior sources lead to significant F-scores. Their integration with genomic data leads to a significant increase in F-scores, especially for priors extracted from full text PubMed articles, known co-expression modules and genetic interactions. We also observe that the results are consistent for three different data sets: experimental knock-down data and two human tumor data sets. Furthermore, we observe that combining different sources can be beneficial compared to using a single prior source.

2. Materials and Methods

2.1. Method—Validation of Inferred Networks

The best case scenario in most real-world application is partial knowledge of the true, data-generating network. Therefore, the assessment of any inferred network cannot depend on this knowledge alone. As an alternative, we proposed a purely data-driven validation framework proposed in Olsen et al. (2014). This validation framework depends on the availability of experimental intervention data such as knock-down experiments. This type of data allows us, for each knock-down experiment separately, to statistically evaluate whether or not a gene in the data set was significantly affected by the experiment. In this case, this relation should be reflected in any inferred network in the sense that the affected gene can be found downstream of the knocked down gene. This in turn then allows us to quantitatively assess the quality of inferred gene interaction networks by computing quality measures such as precision, recall or F-score (Sokolova et al., 2006). The outline of the framework is depicted in Figure 1. Suppose that a number of single gene knock-down experiments were carried out. Then one can use these experiments in a five step procedure:

1. Select a single knock-down and all corresponding replicates from the collection.

2. Use these samples to determine the set of genes that were significantly affected by the perturbation experiments by means of statistical tests.

3. Use the remaining independent samples to infer a directed network.

4. Classify the knock-down's descendants (in the inferred network) into true positives, false positives and false negatives with respect to the affected genes identified in step 2. The descendants of a node in the network are defined to be the set of its children and grandchildren.

5. Repeat steps 1–4 until all perturbations have been used to assess the network's local predictive power.

FIGURE 1
www.frontiersin.org

Figure 1. Quantitative validation framework for network inference. The framework relies on a set of single-gene knock-down experiments in a leave-one-out cross-validation scheme.

In Olsen et al. (2014), a network was inferred from the samples not related to the single knock-down experiment (step 3). However, in the same article it was shown that these knock-down samples from cell line experiments can be used for validation not only in such a cross-validation scheme but also for networks inferred from independent tumor samples, which demonstrates the generalizability of our validation approach.

The classification of the nodes in the network (step 4) follows the rationale that statistically significantly affected genes should be found in a directed network downstream of the perturbed gene, its descendants (Figure 1). Therefore all genes in the set of descendants which are significantly affected by the perturbation can be classified as true positives (TP) and all significantly affected genes that are inferred outside of the set of descendants as false negatives (FN). Genes that are part of the descendants in the inferred network but are not significantly affected by the perturbation are then false positives (FP).

This classification then allows us to compute the F-score, the harmonic average of precision and recall

F=2·TP2·TP+P+N[0,1],(1)

where F = 0 corresponds to no correctly identified affected genes and F = 1 corresponds to perfect classification.

To control for the density of the network and thus guaranteeing that the F-scores are meaningful, we generated 1000 random networks. Each random network is obtained from the inferred network by shuffling the genes in this network.

2.2. Material—Data

Throughout this study, we use the perturbation data described in Olsen et al. (2014), which are publicly available in the NCBI Gene Expression Omnibus (GEO) repository (Barrett et al., 2005), under accession number GSE53091. The samples of this data set consist of eight single gene knock-downs, namely CDK5, HRAS, MAP2K1, MAP2K2, MAPK1, MAPK3, NGFR, and RAF1. These genes belong to the RAS signaling pathway which has been showed to play a key role in colorectal cancer (Zenonos and Kyprianou, 2013). The knockdown experiments were performed in two colon cancer cell lines, SW480 and SW620 (NCBI Gene Expression Omnibus (GEO) repository (Barrett et al., 2005) accession number GSE53091). For each knock-down, six biological replicates were obtained together with controls in both cell lines, in total 125 samples. The data set furthermore consists of the 339 variables over expressing RAS as identified in Bild et al. (2005) and used in Olsen et al. (2014).

For each of the knocked down genes we identify the significantly affected genes by comparing the expression of genes in control versus those of the knock-down experiments with a Wilcoxon Rank Sum test, using a false discovery rate (FDR, Benjamini and Hochberg, 1995) <10% as a threshold for statistical significance. In Table 1 we present the number of affected genes for each of the knock-down experiments.

TABLE 1
www.frontiersin.org

Table 1. Number of genes significantly affected by KD (out of 339 genes) based on gene expression data with FDR <10%.

We will use two publicly available tumor cancer data sets (expO, 2009; Jorissen et al., 2010) to infer the networks. The first data set (expO) contains 292 human tumor samples and is accessible from GEO under accession number GSE2109. The second (jorissen) data contains 290 samples and is accessible from GEO under accession number GSE14333.

2.3. Material—Sources of Prior Knowledge

Possible sources of prior knowledge are manifold and include published articles, interactions stored in biological databases or similarity of gene expression values, also referred to as gene co-expression, from published data sets. To efficiently access this information a number of different tools have been implemented including GeneMANIA (Mostafavi et al., 2008) and Predictive Networks (Haibe-Kains et al., 2012a). The former allows to upload a set of genes and returns a network of the known interactions distinguishable by source (Table 2) whereas the latter uses text mining to retrieve known interactions from PubMed abstracts and furthermore queries structured biological databases. Both tools allow to download the interactions as flat text files, which enables further use of these priors into advanced genomic analyses such as gene interaction network inference.

TABLE 2
www.frontiersin.org

Table 2. Specifications of prior knowledge retrieval tools: GeneMANIA (GM) and Predictive Networks (PN).

Here we will use the complete prior set retrieved by Predictive Networks (PN) and priors separated by source from GeneMANIA. The different number of known interactions identified by each tool and source are presented in Table 2. These can be roughly grouped into three categories: (1) Co-expression and genetic with > 1000 interactions; (2) PN and co-local, pathway and shared with 100 to ~400 interactions; and (3) physical and predicted with <50 interactions.

3. Results

In this section we use the proposed validation framework (Figure 1) to independently assess the quality of the different priors retrieved with Predictive Networks and GeneMANIA (Table 2) in isolation and in combination with three different genomic data sets.

We use the inference procedure introduced in Haibe-Kains et al. (2012a,b) which is a two-step procedure implemented in the R/Bioconductor package predictionet. The first step is a feature selection step based on the minimum redundancy, maximum relevance (mRMR, Ding and Peng, 2005; Meyer et al., 2007) criterion whose robustness is improved by the integration of prior knowledge. The subsequent step is an arc orientation procedure using a criterion based on interaction information (McGill, 1954) in which prior integration is used to help orient the edges which could not be oriented from the genomic data. Given the central role of priors in predictionet, we implemented a hyperparameter, referred to as prior weight (w), enabling users to tune their confidence in the prior knowledge incorporated into the network inference procedure. Prior weight w can take value from 0 to 1; low w stands for low confidence in prior data. Note that w = 0 forces predictionet to ignore priors (only genomic data are taken into account), while predictionet with w = 1 will infer networks solely based on prior information, therefore ignoring genomic data.

We use each of the three different data sets (kd, expO and jorissen) to build networks integrating the different prior knowledge sources with different prior weights w ∈ {0, 0.25, 0.5, 0.75, 0.95, 1}. The validation is then carried out for each of the eight knocked down genes. We thus obtain eight F-scores, one for the descendants of each KD. These F-scores are then further assessed by comparing them to F-scores of 1000 random networks.

3.1. Prior Information Only

The first step in the assessment of the different prior sources' quality is the evaluation of the networks inferred using only these sources (prior weight w = 1). In Figure 2, we present the results in terms of F-scores and significance compared to random networks. When assessing this figure with respect to the number of significant results obtained by each prior source, we can observe that PN performs best with seven out of eight significant results. The next best prior sources are GM6 and GM5 with six significant KDs. With the exception of GM3, all prior sources have at least two significant results. Furthermore, the F-scores obtained using prior source PN are amongst the highest values for all KDs except NGFR. On the contrary, GM6 obtains six significant KDs but the F-scores are all below those obtained by PN.

FIGURE 2
www.frontiersin.org

Figure 2. Results when inferring networks with predictionet using only prior knowledge (w = 1). The height of each bar corresponds to the obtained F-score, colored by prior source. The x-axis specifies the prior source and includes * if the F-score is significant with p-value <0.05 and for p-values < 0.1.

Assessing the prior sources' performance with respect to the eight knock-downs, it can be observed that some KDs are in general better predicted than others. Whilst most prior sources are able to obtain significant results for HRAS, MAP2K1, MAPK1, and RAF1, significant results for half the prior sources for CDK5 and MAPK3 they struggle to provide meaningful information for inference of gene interactions in the context of colorectal cancer with the remaining two knock-downs (MAP2K2 and NGFR).

3.2. Combination of Data and Prior Information

In this section we assess the networks inferred from genomic data (KD data in cross-validation; Figure 1) and prior knowledge with equal weight (w = 0.5). In a first analysis, we compare these F-scores to those obtained when inferring networks from data only (w = 0) and from prior knowledge only (w = 1). A statistical test (Wilcoxon rank test) shows that the combination of data and prior significantly improves the networks (p-values <0.05) compared to data only (Supplementary Table 1) and prior only (Supplementary Table 1, with exception of GM2).

In Figure 3, we present these F-scores for each knock-down and for each of the eight prior sources. For each knock-down, the results are ordered by F-score values, starting with the best result and color-coded by prior source. The best prior source for four out of the eight knock-downs in PN: MAP2K2, MAPK1, MAPK3, and RAF1. The second highest number of best knock-downs is reached by GM2: CDK5, HRAS, and MAP2K1. The best prior source for NGFR is GM4. On the contrary, the performance of GM3, GM6, and GM7 prior sources is amongst the lowest.

FIGURE 3
www.frontiersin.org

Figure 3. Results when inferring networks with predictionet using data and prior knowledge (w = 0.5). The height of each bar corresponds to the obtained F-score, colored by prior source. The x-axis specifies the prior source and includes * if the F-score is significant with p-value <0.05 and for p-values < 0.1.

3.3. Most Consistent Prior Source Across Three Different Data Sets

In this section, we will show that the results presented in the previous section for the KD data also hold true when the networks are inferred in combination with the two human tumor data sets. In Table 3, we present the prior source that yielded the highest F-score for each of the eight knock-downs (prior weight w = 0.5). This table summarized the results in Supplementary Figures 9 and 10.

TABLE 3
www.frontiersin.org

Table 3. Best single prior source across three large colorectal cancer data sets (kd for knock-down experiments in colorectal cancer cell lines, expO and jorissen for large human colon tumor data) when combined with microarray gene expression data (prior weight w = 0.5).

The main observation is that the best prior source is consistent for all three data sets for four of the eight knock-downs: MAP2K1, MAPK1, MAPK3, and NGFR. For the remaining four knock-downs, the best prior source is consistent for two out of the three data sets: PN for CDK5, MAP2K2, and RAF1 and GM2 for HRAS.

3.4. Combining Different Prior Sources

In this section we investigate whether the combination of prior sources (from a single prior source upto all eight sources) is beneficial to the quality of the inferred networks. For each knock-down, we infer a network using the best prior source, then we add the second best, etc. (Figure 3). We test this procedure on the two independent human tumor data sets expO and jorissen, the corresponding results are presented in Figure 4 and Supplementary Figure 11, respectively.

FIGURE 4
www.frontiersin.org

Figure 4. Results when inferring networks with predictionet using expO data and prior knowledge (w = 0.5). The height of each bar corresponds to the obtained F-score, colored by which prior source was added. The x-axis specifies the prior source and includes * if the F-score is significant with p-value < 0.05 and for p-values < 0.1.

When combining expO data and with an increasing number of prior sources, the results are better than those obtained using only one source for six out of the eight KDs. For the other two, namely MAP2K1 and NGFR, we have already observed in section 3.1 that most prior sources are not informative. The number of prior sources that need to be combined to obtain the highest significant F-scores depends on the knock-down and range between three and eight. It is therefore not only important to determine whether prior sources are relevant by themselves but also which combination of sources will lead to the best results. Similar observations can be made for the jorissen data set (Supplementary Figure 11).

4. Discussion

Using the quantitative validation framework we recently introduced in Olsen et al. (2014), we assessed the relevance of different sources of prior information for the inference of large gene interaction networks from high-throughput gene expression data sets. Our results suggest that most prior sources, which include known interactions extracted from research articles, genetic and physical interactions, co-expression and pathway databases yield significant networks in colorectal cancer when used in isolation. Furthermore, concurring with our previous results, we demonstrated that the vast majority of prior sources significantly improves the inference of gene interaction networks when combined with microarray gene expression data.

In our case study we showed that priors extracted from the Predictive Networks web application and the co-expressions reported in GeneMANIA are the most relevant prior sources in colorectal cancer as they yield the best networks in our validation study. We also showed that these results are consistent across three data sets, composed of a set of knock-down experiments in colorectal cancer cell lines and large collections of human colon tumor samples.

As expected, the quality of inferred gene interaction networks is not uniform over the network topology. For the eight genes we knocked down to investigate their effects in colorectal cancer cell lines, we were able to infer statistically significant subnetworks for most, but not all of them. For instance, we observed that the effects of NGFR, and MAP2K2 knock-downs are particularly difficult to model. Interestingly, genetic interactions and co-expression prior data enabled to build high quality networks for NGFR, which suggests that priors extracted from diverse sources are highly complementary.

Our study supports the use of prior information into network inference and we are now working on improving methods to extract high-quality, context-specific prior information, as well as developing novel approaches to integrate these priors to generate better large-scale gene interaction networks. A second aspect that requires further development is the implementation of tools to better combine different prior sources with the hope to significantly improve the local quality of large biological networks.

Conflict of Interest Statement

The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Acknowledgment

Funding

Gianluca Bontempi and Catharina Olsen were supported by the Belgian French Community ARC (Action de Recherche Concertée) funding.

Data

The authors thank the expO and Jorissen teams for making their data publicly available.

Supplementary Material

The Supplementary Material for this article can be found online at: http://www.frontiersin.org/journal/10.3389/fgene.2014.00177/abstract

References

Altay, G., Altay, N., and Neal, D. (2013). Global assessment of network inference algorithms based on available literature of gene/protein interactions. Turk. J. Biol. 37, 547–555. doi: 10.3906/biy-1210-8

CrossRef Full Text

Barabási, A.-L., and Oltvai, Z. N. (2004). Network biology: understanding the cell's functional organization. Nat. Rev. Genet. 5, 101–113. doi: 10.1038/nrg1272

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text

Barabási, A.-L. L., Gulbahce, N., and Loscalzo, J. (2011). Network medicine: a network-based approach to human disease. Nat. Rev. Genet. 12, 56–68. doi: 10.1038/nrg2918

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text

Barrett, T., Suzek, T. O., Troup, D. B., Wilhite, S. E., Ngau, W.-C., Ledoux, P., et al. (2005). NCBI GEO: mining millions of expression profiles–database and tools. Nucleic Acids Res. 33, D562–D566. doi: 10.1093/nar/gki022

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text

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

Bild, A. H., Yao, G., Chang, J. T., Wang, Q., Potti, A., Chasse, D., et al. (2005). Oncogenic pathway signatures in human cancers as a guide to targeted therapies. Nature 439, 353–357. doi: 10.1038/nature04296

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text

Ding, C., and Peng, H. (2005). Minimum redundancy feature selection from microarray gene expression data. J. Bioinform. Comput. Biol. 3, 185–205. doi: 10.1142/S0219720005001004

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text

Djebbari, A., and Quackenbush, J. (2008). Seeded bayesian networks: constructing genetic networks from microarray data. BMC Syst. Biol. 2:57. doi: 10.1186/1752-0509-2-57

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text

expO. (2009). expO Expression Data. Available online at: expo.intgen.org/geo

Fernald, G. H., Capriotti, E., Daneshjou, R., Karczewski, K. J., and Altman, R. B. (2011). Bioinformatics challenges for personalized medicine. Bioinformatics 27, 1741–1748. doi: 10.1093/bioinformatics/btr408

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text

Haibe-Kains, B., Olsen, C., Bontempi, G., and Quackenbush, J. (2012a). Predictionet: Inference for Predictive Networks Designed for (But Not Limited to) Genomic Data. R package version 1.1.5.

Haibe-Kains, B., Olsen, C., Djebbari, A., Bontempi, G., Correll, M., Bouton, C., et al. (2012b). Predictive networks: a flexible, open source, web application for integration and analysis of human gene networks. Nucleic Acids Res. 40, D866–D875. doi: 10.1093/nar/gkr1050

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text

Jorissen, R. N., Gibbs, P., Christie, M., Prakash, S., Lipton, L., Desai, J., et al. (2010). Metastasis-associated gene expression changes predict poor outcomes in patients with dukes stage b and c colorectal cancer. Clin. Cancer Res. 15, 7642–7651. doi: 10.1158/1078-0432.CCR-09-1431

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text

McGill, W. (1954). Multivariate information transmission. Psychometrika 19, 97–116. doi: 10.1007/BF02289159

CrossRef Full Text

Meyer, P., Kontos, K., Lafitte, F., and Bontempi, G. (2007). Information-theoretic inference of large transcriptional regulatory networks. EURASIP J. Bioinform. Syst. Biol. 2007:79879. doi: 10.1155/2007/79879

CrossRef Full Text

Mostafavi, S., Ray, D., Farley, D. W., Grouios, C., and Morris, Q. (2008). GeneMANIA: a real-time multiple association network integration algorithm for predicting gene function. Genome Biol. 9:S4+. doi: 10.1186/gb-2008-9-s1-s4

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text

Mukherjee, S., and Speed, T. P. (2008). Network inference using informative priors. Proc. Natl. Acad. Sci. U.S.A. 105, 14313–14318. doi: 10.1073/pnas.0802272105

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text

Olsen, C., Fleming, K., Prendergast, N., Rubio, R., Emmert-Streib, F., Bontempi, G., et al. (2014). Inference and validation of predictive gene networks from biomedical literature and gene expression data. Genomics. doi: 10.1016/j.ygeno.2014.03.004. [Epub ahead of print].

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text

Sokolova, M., Japkowicz, N., and Szpakowicz, S. (2006). “Beyond accuracy, f-score and roc: a family of discriminant measures for performance evaluation,” in AI 2006: Advances in Artificial Intelligence, Lecture Notes in Computer Science, Vol. 4304, eds A. Sattar and B.-H. Kang (Berlin; Heidelberg: Springer), 1015–1021. doi: 10.1007/11941439_114

CrossRef Full Text

Yngvadottir, B., MacArthur, D., Jin, H., and Tyler-Smith, C. (2009). The promise and reality of personal genomics. Genome Biol. 10:237. doi: 10.1186/gb-2009-10-9-237

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text

Zenonos, K., and Kyprianou, K. (2013). RAS signaling pathways, mutations and their role in colorectal cancer. World J. Gastrointest. Oncol. 5, 97–101. doi: 10.4251/wjgo.v5.i5.97

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text

Keywords: prior knowledge, validation, colon cancer, knockdown, network inference

Citation: Olsen C, Bontempi G, Emmert-Streib F, Quackenbush J and Haibe-Kains B (2014) Relevance of different prior knowledge sources for inferring gene interaction networks. Front. Genet. 5:177. doi: 10.3389/fgene.2014.00177

Received: 10 January 2014; Accepted: 26 May 2014;
Published online: 24 June 2014.

Edited by:

Mathieu Blanchette, McGill University, Canada

Reviewed by:

Bartek Wilczynski, University of Warsaw, Poland
Veronica Vinciotti, Brunel University, UK

Copyright © 2014 Olsen, Bontempi, Emmert-Streib, Quackenbush and Haibe-Kains. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) or licensor are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

*Correspondence: Benjamin Haibe-Kains, Princess Margaret Cancer Centre, University Health Network, Toronto Medical Discovery Tower, 11th floor, Room 310, 101 College Street, Toronto, ON M5G 1L7, Canada e-mail: bhaibeka@uhnresearch.ca

Disclaimer: All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.