Skip to main content
PLOS ONE logoLink to PLOS ONE
. 2014 Feb 14;9(2):e87446. doi: 10.1371/journal.pone.0087446

Inferring Nonlinear Gene Regulatory Networks from Gene Expression Data Based on Distance Correlation

Xiaobo Guo 1,2,5, Ye Zhang 1,2, Wenhao Hu 1, Haizhu Tan 3,4, Xueqin Wang 1,2,3,5,*
Editor: Alberto de la Fuente6
PMCID: PMC3925093  PMID: 24551058

Abstract

Nonlinear dependence is general in regulation mechanism of gene regulatory networks (GRNs). It is vital to properly measure or test nonlinear dependence from real data for reconstructing GRNs and understanding the complex regulatory mechanisms within the cellular system. A recently developed measurement called the distance correlation (DC) has been shown powerful and computationally effective in nonlinear dependence for many situations. In this work, we incorporate the DC into inferring GRNs from the gene expression data without any underling distribution assumptions. We propose three DC-based GRNs inference algorithms: CLR-DC, MRNET-DC and REL-DC, and then compare them with the mutual information (MI)-based algorithms by analyzing two simulated data: benchmark GRNs from the DREAM challenge and GRNs generated by SynTReN network generator, and an experimentally determined SOS DNA repair network in Escherichia coli. According to both the receiver operator characteristic (ROC) curve and the precision-recall (PR) curve, our proposed algorithms significantly outperform the MI-based algorithms in GRNs inference.

Introduction

With the development of high throughout technologies, gene expression data has provided an excellent approach to investigate the underlying regulatory mechanism of cellular machines [1]. Inferring gene regulatory networks (GRNs), which explicitly depicts the regulatory processes, from expression data is still one of the most important topics in system biology [2] nowadays. But it is still a challenging problem due to the combinatorial nature of the problem and the poor information content of the data [3]. Therefore, developing powerful and computationally effective methods is critical for GRNs inference. To this end, the DREAM (Dialogue for Reverse Engineering Assessments and Methods) program and its conference series are devoted to encourage researchers to investigate novel powerful methods [4]-[6].

It is extremely important to detect nonlinear dependence in GRNs inference because the nonlinear regulatory relationship is common in biology [7]. Among numerous measurements of nonlinear dependence, mutual information (MI) has often been applied in modeling the dependence between genes since it is a natural generalization of correlation and can characterize the nonlinear dependence [7], [8]. A series of MI-based methods have succeeded in inferring the GRNs such as ARACNE [9], CLR [10], REL [11], MRNET [12] and PCA-MI [13]. Even though the MI is quite popular, it still has its limits. For example, to evaluate the MI usually involves the probability or density estimator which is challenging especially for multivariate variables. When the variables are continuous, the MI estimation is not so easy and the commonly used strategy is to discretize the data [14] and then to estimate the MI based on these discretized data, e.g., empirical estimator [15], Miller-Madow [15], shrinkage [16] and the Schurmann-Grassberger mutual information estimator [17]. PCA-MI [13] is another example which requires the assumption of normal distribution. But, it is not realistic because the gene expression data may strongly deviate from normality [18].

Recently, a novel measurement of dependence, distance correlation (DC) [19], has emerged as an elegant tool in evaluating nonlinear dependence, thanks to its appealing features. The DC has proven its power and computational effectiveness in detecting nonlinear dependence for two variables with arbitrary dimensions [19]-[21].Unlike the MI estimator, the DC estimation is quite simple without any distribution assumption. Surprisedly, to our best knowledge, the DC has seldom attracted the attention of the bioinformatics community.

In this article, we intend to incorporate the DC into GRNs inferring algorithms and validate the performance of DC-based GRNs inferring algorithms. Unlike traditional approaches, we employ the DC to represent the dependence between a pair of genes. This modification is simple yet critical due to the power and computational effectiveness of the DC. The results of two simulated data and real data suggest that the DC-based approaches can improve the accuracy and sensitivity of the GRNs inference.

Methods

In this section, we will review the definitions of the MI and the DC, and then incorporate the DC into GRNs inference.

Mutual Information

The MI of discrete random variables Inline graphic and Inline graphic is defined as

graphic file with name pone.0087446.e003.jpg

where Inline graphic are the marginal probability mass functions of Inline graphic and Inline graphic, respectively, and Inline graphic is the joint probability mass function of Inline graphic.

For continuous random variables, the MI is defined as

graphic file with name pone.0087446.e009.jpg

where Inline graphic is the joint probability density function of Inline graphic and Inline graphic and Inline graphic are the probability density functions of Inline graphic and Inline graphic, respectively.

In order to calculate the MI, it is necessary to first estimate the unknown probability density or mass functions Inline graphic, Inline graphic and Inline graphic.

Distance Correlation

Distance correlation proposed by [19] is a creative way to detect the dependence. The key idea is to measure the discrepancy between the joint characteristic function and the product of its marginal characteristic functions in a special weighted Inline graphic space. Specifically, for random variables Inline graphic, denote the joint characteristic function of Inline graphic by Inline graphic, and its marginal characteristic functions Inline graphic and Inline graphic. The distance covariance between Inline graphic and Inline graphic is defined as the root of the following equation:

graphic file with name pone.0087446.e027.jpg

where Inline graphic and q are the dimensions of Inline graphic and Inline graphic, respectively, and Inline graphic is the weight function given by Inline graphic with Inline graphic and Inline graphic. By standardizing the distance covariance, the distance correlation can be defined as,

graphic file with name pone.0087446.e035.jpg

It can be shown that the empirical distance covariance for a given iid sample Inline graphic can be calculated by

graphic file with name pone.0087446.e037.jpg

where

graphic file with name pone.0087446.e038.jpg
graphic file with name pone.0087446.e039.jpg
graphic file with name pone.0087446.e040.jpg

The empirical form of DC is quite simple in terms of the norms and does not involve the probability density estimator like the MI.

DC-based GRNs Inference

A central role in GRNs inference algorithms is the dependence matrix Inline graphic, whose Inline graphic element Inline graphic measures the dependence between variables (genes) Inline graphic and Inline graphic. In nonlinear GRNs inference algorithms, the MI is the common choice in characterizing the nonlinear association between genes, that is

graphic file with name pone.0087446.e046.jpg

However, as discussion above, estimating mutual information is a tough task and the estimator is usually biased and unstable [12], [14]. Here, we use the DC as an alternative measurement to model the dependence matrix, that is

graphic file with name pone.0087446.e047.jpg

To verify the importance of incorporating the DC into inferring GRNs, we consider three popular gene regulatory network inference algorithms, CLR, MRNET and REL [10]-[12], and compare the performances of DC-based algorithms and MI-based algorithms. For the sake of clarification, we denote the MI-based algorithms by CLR-MI, MRNET-MI and REL-MI and the DC-based algorithms CLR-DC, MRNET-DC and REL-DC, repectively.

Results

In this section, we present the results of different methods based on simulated data and real data.

Validation

The performance will be evaluated by receiver operator characteristic (ROC) curve and precision-recall (PR) curve. The ROC curve is a graphical tool in evaluating the predictive results in order to avoid choosing the threshold. However, the ROC curve may overestimate the performance of the GRNs inference method due to the sparsity of GRNs [22]. The PR curve is recommended to be an alternative to the ROC curves [23]. Here we use ROC curve, which is a scoring metric adopted by DREAM3, as well as PR curves to evaluate the methods. The areas under ROC curve (AUC) and PR curve are also calculated.

Evaluation on Simulation Data

Simulated data from DREAM challenge

We first evaluate our methods based on the widely-used Yeast knock-out gene expression data with size Inline graphic, Inline graphic, and Inline graphic from DREAM3 in-silico network challenge [4][6]. DREAM challenge is a dialogue for Reverse Engineering Assessments and Methods, which provides a standard assessment of GRNs inference methods. In the DREAM3 challenge, the Yeast knock-out gene expression data and their gold standard networks are given.

In order to clearly compare the performance of different methods, the ROC curves and the PR curves are plotted in Figure 1. Figure 1A presents the ROC curves on DREAM3 challenge Yeast dataset with size Inline graphic. Figure 1A shows that the DC-based algorithms perform much better than the corresponding MI-based algorithms, the DC therefore has high power in characterizing the nonlinear regulatory relationship. We can observe the similar results of the PR curves in Figure 1B. The ROC curves and the PR curves of three different algorithms on Yeast gene expression data with size 50 and 100 are described in Figure S1S2. In these two cases, the DC-based algorithms consistently outperform the MI-based algorithms.

Figure 1. The performance of different methods on DREAM3 challenge Yeast dataset in size 10.

Figure 1

(A) The ROC curves of different methods. (B) The PR curves of different methods. TP rate = TP/(TP+FN), FP rate = FP/(TP+TN), precision = TP/(TP+FP), recall = TP/(TP+FN), where TP, FP, TN and FN are the numbers of true positives, false positives, true negatives and false positives, respectively.

Figure 2 displays the networks inferred by using the REL-MI and REL-DC methods based on the DREAM3 challenge Yeast dataset with size 10. To equally comparing the performance of the REL-MI and REL-DC methods, we set the true positive rates of both methods to be 0.8 and then compare the false positives. We can observe from Figure 2B that there are four false positives G5-G4,G5-G2,G4-G2 and G1-G9 by REL-MI. The four non-existing regulations G5-G4,G5-G2,G4-G2 and G1-G9 are probably incurred by the co-regulators, while the MI-based methods work on the pair-wise association only. Figure 2C displays the network inferred by using the REL-DC method. Obviously, the false positives G5-G4,G5-G2 and G1-G9 are successfully removed by REL-DC, which indicates that the DC-based methods work well in distinguishing direct (or causal) interactions from indirect associations.

Figure 2. Networks inferred from DREAM3 challenge Yeast dataset with size 10.

Figure 2

(A) The true network with 10 nodes and 10 edges. (B) Network Inferred by using the REL-MI method. The dashed lines G5-G4,G5-G2,G4-G2 and G1-G9 are false positives, while G4-G9 and G3-G5 are false negative. (C) Network Inferred by using the REL-DC method. The dashed lines G4-G2 is false positives, while G4-G9 and G5-G7 are false negative.

Table 1 provides the results for three different methods on DREAM3 challenge Yeast dataset with size 10, 50,and 100, respectively. The results indicate that the DC-based methods improve greatly the accuracy of GRNs inference compared with the MI-based methods.

Table 1. The ROC areas and the PR areas of different methods on DREAM3 challenge Yeast dataset with size 10, 50, 100 and Syndata, respectively.
Method CLR-MI CLR-DC MRNET-MI MRNET-DC REL-MI REL-DC
ROC area
Size10 0.83 0.99 0.81 0.99 0.86 0.99
Size50 0.79 0.89 0.76 0.89 0.79 0.89
Size100 0.8 0.87 0.78 0.85 0.75 0.86
PR area
Size10 0.63 0.94 0.5 0.97 0.72 0.92
Size50 0.19 0.5 0.16 0.52 0.34 0.47
Size100 0.15 0.43 0.14 0.36 0.12 0.35

Simulated data from SynTReN

In this section, we also compare the performance of different methods in another simulated datasets generated by SynTReN network generator [24]. SynTReN network generator is used to create synthetic transcriptional regulatory network and respective simulated data from the source networks with different levels of noise. Here, the synthetic transcriptional regulatory networks are generated from Escherichia coli and the number of nodes is set to be Inline graphic, in which there are 100 nodes in background network. We can observe from Table 2 that the DC-based algorithms consistently outperform the corresponding MI-based algorithms. For simplicity, the ROC and PR curves of different methods with different levels of noise are deferred to Figure S3S5. Figure S3S5 also demonstrate that the DC-based algorithms are superior to the MI-based algorithms in characterizing non-linear dependence.

Table 2. The ROC areas and the PR areas of different methods on SynTReN datasets with noise 0.1, 0.2, 0.3, respectively.
Method CLR-MI CLR-DC MRNET-MI MRNET-DC MI DC
ROC area
0.1 noise 0.78 0.86 0.78 0.84 0.75 0.84
0.2 noise 0.63 0.73 0.63 0.72 0.57 0.64
0.3 noise 0.63 0.72 0.62 0.73 0.57 0.64
PR area
0.1 noise 0.09 0.20 0.06 0.11 0.06 0.07
0.2 noise 0.07 0.14 0.06 0.09 0.06 0.07
0.3 noise 0.07 0.14 0.06 0.10 0.07 0.09

Evaluation on Real Gene Expression Data

We investigate the performance of the DC-based methods in the well-known SOS DNA repair network and experiment dataset in Escherichia coli [25]. Figure 3 presents the ROC and PR curves for the MI-based algorithms and the DC-based algorithms, and Table 3 presents the ROC and PR areas for different methods. All of these compared results demonstrate the superiority of the DC-based methods on this real gene expression data.

Figure 3. The performance of different methods on Escherichia coli.

Figure 3

(A) The ROC curves of different methods. (B) The PR curves of different methods. TP rate = TP/(TP+FN), FP rate = FP/(TP+TN), precision = TP/(TP+FP), recall = TP/(TP+FN), where TP, FP, TN and FN are the numbers of true positives, false positives, true negatives and false positives, respectively.

Table 3. The ROC areas and the PR areas of different methods on SOS network in E.coli.

Method CLR-MI CLR-DC MRNET-MI MRNET-DC REL-MI REL-DC
ROC area
SOS 0.53 0.72 0.52 0.78 0.59 0.85
PR area
SOS 0.66 0.77 0.59 0.79 0.61 0.86

Discussion

In this article, we integrate the recently developed DC into GRNs inference algorithms and verify the power and computational effectiveness of the DC in inferring GRNs through three well-known GRNs inference algorithms: CLR, MRNET and REL. After comparing them carefully with the existing MI-based algorithms, we find that the proposed DC-based algorithms can uncover the nonlinear dependence more powerfully, and increase the accuracy in inferring GRNs. Although we only incorporate the DC into three MI-based GRNs inference algorithms, our idea can be extended to any other MI-based algorithms.

The DC has several strengths in comparison with the MI. Firstly, both the DC and the MI are nonparametric and have the property that the DC or the MI of two random variables equals to zero almost surely if and only if these two variables are independent, but the MI estimators need to discretize the variables which may not utilize the data sufficiently and lower the power. Secondly, the DC has computational effectiveness in detecting nonlinear dependence between multivariate variables [20]. Lastly but importantly, the DC can directly investigate the joint regulations of at least two sets of target genes. However, to the best of our knowledge, MI can work on pair-wise regulations in GRNs well. Despite the three-way mutual information (MI3) [26], a modified version of MI, has been designed to detect the co-regulators of target genes, the extension is tricky and MI3 can only detect two of the co-regulators [13].

We also compare the DC with another recently developed dependence measurement, maximum information criterion (MIC) [27] in GRNs inference. Table S1, S2 and S3 display the results of the MIC-based algorithms and the DC-based algorithms. The results suggest that the DC-based algorithms still outperform the MIC-based ones significantly in inferring GRNs.

However, none of the MI-based, the MIC-based or the DC-based methods is capable of detecting edge directionality. This issue can be partially alleviated by a two-stage procedure: the pair-wise association is detected first, and then the edge directionality is inferred using some specified methods such as linear regression [28]. In any case, this issue is not well understood. Furthermore, the proposed DC-based algorithms are designed to detect the direct interaction. Extending the DC-based methods to distinguish the direct interactions from indirect ones can help identify the false positive interactions hence increasing the detecting power [13]. Interestingly, comparing with the MI-based methods, the DC-based methods perform much better in distinguishing direct or causal interactions from indirect associations even though the DC considers the unconditional correlation only.

Conclusion

In this paper, we introduce the DC-based algorithms for GRNs inference. The DC has appealing features such as computational effectiveness, no normality assumption and high power in detecting nonlinear dependence. Both of the simulated data and the real data analysis show that the proposed DC-based algorithms performs better than the corresponding MI-based algorithms. In conclusion, the DC-based methods can be served as a starting-point to characterize complex regulation relationship between genes, but not limit to infer GRNs.

Supporting Information

Figure S1

Comparison of the performance of different methods on DREAM3 challenge Yeast dataset in size 50. (A) The ROC curves of different methods.(B) The PR curves of different methods. The plots show that the DC-based methods perform consistently much better than the MI-based methods, which demonstrate the superiority of DC in detecting non-linear regulatory relationship between genes.

(EPS)

Figure S2

Comparison of the performance of different methods on DREAM3 challenge Yeast dataset in size 100. (A) The ROC curves of different methods.(B) The PR curves of different methods. The plots show that the DC-based methods perform consistently much better than the MI-based methods, which demonstrate the superiority of DC in detecting non-linear regulatory relationship between genes.

(EPS)

Figure S3

Comparison of the performance of different methods on SynTReN dataset with 0.1 noise. The number of nodes in the networks was 200. (A) The ROC curves of different methods. (B) The PR curves of different methods. The plots show that DC-based methods perform consistently better than MI-based methods, even though the difference are not obvious in some cases.

(EPS)

Figure S4

Comparison of the performance of different methods on SynTReN dataset with 0.2 noise. The number of nodes in the networks was 200. (A) The ROC curves of different methods. (B) The PR curves of different methods. The plots show that DC-based methods perform consistently better than MI-based methods, even though the difference are not obvious in some cases.

(EPS)

Figure S5

Comparison of the performance of different methods on SynTReN dataset with 0.3 noise. The number of nodes in the networks was 200. (A) The ROC curves of different methods.(B) The PR curves of different methods. The plots show that DC-based methods perform consistently better than MI-based methods, even though the difference are not obvious in some cases.

(EPS)

Table S1

Comparison of ROC area and PR area of MIC-based algorithms and DC-based algorithms on DREAM3 challenge Yeast dataset in size 10, 50, 100, respectively. All of the results show that DC is significantly superior to the MIC in GRNs inference, which demonstrate that the DC is a powerful dependence measure in inferring GRNs.

(DOCX)

Table S2

Comparison of ROC area and PR area of MIC-based algorithms and DC-based algorithms on SynTReN datasets with noise 0.1, 0.2, 0.3, respectively. All of the results show that DC is significantly superior to the MIC in GRNs inference, which demonstrate that the DC is a powerful dependence measure in inferring GRNs.

(DOCX)

Table S3

Comparison of ROC area and PR area of MIC-based algorithms and DC-based algorithms on SOS network in E.coli.data. All of the results show that DC is significantly superior to the MIC in GRNs inference, which demonstrate that the DC is a powerful dependence measure in inferring GRNs.

(DOCX)

Supporting Information S1

The source data and code used in this article can be freely downloaded at: https://github.com/xiangdiuxiu/NetworkDC.

Funding Statement

Xueqin Wang’s research is partially supported by NSFC for Excellent Young Scholar (11322108), NCET (12-0559), NSFC (11001280), and Major State Basic Research Development Program (2012CB517900). The funders had no role in study design, data collection and analysis, decision to publish, or preparation of the manuscript.

References

  • 1. Hughes T, Marton M, Jones A, Roberts C, Stoughton R, et al. (2000) Functional discovery via a compendium of expression profiles. Cell 102: 109–126. [DOI] [PubMed] [Google Scholar]
  • 2. Basso K, Margolin A, Stolovitzky G, Klein U, Dalla-Favera R, et al. (2005) Reverse engineering of regulatory networks in human b cells. Nature genetics 37: 382–390. [DOI] [PubMed] [Google Scholar]
  • 3. Margolin A, Wang K, Lim W, Kustagi M, Nemenman I, et al. (2006) Reverse engineering cellular networks. Nature Protocols 1: 662–671. [DOI] [PubMed] [Google Scholar]
  • 4. Marbach D, Schaffter T, Mattiussi C, Floreano D (2009) Generating realistic in silico gene networks for performance assessment of reverse engineering methods. Journal of Computational Biology 16: 229–239. [DOI] [PubMed] [Google Scholar]
  • 5. Marbach D, Prill R, Schaffter T, Mattiussi C, Floreano D, et al. (2010) Revealing strengths and weaknesses of methods for gene network inference. Proceedings of the National Academy of Sciences 107: 6286–6291. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 6. Prill RJ, Marbach D, Saez-Rodriguez J, Sorger PK, Alexopoulos LG, et al. (2010) Towards a rigorous assessment of systems biology models: the dream3 challenges. PloS one 5: e9202. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 7. Brunel H, Gallardo-Chacón J, Buil A, Vallverdú M, Soria J, et al. (2010) Miss: a non-linear methodology based on mutual information for genetic association studies in both population and sib-pairs analysis. Bioinformatics 26: 1811–1818. [DOI] [PubMed] [Google Scholar]
  • 8.Cover T, Thomas J (2006) Elements of information theory. Wiley-interscience.
  • 9. Margolin A, Nemenman I, Basso K, Wiggins C, Stolovitzky G, et al. (2006) Aracne: an algorithm for the reconstruction of gene regulatory networks in a mammalian cellular context. BMC bioinformatics 7: S7. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 10. Faith J, Hayete B, Thaden J, Mogno I, Wierzbowski J, et al. (2007) Large-scale mapping and validation of escherichia coli transcriptional regulation from a compendium of expression profiles. PLoS biology 5: e8. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 11.Butte A, Kohane I (2000) Mutual information relevance networks: functional genomic clustering using pairwise entropy measurements. In: Pac Symp Biocomput. volume 5, 418–429. [DOI] [PubMed]
  • 12. Meyer P, Lafitte F, Bontempi G (2008) minet: Ar/bioconductor package for inferring large transcriptional networks using mutual information. BMC bioinformatics 9: 461. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 13. Zhang X, Zhao X, He K, Lu L, Cao Y, et al. (2012) Inferring gene regulatory networks from gene expression data by path consistency algorithm based on conditional mutual information. Bioinformatics 28: 98–104. [DOI] [PubMed] [Google Scholar]
  • 14. de Matos Simoes R, Emmert-Streib F (2012) Bagging statistical network inference from large-scale gene expression data. PLoS One 7: e33624. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 15. Paninski L (2003) Estimation of entropy and mutual information. Neural Computation 15: 1191–1253. [Google Scholar]
  • 16. Schäfer J, Strimmer K (2005) A shrinkage approach to large-scale covariance matrix estimation and implications for functional genomics. Statistical applications in genetics and molecular biology 4: 32. [DOI] [PubMed] [Google Scholar]
  • 17.Schúrmann T, Grassberger P (2002) Entropy estimation of symbol sequences. arXiv preprint cond-mat/0203436. [DOI] [PubMed]
  • 18. Emmert-Streib F, Altay G (2010) Local network-based measures to assess the inferability of different regulatory networks. Systems Biology, IET 4: 277–288. [DOI] [PubMed] [Google Scholar]
  • 19. Székely G, Rizzo M, Bakirov N (2007) Measuring and testing dependence by correlation of distances. The Annals of Statistics 35: 2769–2794. [Google Scholar]
  • 20.Gorfine M, Heller R, Heller Y (2012) Comment on detecting novel associations in large data sets. Available: http://iew3 technion ac il/∼gorfinm/files/science6 pdf.
  • 21.Székely GJ, Rizzo ML (2009) Brownian distance covariance. The annals of applied statistics: 1236–1265. [DOI] [PMC free article] [PubMed]
  • 22.Davis J, Goadrich M (2006) The relationship between precision-recall and roc curves. In: Proceedings of the 23rd international conference on Machine learning. ACM, 233–240.
  • 23.Meyer PE, Kontos K, Lafitte F, Bontempi G (2007) Information-theoretic inference of large transcriptional regulatory networks. EURASIP Journal on Bioinformatics and Systems Biology 2007. [DOI] [PMC free article] [PubMed]
  • 24. Van den Bulcke T, Van Leemput K, Naudts B, van Remortel P, Ma H, et al. (2006) Syntren: a generator of synthetic gene expression data for design and analysis of structure learning algorithms. BMC bioinformatics 7: 43. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 25. Shen-Orr SS, Milo R, Mangan S, Alon U (2002) Network motifs in the transcriptional regulation network of escherichia coli. Nature genetics 31: 64–68. [DOI] [PubMed] [Google Scholar]
  • 26. Luo W, Hankenson KD, Woolf PJ (2008) Learning transcriptional regulatory networks from high throughput gene expression data using continuous three-way mutual information. BMC bioinformatics 9: 467. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 27. Reshef D, Reshef Y, Finucane H, Grossman S, McVean G, et al. (2011) Detecting novel associations in large data sets. science 334: 1518–1524. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 28. Carrera J, Rodrigo G, Jaramillo A (2009) Model-based redesign of global transcription regulation. Nucleic acids research 37: e38–e38. [DOI] [PMC free article] [PubMed] [Google Scholar]

Associated Data

This section collects any data citations, data availability statements, or supplementary materials included in this article.

Supplementary Materials

Figure S1

Comparison of the performance of different methods on DREAM3 challenge Yeast dataset in size 50. (A) The ROC curves of different methods.(B) The PR curves of different methods. The plots show that the DC-based methods perform consistently much better than the MI-based methods, which demonstrate the superiority of DC in detecting non-linear regulatory relationship between genes.

(EPS)

Figure S2

Comparison of the performance of different methods on DREAM3 challenge Yeast dataset in size 100. (A) The ROC curves of different methods.(B) The PR curves of different methods. The plots show that the DC-based methods perform consistently much better than the MI-based methods, which demonstrate the superiority of DC in detecting non-linear regulatory relationship between genes.

(EPS)

Figure S3

Comparison of the performance of different methods on SynTReN dataset with 0.1 noise. The number of nodes in the networks was 200. (A) The ROC curves of different methods. (B) The PR curves of different methods. The plots show that DC-based methods perform consistently better than MI-based methods, even though the difference are not obvious in some cases.

(EPS)

Figure S4

Comparison of the performance of different methods on SynTReN dataset with 0.2 noise. The number of nodes in the networks was 200. (A) The ROC curves of different methods. (B) The PR curves of different methods. The plots show that DC-based methods perform consistently better than MI-based methods, even though the difference are not obvious in some cases.

(EPS)

Figure S5

Comparison of the performance of different methods on SynTReN dataset with 0.3 noise. The number of nodes in the networks was 200. (A) The ROC curves of different methods.(B) The PR curves of different methods. The plots show that DC-based methods perform consistently better than MI-based methods, even though the difference are not obvious in some cases.

(EPS)

Table S1

Comparison of ROC area and PR area of MIC-based algorithms and DC-based algorithms on DREAM3 challenge Yeast dataset in size 10, 50, 100, respectively. All of the results show that DC is significantly superior to the MIC in GRNs inference, which demonstrate that the DC is a powerful dependence measure in inferring GRNs.

(DOCX)

Table S2

Comparison of ROC area and PR area of MIC-based algorithms and DC-based algorithms on SynTReN datasets with noise 0.1, 0.2, 0.3, respectively. All of the results show that DC is significantly superior to the MIC in GRNs inference, which demonstrate that the DC is a powerful dependence measure in inferring GRNs.

(DOCX)

Table S3

Comparison of ROC area and PR area of MIC-based algorithms and DC-based algorithms on SOS network in E.coli.data. All of the results show that DC is significantly superior to the MIC in GRNs inference, which demonstrate that the DC is a powerful dependence measure in inferring GRNs.

(DOCX)

Supporting Information S1

The source data and code used in this article can be freely downloaded at: https://github.com/xiangdiuxiu/NetworkDC.


Articles from PLoS ONE are provided here courtesy of PLOS

RESOURCES