Skip to main content
EURASIP Journal on Bioinformatics and Systems Biology logoLink to EURASIP Journal on Bioinformatics and Systems Biology
. 2008 Jun 4;2008(1):253894. doi: 10.1155/2008/253894

Gene Regulatory Network Reconstruction Using Conditional Mutual Information

Kuo-Ching Liang 1, Xiaodong Wang 1,
PMCID: PMC3171392  PMID: 18584050

Abstract

The inference of gene regulatory network from expression data is an important area of research that provides insight to the inner workings of a biological system. The relevance-network-based approaches provide a simple and easily-scalable solution to the understanding of interaction between genes. Up until now, most works based on relevance network focus on the discovery of direct regulation using correlation coefficient or mutual information. However, some of the more complicated interactions such as interactive regulation and coregulation are not easily detected. In this work, we propose a relevance network model for gene regulatory network inference which employs both mutual information and conditional mutual information to determine the interactions between genes. For this purpose, we propose a conditional mutual information estimator based on adaptive partitioning which allows us to condition on both discrete and continuous random variables. We provide experimental results that demonstrate that the proposed regulatory network inference algorithm can provide better performance when the target network contains coregulated and interactively regulated genes.

1. Introduction

The prediction of the functions of genes and the elucidation of the gene regulatory mechanisms have been an important topic of genomic research. The advances in microarray technology over the past decade have provided a wealth of information by allowing us to observe the expression levels of thousands of genes at once. With the increasing availability of gene expression data, the development of tools that can more accurately predict gene-to-gene interactions and uncover more complex interactions between genes has become an intense area of research.

1.1. Background

Gene Clustering Algorithms

Some of the first attempts at determining gene regulations are based on the gene expression clustering algorithms. These algorithms determine genes that are likely to be coregulated by grouping genes that exhibit similar gene expressions under the same conditions. Different clustering algorithms differ in the metric used to measure similarity between gene expressions, and how the metric is used to cluster into groups similarly expressed genes [1]. In [2], a hierarchical clustering algorithm using a correlation coefficient metric is proposed. The K-means algorithm has also been applied to partition genes into different clusters [3]. Other clustering algorithms such as self-organizing map (SOM) [4], mutual-information-based algorithms [5,6], and graph-theory-based algorithms [7] have also been proposed.

Graphical Algorithms

While gene clustering algorithms allow us to discover genes that are coregulated, they do not reveal much of the underlying biological mechanism such as the regulatory pathways. In recent years, many models have been proposed attempting to understand how individual genes interact with each other to govern the diverse biological processes in the cell. In [810], gene regulatory network inference based on graphical models is proposed. A graphical model depicts the relationships among nodes in a graph which are considered as random variables. Links between nodes represent dependence of the two variables. For network inference based on the graphical Gaussian model [11,12], the nodes with corresponding random variables Inline graphic are assumed to be jointly distributed according to the multivariate Gaussian distribution Inline graphic, with mean vector Inline graphic and covariance matrix Inline graphic. In [13], the gene-to-gene interaction is predicted from expression data using Bayesian networks, another type of graphical model. The dependence relationship between the variables is denoted by a directed acyclic graph where the nodes are associated with the variables Inline graphic, Inline graphic, and the nodes are linked if a dependent relationship exists between the two corresponding variables. Given a set of expression values Inline graphic, the algorithm selects the graph Inline graphic that best describes Inline graphic by choosing the graph that maximizes a scoring function based on the Bayes' rule Inline graphic. In [14], gene regulatory network reconstruction based on the dynamic Bayesian network is proposed to support cycles in the network, and time-series data in Inline graphic.

Relevance Network Algorithms

Another method that is related to graphical model is called relevance network. Relevance networks are based on the idea of "covariance graph" where a link exists between genes Inline graphic and Inline graphic, if and only if the corresponding gene expressions of Inline graphic and Inline graphic are marginally dependent [15]. Different measures of dependence have been used in relevance-network-based algorithms. In [16], the correlation coefficient is used to represent the dependence between two genes, and in both [16,17], mutual information is used to measure the nonlinear relationship between the expressions of two genes. Since these metrics are computed from a finite number of samples, a threshold is often imposed so that two nodes are connected if the computed metric between the two nodes is above the threshold. In [17], entropy and joint entropy are first computed based on the histogram, then the mutual information of Inline graphic and Inline graphic is computed by Inline graphic. In [18], the proposed ARACNE algorithm uses the Gaussian kernel estimator to estimate the mutual information between the expressions Inline graphic and Inline graphic of genes Inline graphic and Inline graphic. Before estimating Inline graphic from the observed expressions Inline graphic and Inline graphic using the Gaussian kernel estimator, Inline graphic and Inline graphic are copula-transformed to take values between 0 and 1. This step is performed so that the expression data are transformed to uniform distribution, and arbitrary artifacts from microarray processing are removed. In gene regulatory networks, if gene Inline graphic regulates Inline graphic, which in turn regulates Inline graphic, then Inline graphic and Inline graphic will also be highly correlated. Using methods based on relevance network, a link will often be incorrectly inferred between Inline graphic and Inline graphic due to the high correlation measures. In [18], ARACNE tries to resolve this problem by using the data processing inequality (DPI). From DPI, if Inline graphic, and Inline graphic form a Markov chain (denoted as Inline graphic), then Inline graphic[19]. For a triplet of genes where the estimated mutual information of all three pairs of genes exceed the threshold, the link with the lowest mutual information is removed by ARACNE in the DPI step.

While relevance-network-based methods such as ARACNE perform well when the interactions in the gene regulatory network are between pairs of genes, they are unable to completely discover interactions that are results of the joint regulation of the target gene by two or more genes. The XOR interactive regulation is one such interaction that can be recognized only by exploiting the conditional dependence between variables of interest. Using conditional mutual information (CMI), it is possible to detect the XOR and other nonlinear interactive regulation by two genes.

Several recent works have attempted to incorporate information theoretic measures for more than two variables in regulatory network discovery. In [20], a CMI measure where the conditioning variable takes discrete values in two states (high and low) is proposed to discovery the transcriptional interactions in the human B lymphocytes. In [21,22], methods based on both MI and CMI have also been proposed to decrease the false positive rate for the detection of the interactions. In [23], the conditional coexpression model is introduced, and the CMI is used as a measure of conditional coexpression. In [24], an extension of the context likelihood of relatedness (CLR) algorithm [25], called "synergy augmented CLR" is proposed. The technique uses the recently developed information theoretic concept of synergy [26] to define a numerical score for a transcriptional interaction by identifying the most synergistic partner gene for the interaction. In this work, we propose a relevance-network-based gene regulatory network inference algorithm similar to [24], using information theoretic measure to determine the relationship between triplets of genes.

1.2. Objective

Here, we make use of both mutual information and conditional mutual information as measures of dependence between gene expressions. The main focus of this work is to discover the potential interactions between genes by adapting the relevance network model, which is also used in [17,18]. The inference of the connectivity, or the "wiring" of the network, is also an important aspect of biological network inference. The proposed network inference algorithm uses an adaptive partitioning scheme to estimate the mutual information between Inline graphic and Inline graphic conditioned on Inline graphic, where Inline graphic can be either discrete or continuous. We show that using both mutual information and conditional mutual information allows us to more accurately detect correlations due to interactive regulation and other complex gene-to-gene relationships. In this work, our primary focus is on the detection of Boolean interactive regulation and other interactions which cause incorrect inferences, such as coregulation and indirect regulation. The experimental results show that the proposed network inference algorithm can successfully detect these types of regulation, and outperform two commonly used algorithms, BANJO and ARACNE.

The remainder of the paper is organized as follows. In Section 2, we present the system model for regulatory network inference. In Section 3, we present the adaptive partitioning algorithms for estimating mutual information and conditional mutual information as well as our proposed network inference algorithm based on MI-CMI. In Section 4, we present experimental results. Section 5 concludes the paper.

2. System Model

Suppose that the given set of genes Inline graphic form a regulatory network, where each node of the network is represented by a gene. Associated with each node, Inline graphic is a random variable Inline graphic with unknown steady-state distribution from which the expressions of Inline graphic are generated. We assume that for gene Inline graphic, we have the vector of Inline graphic steady-state gene expressions Inline graphic, where Inline graphic is the gene expression of gene Inline graphic under condition Inline graphic.

In a network inference problem, our primary goal is to correctly identify the links representing direct regulation and reduce the false negative and false positive links. A false negative can be due to the incorrect estimation of the metric that measures the interaction between the expressions of two genes. When interactive regulation is introduced into the network, false negatives may occur for certain interactive regulations due to that no significant interaction is detected between the regulated gene and any one of the regulating genes, but rather the regulation is only detectable when the regulated gene and all of the regulating genes are considered together. For example, in Figure 1(a), gene Inline graphic is being regulated by an XOR interaction of genes Inline graphic and Inline graphic. Using mutual information as metric, the individual interactions between Inline graphic and Inline graphic and between Inline graphic and Inline graphic are not discovered since Inline graphic.

Figure 1.

Figure 1

(a) XOR interactive regulation of Inline graphic by Inline graphic and Inline graphic. (b) Coregulation of Inline graphic and Inline graphic.

In the relevance network approach, two nodes are connected when they exhibit high degrees of interaction according to the chosen metric. Using metrics such as correlation coefficient and mutual information, high degrees of interaction between two genes typically indicate that one of the genes is directly or indirectly regulating the other gene, or the two genes are being coregulated by another gene. In relevance networks, indirect regulation and coregulated genes often are the cause of false positive links. ARACNE, as discussed in the previous section, removes indirect regulation by the application of DPI. However, ARACNE and other network inference algorithms based only on correlation coefficient or mutual information are unable to identify genes that are being coregulated, particularly if they are coregulated by the same mechanism. For example, in Figure 1(b), both Inline graphic and Inline graphic are regulated by an AND interaction of Inline graphic and Inline graphic. Using correlation coefficient or mutual information as metric will always result in a high interaction between Inline graphic and Inline graphic, and in most cases, greater than the interaction between the regulated gene and either one of the regulating genes, whereas using DPI will result in a false positive link.

The insufficiencies of using only mutual information or correlation coefficient as discussed above naturally lead us to the use of conditional mutual information as the metric of choice in our proposed regulatory network inference algorithm. For Figure 1(a), it is clear that the interaction between Inline graphic and Inline graphic and that between Inline graphic and Inline graphic can be detected by Inline graphic and Inline graphic. To resolve false positives due to coregulated genes recall that the conditional mutual information Inline graphic measures the reduction of information provided about Inline graphic by observing Inline graphic conditioned on having observed Inline graphic. An example of Figure 1(a) can be seen in [27]. In Figure 1(b), coregulation of Inline graphic and Inline graphic can be recognized by the fact that if Inline graphic and Inline graphic are regulated by the same biological mechanism, Inline graphic and Inline graphic, since having observed Inline graphic or Inline graphic, no more information is provided about Inline graphic by observing Inline graphic, or information provided about Inline graphic by observing Inline graphic, respectively. On the other hand, having observed Inline graphic, which regulates both Inline graphic and Inline graphic, the information provided about Inline graphic by observing Inline graphic is reduced, and we have Inline graphic. Thus, by considering both the mutual information and conditional mutual information, we are able to reduce the amount of false positive links due to coregulation. Example of Figure 1(b) can be seen in [28].

From the above discussion, in the next section, we develop a relevance-network-based regulatory network inference algorithm that utilizes both mutual information and conditional mutual information to predict interactions between genes from the observed gene expression data. It is clear that we need efficient estimators that can accurately compute mutual information and conditional mutual information from data. Moreover, the conditional mutual information estimator should be able to support both discrete and continuous conditioning variables to allow for wider ranging uses.

3. MI-CMI Regulatory Network Inference Algorithm

There are several mutual information estimators such as the Gaussian kernel estimator and the equipartition estimator [29] but each has its weakness. The Gaussian kernel estimator requires a smoothing window that needs to be optimized for different underlying distributions, thus increasing the estimator complexity. While the equipartition estimator is simple in nature, the different grids in a partition often have variable efficiency in terms of contribution to the mutual information estimate due to the underlying sample distribution. In this section, we make use of an adaptive partitioning mutual information estimator proposed in [30] and extend it to estimating conditional mutual information. These estimators are then employed in building our MI-CMI-based relevance network for regulatory network inference.

3.1. Adaptive Partitioning Mutual Information Estimator

Let us consider a pair of random variables Inline graphic and Inline graphic taking values in Inline graphic and Inline graphic, both of which are assumed to be the real line Inline graphic for simplicity. For each random variable, we have Inline graphic samples Inline graphic and Inline graphic. From the samples we wish to obtain an estimate Inline graphic of the mutual information Inline graphic.

For mutual information estimators that partition the samples according to equal length or equiprobable partition, many of the grids may turn out to be inefficient due to the distribution of the samples. For example, let Inline graphic and Inline graphic, where Inline graphic is uniformly distributed on Inline graphic. Hence, the samples fall on a unit circle; and grids inside the circle do not contribute to the estimation of the mutual information between Inline graphic and Inline graphic. Therefore, a partitioning scheme that can adaptively change the number, size, and placement of the grids is more efficient in estimating mutual information. In the following, we describe a mutual information estimator proposed in [30] that adaptively partitions the observation space based on the unknown underlying distributions of the samples.

In the adaptive partitioning scheme, the sample space Inline graphic is divided into rectangular grids of varying sizes depending on the underlying distributions. A grid denoted as Inline graphic has the Inline graphic-axis range Inline graphic and Inline graphic-axis range Inline graphic. Furthermore, the set containing all the grids of the partitioning is denoted as Inline graphic.

Let us denote Inline graphic, Inline graphic, and Inline graphic as the densities of the distributions Inline graphic, Inline graphic, and Inline graphic, respectively. We then define the following conditional distributions:

graphic file with name 1687-4153-2008-253894-i129.gif (1)

and their densities

graphic file with name 1687-4153-2008-253894-i130.gif (2)

respectively, where Inline graphic denotes the indicator function of the set Inline graphic can now be written as

graphic file with name 1687-4153-2008-253894-i133.gif (3)

where Inline graphic is called the restricted divergence and Inline graphic is the residual divergence.

We define a sequence of the partitioning of the sample space Inline graphic as nested if each grid Inline graphic is a disjoint union of grids Inline graphic, where Inline graphic can be different for each Inline graphic. Thus, Inline graphic can be seen as a refinement of Inline graphic. A nested sequence Inline graphic is said to be asymptotically sufficient for Inline graphic and Inline graphic if for every Inline graphic there exists a Inline graphic such that for each Inline graphic, one can find an Inline graphic satisfying

graphic file with name 1687-4153-2008-253894-i150.gif (4)

where Inline graphic denotes the Inline graphic-algebra of Inline graphic, and Inline graphic denotes the symmetric difference. In [30], it is shown that if the nested sequence Inline graphic is asymptotically sufficient for Inline graphic and Inline graphic, then

graphic file with name 1687-4153-2008-253894-i158.gif (5)

Given the pairs of samples Inline graphic, we define

graphic file with name 1687-4153-2008-253894-i160.gif (6)

that is, the frequency of the samples falling into the grid Inline graphic. Then, the restricted divergence Inline graphic can be estimated from the samples with the following estimator:

graphic file with name 1687-4153-2008-253894-i163.gif (7)

Furthermore, in [30] it is shown that the residual diversity approaches zero as Inline graphic and that

graphic file with name 1687-4153-2008-253894-i165.gif (8)

Thus, mutual information can be estimated by computing the relative sample frequency on appropriately placed rectangular grids.

We now give the adaptive partitioning algorithm that constructs an asymptotic sufficient sequence of partitions for mutual information estimation.

Algorithm 1 (Adaptive partitioning algorithm for mutual information estimation).

(i) Initialization: Partition Inline graphic and Inline graphic at Inline graphic and Inline graphic, respectively, such that

graphic file with name 1687-4153-2008-253894-i170.gif (9)

that is, Inline graphic and Inline graphic are the equiprobable partition points for Inline graphic and Inline graphic with respect to the empirical distribution of marginal distributions, and Inline graphic is divided into 4 grids. This partition is denoted as Inline graphic.

(ii) Partitioning Inline graphic: for a grid Inline graphic, select the partition points Inline graphic and Inline graphic, such that

graphic file with name 1687-4153-2008-253894-i181.gif (10)

Denote Inline graphic as the total number of samples in the grid Inline graphic and Inline graphic as the total number of samples in each of the quadrants created by the above partition. Compute the Pearson's chi-squared test for uniform distribution,

graphic file with name 1687-4153-2008-253894-i185.gif (11)

If the sample distribution of the quadrants passes the uniform test, that is, (11) holds, Inline graphic is added to Inline graphic. If the sample distribution does not pass the uniform test, the grids Inline graphic, Inline graphic, Inline graphic, and Inline graphic are added to Inline graphic.

(iii) Repeat step (ii) for all grids in Inline graphic.

(iv) Repeat steps (ii) and (iii) until Inline graphic. When the partitioning process is terminated, define Inline graphic.

(v) Using the partition Inline graphic, compute the mutual information estimate Inline graphic according to (7).

Here, we give an example of how to adaptively partition a given set of sampled data. In this example, we sampled 100 times Inline graphic and Inline graphic that are jointly Gaussian with correlation coefficient of 0.9 and both with mean zero. The 100 sample pairs are plotted in Figure 2(a). In Figure 2(b), we plot the same samples in their ordinal plot, meaning that each sample of Inline graphic and Inline graphic is ranked in decreasing order with respect to other samples from the same random variable, and the sample pairs are plotted by their integer-valued ranks. In the ordinal plots, equiprobable partition is equivalent to partition at the midpoint. In Figure 2(b), we can also see the dashed lines dividing the samples into 4 grids. This is the initialization partition that is always kept no matter how the samples are distributed. In Figure 2(c), we can see that the 4 grids are each partitioned into 4 quadrants by the dashed lines. Table 1 shows the distribution of the samples in quadrants created by the partitioning of the 4 grids during the second-level partition, and their chi-squared statistics. To pass the uniform chi-squared test for 95%, the chi-squared test statistic should be less than 7.815. As we can see from Table 1, all 4 grids failed the test, thus require further partitioning.

Figure 2.

Figure 2

Example of adaptive partitioning steps for pairwise mutual information. (a) 100 samples of Inline graphic and Inline graphic jointly Gaussian with Inline graphic (b) Initialization partition of the original samples (c) Second-level partition of the grids (d) Third-level partition of the grids

Table 1.

Quadrant sample counts in each grid after second-level partition, and result of chi-squared test.

Quadrant 1 Quadrant 2 Quadrant 3 Quadrant 4 Inline graphic statistic Pass?
Grid 1 18 7 6 11 8.4762 no
Grid 2 0 0 7 1 17.0000 no
Grid 3 1 6 1 0 11.0000 no
Grid 4 12 6 18 6 9.4286 no

In Figure 2(d), we can see that 13 nonzero grids from the previous steps are each divided into 4 quadrants by the dashed lines. Table 2 shows similarly for the third-level partitions the quadrant sample counts in each of the grids, and their chi-squared test results. From Table 2, we can see that all grids pass the chi-squared test, thus the third-level partition is not needed, and the adaptive partitioning scheme has partitioned the samples into the 13 grids shown in Figure 2(d).

Table 2.

Quadrant sample counts in each grid after third-level partition, and result of chi-squared test.

Quadrant 1 Quadrant 2 Quadrant 3 Quadrant 4 Inline graphic statistic Pass?
Grid 1 7 3 5 3 2.4444 yes
Grid 2 2 1 1 3 1.5714 yes
Grid 3 2 3 0 1 3.3333 yes
Grid 4 3 3 4 1 1.7273 yes
Grid 5 2 0 2 3 2.7143 yes
Grid 6 0 0 1 0 3.0000 yes
Grid 7 0 1 0 0 3.0000 yes
Grid 8 2 2 1 1 0.6667 yes
Grid 9 4 2 5 1 3.3333 yes
Grid 10 2 0 1 3 3.3333 yes
Grid 11 1 0 0 0 3.0000 yes
Grid 12 3 2 1 0 3.3333 yes
Grid 13 2 5 5 6 2.0000 yes

3.2. Conditional Mutual Information Estimator

Works in various fields have utilized conditional mutual information to test for conditional independence. However, in most cases, they are often limited to conditioning on a discrete, often binary, random variable [31,32]. When conditioning on a discrete random variable, the conditional mutual information can be computed as

graphic file with name 1687-4153-2008-253894-i207.gif (12)

This is done by simply dividing the samples into Inline graphic bins according to the value Inline graphic takes, and taking the weighted summation of the mutual information in each bin. In the case of conditioning on a continuous random variable, however, the partitioning of Inline graphic is often not so clear. Next, we propose a modification to the adaptive partitioning estimator that also adaptively partitions the z-axis to allow the estimation of conditional mutual information when the conditioned random variable is continuous.

Let us consider a triplet of random variables Inline graphic, and Inline graphic taking real values in Inline graphic, and Inline graphic, respectively. Given the samples Inline graphic, Inline graphic, and Inline graphic, we wish to compute an estimate Inline graphic of the conditional mutual information Inline graphic.

Suppose that the space Inline graphic is divided into cuboids of various sizes depending on the underlying distributions. The cuboid denoted as Inline graphic has range Inline graphic on the Inline graphic-axis, Inline graphic on the Inline graphic-axis, and Inline graphic on the Inline graphic-axis, and the set containing all the cuboids of the partition is denoted as Inline graphic. We then define the following conditional distribution:

graphic file with name 1687-4153-2008-253894-i229.gif (13)

and its density

graphic file with name 1687-4153-2008-253894-i230.gif (14)

Similar to (3), we can write Inline graphic as

graphic file with name 1687-4153-2008-253894-i232.gif (15)

where Q denotes Inline graphicInline graphic and R denotes Inline graphicInline graphic.

We can rewrite Inline graphic as

graphic file with name 1687-4153-2008-253894-i238.gif (16)

Notice that this is simply a weighted sum for the restricted diversity as computed in (3) for samples grouped according to the z-axis partition Inline graphic, and for a partition Inline graphic,

graphic file with name 1687-4153-2008-253894-i241.gif (17)

and it can be estimated as

graphic file with name 1687-4153-2008-253894-i242.gif (18)

Following the proof in [30,33],

graphic file with name 1687-4153-2008-253894-i243.gif (19)

We can see from (15) and (17) that

graphic file with name 1687-4153-2008-253894-i244.gif (20)

and the integral

graphic file with name 1687-4153-2008-253894-i245.gif (21)

in the definition of Inline graphic vanishes if and only if Inline graphic, that is, Inline graphic and Inline graphic are independent in the cuboid Inline graphic. In the following, we propose an adaptive partitioning scheme that partitions the given samples into cuboids, where in each cuboid the conditional distributions of Inline graphic and Inline graphic given Inline graphic are independent. Similar to Algorithm 1, we use the Pearson's chi-square test to determine the independence of the samples.

We now present the algorithm for estimating the conditional mutual information with continuous conditioning variable.

Algorithm 2 (Adaptive partitioning algorithm for conditional mutual information estimation).

(i) Initialization: partition Inline graphic, and Inline graphic at Inline graphic, and Inline graphic, respectively, such that

graphic file with name 1687-4153-2008-253894-i258.gif (22)

that is, Inline graphic, and Inline graphic are the equiprobable partition points for Inline graphic, Inline graphic, and Inline graphic with respect to the empirical distribution of marginal distributions, and Inline graphic is divided into 8 cuboids. This partition is denoted as Inline graphic.

(ii) Partitioning Inline graphic: for a cuboid Inline graphic, select the partition points Inline graphic, and Inline graphic, such that

graphic file with name 1687-4153-2008-253894-i270.gif (23)

Denote Inline graphic as the total number of samples in the cuboid Inline graphic and Inline graphic as the total number of samples in each of the octants created by the above partition. Compute the Pearson's chi-squared test for uniform distribution,

graphic file with name 1687-4153-2008-253894-i274.gif (24)

If the sample distribution passes the uniform test, that is, if (24) holds, the cuboid Inline graphic is added to Inline graphic. If the sample distribution does not pass the uniform test, the cuboids

graphic file with name 1687-4153-2008-253894-i277.gif (25)

are added to Inline graphic.

(iii) Repeat step (ii) for all cuboids in Inline graphic.

(iv) Repeat steps (ii) and (iii) until Inline graphic. When the partitioning process is terminated, define Inline graphic.

(v) Using the partition Inline graphic, compute the conditional mutual information estimate Inline graphic according to (18).

Figures 3 and 4 give an adaptive partition of a trivariate sample data. Note that Inline graphic is the output of an XOR gate with Inline graphic and Inline graphic as inputs, with random noise added to both the inputs and the output. We can see that the Inline graphic-axis is partitioned into two regions, Inline graphic and Inline graphic. In the initial step, the sample data is divided into 8 cuboids. The 4 cuboids without any data points are discarded, and the other 4 are added to Inline graphic. In the second step, each of the 4 cuboids is divided into 8 cuboids and tested for uniform distribution with the chi-squared test. All 4 pass the test and are added to Inline graphic. In the next step, we see that Inline graphic, and the partitioning process is terminated with Inline graphic.

Figure 3.

Figure 3

Adaptive partition of Inline graphic and Inline graphic given Inline graphic.

Figure 4.

Figure 4

Adaptive partition of Inline graphic and Inline graphic given Inline graphic.

Compared to the estimation of conditional mutual information for discrete conditioning variable, we can see that instead of grouping samples into subsets where samples belonging in the same subset have the same values for the discrete-valued conditioning variable, here we group samples based on the adaptively determined partitioning of Inline graphic on the z-axis. The problem of estimating the conditional mutual information is thus broken down into estimating the mutual information for each group of samples, where the samples are grouped by which Inline graphic they belong to.

Note that the complexity of the Gaussian kernel estimator is known to be Inline graphic. However, the complexity of the adaptive partitioning estimator is dependent upon the joint distribution of the variables. For example, suppose Inline graphic and Inline graphic are independent and identically distributed uniform distributions. To compute Inline graphic from Inline graphic pairs of Inline graphic will take on average only the four initializing grids, since the sample pairs are typically uniformly distributed in each of the grids, and no further subpartitions are necessary according to the chi-squared test. On the other hand, suppose that Inline graphic and Inline graphic, where Inline graphic is uniformly distributed between Inline graphic, it will take many more subpartitions to obtain uniform distribution of the samples on each of the resulting grids. From our experience, for Inline graphic samples of Inline graphic and Inline graphic jointly Gaussian pairs, the Gaussian kernel estimator takes about 2 minutes to compute the MI, whereas for the adaptive partitioning algorithm, the time is between 2.5 to 3 minutes, on MATLAB code running on a Pentium 4 2.54 GHz machine. However, this is without taking into consideration the overhead required by the Gaussian estimator to compute the smoothing window.

3.3. Gene Regulatory Network Inference Algorithm

To infer a gene regulatory network that has various interactive regulations and coregulations, we propose a strategy of using both mutual information and conditional mutual information to reconstruct the regulatory network. In our proposed algorithm, we first use mutual information as metric to build regulatory network similarly to [17] to capture most of the direct regulations. To decrease the complexity of the algorithm by avoiding computing conditional mutual information for all triplets, while still allowing us to detect most of the causes for false positives and false negatives, we only compute the CMI for triplets of genes where either all three genes are connected, or all three genes are not connected. The decrease in complexity would depend on several factors. Once the pairwise MI threshold is chosen, the triplets that have one or two connections between the three genes indicate that the pairwise MI is sufficient for the determination of the interaction between the three genes, and the use of CMI is not necessary. Thus, instead of computing the CMI for all triplets of genes, CMI needs to be computed only for those triplets that are completely connected or completely unconnected. The amount of decrease in complexity would then depend on the ratio of triplets that have only one or two connections, which would depend on the actual connectivities between the genes, and the threshold selected for the pairwise mutual information phase of the algorithm.

The MI-CMI gene regulatory network inference algorithm is as follows.

Algorithm 3 (MI-CMI gene regulatory network inference algorithm).

(i) For a gene expression dataset containing Inline graphic genes, compute the mutual information estimate Inline graphic for all gene pairs Inline graphic, using Algorithm 1.

(ii) Initialize the graph Inline graphic as a zero matrix. Set Inline graphic if Inline graphic, where Inline graphic is a predetermined threshold.

(iii) Detecting indirect regulation and coregulation: for any triplet of genes Inline graphic where Inline graphic, compute the conditional mutual information estimate Inline graphic, Inline graphic, and Inline graphic using Algorithm 2.

(a) If

graphic file with name 1687-4153-2008-253894-i327.gif (26)

this means that Inline graphic and Inline graphic contain nearly the same information regarding Inline graphic, that having observed Inline graphic, Inline graphic contains no new information about Inline graphic, and vice versa. Also, having observed Inline graphic, the information contained about Inline graphic in Inline graphic is reduced. This indicates that Inline graphic and Inline graphic are regulated by Inline graphic through the same mechanism, meaning that the gene pair Inline graphic is coregulated, thus Inline graphic is set to Inline graphic.

(b) If

graphic file with name 1687-4153-2008-253894-i343.gif (27)

and Inline graphic, this indicates that Inline graphic regulates Inline graphic, and Inline graphic regulates Inline graphic, and that the Inline graphic is indirectly regulated by Inline graphic, indicated by the smallest CMI. Using DPI similarly to [18], Inline graphic is set to Inline graphic.

(iv) Detecting interactive regulation: for any triplet of genes Inline graphic where Inline graphic, compute the conditional mutual information estimate Inline graphic, and Inline graphic using Algorithm 2.

(a) If one or two of the CMI estimates is greater than Inline graphic, this indicates that the genes contain interactions that was not captured using MI, and we set the corresponding link or links to Inline graphic.

(b) If all three of the CMI estimates are greater than Inline graphic, this may indicate that the two regulating genes may have had some prior interactions, or there is an XOR interaction between the 3 genes. Thus, we apply the DPI to remove the link with the weakest estimated CMI, and the links corresponding to the two largest estimated CMI are set to Inline graphic.

4. Experimental Results

In this section, we present simulation results to demonstrate the performance of the algorithms discussed in Section 3. We first illustrate the performance of Algorithm 2 for estimating the conditional mutual information of jointly Gaussian random variables. Next, we consider the performance of Algorithm 1 for estimating mutual information, by implementing the regulatory network inference algorithm in [18], but replacing the Gaussian kernel mutual information estimator employed there with Algorithm 1. Finally, we compare the network inference performance of Algorithm 3 with that of ARACNE [18] and BANJO [11] on synthetic networks.

4.1. Conditional Mutual Information of Jointly Gaussian Random Variables

To assess the accuracy of Algorithms 1 and 2 for the estimation of gene regulatory networks, we consider estimating the pairwise and conditional mutual information of multivariate Gaussian distributions. In our simulation, we compare the MI and CMI estimates of Algorithms 1 and 2 with those of the b-spline estimators. A b-spline MI estimator is proposed in [34] which divides the sample range into a number of bins. Contrary to the approach in the classical histogram estimators, where each sample contributes only to the bin it is in, for the b-spline estimator, the weight of a sample is spread to the bins. In the case of a third-order b-spline estimator, for a sample located in bin Inline graphic, the sample is assigned to the bins Inline graphic, Inline graphic, and Inline graphic, and the weight of the sample in each bin is computed using the b-spline coefficients. Here, we modify the b-spline estimator as proposed in [34] to estimate the 3-way MI Inline graphic so that the CMI can be obtained with the relationship Inline graphic.

For MI estimation, we generated bivariate Gaussian samples with correlation coefficients 0, 0.3, and 0.6. For each coefficient, we generated Inline graphic samples, and computed the estimated MI, Inline graphic, for each sample size using Algorithm 1 and the third-order b-spline estimator with 10 bins proposed in [34]. Each sample size is averaged over 500 sets of samples. For a bivariate Gaussian distribution, the exact MI of Inline graphic and Inline graphic is given by

graphic file with name 1687-4153-2008-253894-i371.gif (28)

where Inline graphic is the correlation coefficient between Inline graphic and Inline graphic.

For CMI estimation, we generated samples trivariate Gaussian distributions with the following covariance matrices:

graphic file with name 1687-4153-2008-253894-i375.gif (29)

For each Gaussian distribution, we generated Inline graphic samples, and computed the estimated CMI, Inline graphic, for each sample size, using Algorithm 2 and the modified third-order b-spline estimator with 10 bins. For each sample size Inline graphic, the estimated CMI is averaged over 500 sets of samples. For a trivariate Gaussian distribution, the exact CMI of Inline graphic and Inline graphic given Inline graphic is given by

graphic file with name 1687-4153-2008-253894-i382.gif (30)

where Inline graphic, and Inline graphic are the conditional covariances of Inline graphic, and conditional covariance between Inline graphic and Inline graphic, given Inline graphic, respectively. For a trivariate Gaussian distribution, the conditional covariance matrix between Inline graphic and Inline graphic given Inline graphic is given by

graphic file with name 1687-4153-2008-253894-i392.gif (31)

where Inline graphic denotes the covariance of Inline graphic and Inline graphic. The results of the MI estimation are given in Table 3, and the results of the CMI estimation are given in Table 4. We can see that in both the MI and CMI estimation, the adaptive algorithms have closer estimates to the analytical values for all correlation coefficients and covariance matrices, except for the MI estimation for Inline graphic. From both tables, we can see that as the sample size grows, the adaptive algorithms converge toward the analytical values for both MI and CMI estimation. However, this is not true for the b-spline algorithms, where in the cases of MI estimation for Inline graphic, and CMI estimation for covariance matrix 4, the b-spline estimators converge to incorrect values.

Table 3.

Comparison of the estimated MI of bivariate Gaussian distribution with different correlation coefficient using Algorithm 1 and b-spline algorithm.

Correlation coefficient Algorithm 100 200 300 400 500 Analytical
0 Adaptive 0.0080 0.0036 0.0022 0.0022 0.0015 0
b-spline 10 0.0912 0.0443 0.0288 0.0210 0.0166
0.3 Adaptive 0.0280 0.0287 0.0305 0.0319 0.0330 0.0472
b-spline 10 0.1248 0.0789 0.0640 0.0562 0.0515

0.6 Adaptive 0.1371 0.1730 0.1916 0.1999 0.2052 0.2231
b-spline 10 0.2471 0.2029 0.1879 0.1781 0.1719

Table 4.

Comparison of the estimated CMI of trivariate Gaussian distribution with different covariance matrices using Algorithm 2 and the modified b-spline algorithm.

Cond. Corr. Algorithm 100 200 300 400 500 Analytical
0 Adaptive 0.0263 0.0215 0.0171 0.0175 0.0113 0
b-spline 10 0.1899 0.1039 0.0711 0.0536 0.0429
b-spline 20 0.7888 0.5592 0.4330 0.3497 0.2943
0.1612 Adaptive 0.0310 0.0278 0.0253 0.0249 0.0187 0.0132
b-spline 10 0.1899 0.1065 0.0759 0.0603 0.0495

0.3035 Adaptive 0.0497 0.0510 0.0534 0.0565 0.0582 0.0483
b-spline 10 0.2251 0.1377 0.1032 0.0855 0.0761

0.7408 Adaptive 0.2294 0.3050 0.3234 0.3444 0.3784 0.3979
b-spline 10 0.2773 0.2390 0.2190 0.2092 0.2029
b-spline 20 0.6387 0.5323 0.4719 0.4378 0.4121

As a comparison, we performed CMI estimation of covariance matrices 1 and 4 using b-spline estimator with 20 bins. In [34], it is shown that the b-spline method has similar performance to that of the kernel density estimator (KDE), and the MI computed has the same level of significance. However, the KDE is shown to be Inline graphic more computationally intensive than the b-spline method. Thus in our comparisons, we only included the results from the b-spline method. For matrix 4, the b-spline estimator now converges to the correct analytical value. However, for matrix 1, the b-spline estimator does not converge to zero as the estimator with 10 bins does. This illustrates the drawback of using the b-spline estimators for MI and CMI estimation. The accuracy of the b-spline estimators depend on the choice for its parameters. On the other hand, Algorithms 1 and 2 are nonparametric, and do not need any prior knowledge of the underlying distributions to produce good estimates.

Looking more closely at CMI estimation, for small sample size and large CMI value, Algorithm 2 has a negative bias. As the sample size increases, the bias quickly reduces. On the other hand, when the true CMI value is small, Algorithm 2 tends to overestimate. It should be noted that estimating the CMI from a finite number of samples for a distribution with zero conditional correlation coefficient will typically result in a nonzero value. Nevertheless, the estimation results are still reasonably accurate, even for only 100 samples, so that conditional independence can be easily detected.

4.2. Regulatory Networks with Only Direct Regulation

Next, we implemented the algorithm described in [18] by replacing the Gaussian kernel MI estimator there with Algorithm 1. The modified algorithm is then compared with the original ARACNE algorithm in [18]. The purpose of this comparison is to show that the adaptive partitioning MI estimator is a valid alternative for the Gaussian kernel estimator. Specifically, we constructed 25 synthetic regulatory networks, each with 20 one-to-one gene regulations, using NetBuilder [35]. To compare the network inference performance, we adopt the same metrics as used in [18]—recall and precision. Recall, defined as Inline graphic, where Inline graphic is the number of true positive links and Inline graphic is the number of false negative links, measures the ratio of correctly identified links out of total number of links. Precision, defined as Inline graphic, where Inline graphic is the number of false positive links, measures the ratio of correctly predicted links out of total predicted links. The values and relationship between the two metrics change with the selected threshold value, Inline graphic. At low Inline graphic, more links will be admitted as gene interactions, potentially capturing more true links, resulting in high recall values. However, as more links are included, the number of false positives also increases, which decreases the precision. On the other hand, when Inline graphic is high, only links with high interactions are admitted, and they in most cases represent true interactions between genes, thus improving the precision. However, true interactions that exhibit lower interaction are not admitted, resulting in a decrease in recall.

In Figure 5, we plot the precision versus recall performance of the two algorithms. It is seen that both algorithms perform exactly the same. This shows that the adaptive partitioning MI estimator can be employed as an alternative to the Gaussian kernel estimator in capturing the gene-to-gene interactions. The comparison shown in Figure 5 only uses synthetic networks constructed so that there are only pairwise connectivities. This is to illustrate that the adaptive partitioning algorithm can be used as an alternative to the kernel-based estimator in the ARACNE algorithm without degradation in performance. In the later simulations, we showed that in the presence of coregulation by two genes, the CMI is needed to improve the performance of regulatory network inference. Note that since MI and CMI are estimated from finite number of samples, the estimated MI and CMI are always greater than 0. From the relevance-network approach, by setting an arbitrarily low threshold, any number of links can be admitted as detected gene interactions, and with sufficiently low threshold, all possible links can be admitted. When large numbers of links are admitted, the number of false negative will be small, which leads to large values of recall. Thus, the comparisons at large recall values tend to be meaningless and are not included in the figures.

Figure 5.

Figure 5

Comparison of ARACNE and relevance-network-based algorithm with adaptive partitioning MI estimator and DPI.

4.3. Regulatory Networks with Coregulation and Interactive Regulation

We now compare the performance of Algorithm 3, ARACNE, and BANJO for regulatory network inference in the presence of coregulated and interactively regulated genes. We again use the synthetic network modeling software NetBuilder to generate random networks. NetBuilder allows modeling of gene-to-gene interactions such as activation by transcription factor combination (AND and OR), repression (NOT), and other combinatory interactions. We generated 50 synthetic networks, each containing 15 to 25 nodes with 20 links. For each node, we generated 100 steady-state expression data samples. To compare the effects of interactive regulation and coregulation on the performance of the three algorithms, two sets of synthetic networks are constructed: one set contains 25 networks where 30% of the interactions involve interactive regulation and coregulation, the other set contains 25 networks where 60% of the interactions involve interactive regulation and coregulation. In Figures 6 and 7, we plotted precision versus recall performance for the two sets of synthetic networks. It is seen that Algorithm 3 is able to outperform both ARACNE and BANJO in terms of precision for all ranges of interest. Notice that the improvement over ARACNE is greater for dataset with 60% of coregulation and interactive regulation, which is expected since ARACNE in most cases cannot detect the XOR interactions, and the application of DPI for gene coregulation can introduce both false positives and false negatives. Surprisingly, BANJO is found to have better performance than ARACNE at high recall values for the set of networks that contains 60% coregulation and interactive regulation. In [18], it is shown that the Gaussian network algorithm performs worse when the network contains only direct interaction between two genes. It is possible that due to the use of joint distributions to model the expression values of nodes in Gaussian-network-based algorithms such as BANJO, they are able to discover some of the coregulations and interactive regulations that are not found by ARACNE.

Figure 6.

Figure 6

Precision versus recall for datasets with 30% coregulated or interactively regulated links.

Figure 7.

Figure 7

Precision versus recall for datasets with 60% coregulated or interactively regulated links.

In Figure 9, we give an example of a network discovered by each algorithm. For the MI-CMI algorithm, we randomly permute for each gene the expressions across the different conditions, similar to what is done in [17]. We performed 30 such permutations, and for each permutation we computed the pairwise mutual information using Algorithm 1 for all possible pairs. The highest observed mutual information out of the 30 permutations is used as the threshold for both MI-CMI algorithm and ARACNE. Results for BANJO were obtained using the default parameters.

Figure 9.

Figure 9

(a) Synthetic network inferred by MI-CMI algorithm. (b) Synthetic network inferred by ARACNE. (c) Synthetic network inferred by BANJO.

Figure 9(a) represents the network inferred by the MI-CMI algorithm, Figure 9(b) the network inferred by ARACNE, and Figure 9(c) the network discovered by BANJO. In each figure, red links represent XOR interactions, green links represent OR interactions, and blue links represent AND interactions. In Figure 9, false negative links are indicated with a cross mark, and false positive links are represented by dashed lines. The true underlying network is shown in Figure 8. As we can see from the figures, BANJO produced the most false positive links, both from indirect regulation and coregulation, whereas both the MI-CMI algorithm and ARACNE only have one each. However, the MI-CMI algorithm and BANJO discovered similar numbers of interactive regulation completely, discovering 5 and 4, respectively. An interactive regulation is completely discovered when both regulating genes are linked correctly to the interactively regulated gene. For ARACNE, only 2 interactive regulations are discovered completely, and for most of the interactive regulations only one of the links is discovered.

Figure 8.

Figure 8

True underlying network configuration inferred in Figure 9.

5. Conclusions

We have proposed a new gene regulatory network inference algorithm that employs both mutual information and conditional information to discover possible direct and interactive regulations between genes, and to eliminate false links due to indirect regulations and coregulation. The mutual information and conditional mutual information are estimated from the expression data using an adaptive partitioning estimator. We have shown that the proposed network inference method outperforms BANJO and ARACNE when the underlying regulatory network contains coregulated or interactively regulated genes. In this work, we have focused on the discovery of the joint regulation of a gene by two other genes. It is possible to extend this work to joint regulation by multiple genes by modifying the proposed conditional mutual information estimator to a higher order. However, doing so would pose several computational problems. As the dimension of the CMI increases, increasing number of samples is needed to maintain the same level of accuracy. Also, as the dimension of the CMI increases, the number of sets of genes to be tested also increases, thus rendering this method impractical for brute force computation of all possible sets of genes. One possibility to reduce the amount of computations needed is to take into consideration the constraints placed on the possible connectivities from known biochemical reactions between the genes involved. This can be a future direction for research in this area.

Contributor Information

Kuo-Ching Liang, Email: kcliang@ee.columbia.edu.

Xiaodong Wang, Email: wangx@ee.columbia.edu.

References

  1. D'Haeseleer P. How does gene expression clustering work? Nature Biotechnology. 2005;23(12):1499–1501. doi: 10.1038/nbt1205-1499. [DOI] [PubMed] [Google Scholar]
  2. Eisen MB, Spellman PT, Brown PO, Botstein D. Cluster analysis and display of genome-wide expression patterns. Proceedings of the National Academy of Sciences of the United States of America. 1998;95(25):14863–14868. doi: 10.1073/pnas.95.25.14863. [DOI] [PMC free article] [PubMed] [Google Scholar]
  3. Tavazoie S, Hughes JD, Campbell MJ, Cho RJ, Church GM. Systematic determination of genetic network architecture. Nature Genetics. 1999;22(3):281–285. doi: 10.1038/10343. [DOI] [PubMed] [Google Scholar]
  4. Tamayo P, Slonim D, Mesirov J. et al. Interpreting patterns of gene expression with self-organizing maps: methods and application to hematopoietic differentiation. Proceedings of the National Academy of Sciences of the United States of America. 1999;96(6):2907–2912. doi: 10.1073/pnas.96.6.2907. [DOI] [PMC free article] [PubMed] [Google Scholar]
  5. Zhou X, Wang X, Dougherty ER. Construction of genomic networks using mutual-information clustering and reversible-jump Markov-chain-Monte-Carlo predictor design. Signal Processing. 2003;83(4):745–761. doi: 10.1016/S0165-1684(02)00469-3. [DOI] [Google Scholar]
  6. Zhou X, Wang X, Dougherty ER, Russ D, Suh E. Gene clustering based on cluster-wide mutual information. Journal of Computational Biology. 2004;11(1):147–161. doi: 10.1089/106652704773416939. [DOI] [PubMed] [Google Scholar]
  7. Hartuv E, Schmitt A, Lange J, Meier-Ewert S, Lehrach H, Shamir R. An algorithm for clustering cDNAs for gene expression analysis using short oligonucleotide fingerprints. Proceedings of the 3rd Annual International Conference on Computational Molecular Biology (RECOMB '99), Lyon, France, April 1999. pp. 188–197.
  8. Kishino H, Waddell PJ. Correspondence analysis of genes and tissue types and finding genetic links from microarray data. Proceedings of the 11th Workshop on Genome Informatics (GIW '00), Tokyo, Japan, December 2000. pp. 83–95. [PubMed]
  9. Toh H, Horimoto K. Inference of a genetic network by a combined approach of cluster analysis and graphical Gaussian modeling. Bioinformatics. 2002;18(2):287–297. doi: 10.1093/bioinformatics/18.2.287. [DOI] [PubMed] [Google Scholar]
  10. Zhou X, Wang X, Pal R, Ivanov I, Bittner M, Dougherty ER. A Bayesian connectivity-based approach to constructing probabilistic gene regulatory networks. Bioinformatics. 2004;20(17):2918–2927. doi: 10.1093/bioinformatics/bth318. [DOI] [PubMed] [Google Scholar]
  11. Hartemink AJ, Gifford DK, Jaakkola TS, Young RA. Bayesian methods for elucidating genetic regulatory networks. IEEE Intelligent Systems. 2002;17(2):37–43. [Google Scholar]
  12. Schäfer J, Strimmer K. An empirical Bayes approach to inferring large-scale gene association networks. Bioinformatics. 2005;21(6):754–764. doi: 10.1093/bioinformatics/bti062. [DOI] [PubMed] [Google Scholar]
  13. Friedman N, Linial M, Nachman I, Pe'er D. Using Bayesian networks to analyze expression data. Journal of Computational Biology. 2000;7(3-4):601–620. doi: 10.1089/106652700750050961. [DOI] [PubMed] [Google Scholar]
  14. Yu J, Smith VA, Wang PP, Hartemink AJ, Jarvis ED. Advances to Bayesian network inference for generating causal networks from observational biological data. Bioinformatics. 2004;20(18):3594–3603. doi: 10.1093/bioinformatics/bth448. [DOI] [PubMed] [Google Scholar]
  15. Chaudhuri S, Drton M, Richardson TS. Estimation of a covariance matrix with zeros. Biometrika. 2007;94(1):199–216. doi: 10.1093/biomet/asm007. [DOI] [Google Scholar]
  16. D'haeseleer P, Wen X, Fuhrman S, Somogyi R. Mining the gene expression matrix: inferring gene relationships from large scale gene expression data. Proceedings of the 2nd International Workshop on Information Processing in Cell and Tissues (IPCA '97), Sheffield, UK, September 1997. pp. 203–212.
  17. Butte AJ, Kohane IS. Mutual information relevance networks: functional genomic clustering using pairwise entropy measurements. Proceedings of the 5th Pacific Symposium on Biocomputing (PSB '00), Honolulu, Hawaii, USA, January 2000. pp. 418–429. [DOI] [PubMed]
  18. Margolin AA, Nemenman I, Basso K. et al. ARACNE: an algorithm for the reconstruction of gene regulatory networks in a mammalian cellular context. BMC Bioinformatics. 2006;7(supplement 1) doi: 10.1186/1471-2105-7-S1-S7. article S7. [DOI] [PMC free article] [PubMed] [Google Scholar]
  19. Cover TM, Thomas JA. Elements of Information Theory. John Wiley & Sons, New York, NY, USA; 1990. [Google Scholar]
  20. Wang K, Nemenman I, Banerjee N, Margolin AA, Califano A. Genome-wide discovery of modulators of transcriptional interactions in human B lymphocytes. Proceedings of the 10th Annual International Conference on Research in Computational Molecular Biology (RECOMB '06), Venice, Italy, April 2006. pp. 348–362.
  21. Zhao W, Serpedin E, Dougherty ER. Inferring the structure of genetic regulatory networks using information theoretic tools. Proceedings of IEEE/NLM Life Science Systems and Applications Workshop (LSSA '06), Bethesda, Md, USA, July 2006. pp. 1–2.
  22. Zhao W, Serpedin E, Dougherty ER. Inferring connectivity of genetic regulatory networks using information-theoretic criteria. IEEE/ACM Transactions on Computational Biology and Bioinformatics. 2008;5(2):262–274. doi: 10.1109/TCBB.2007.1067. [DOI] [PubMed] [Google Scholar]
  23. Boscolo R, Liao JC, Roychowdhury VP. An information theoretic exploratory method for learning patterns of conditional gene coexpression from microarray data. IEEE/ACM Transactions on Computational Biology and Bioinformatics. 2008;5(1):15–24. doi: 10.1109/TCBB.2007.1056. [DOI] [PubMed] [Google Scholar]
  24. Watkinson J, Liang K-C, Wang X, Zheng T, Anastassiou D. Inference of regulatory gene interactions from expression data using three-way mutual information. Annals of the New York Academy of Sciences. in press . [DOI] [PubMed]
  25. Faith JJ, Hayete B, Thaden JT. et al. Large-scale mapping and validation of Escherichia coli transcriptional regulation from a compendium of expression profiles. PLoS Biology. 2007;5(1):e8. doi: 10.1371/journal.pbio.0050008. [DOI] [PMC free article] [PubMed] [Google Scholar]
  26. Anastassiou D. Computational analysis of the synergy among multiple interacting genes. Molecular Systems Biology. 2007;3, article 83:1–8. doi: 10.1038/msb4100124. [DOI] [PMC free article] [PubMed] [Google Scholar]
  27. Pal R, Datta A, Fornace AJ Jr., Bittner ML, Dougherty ER. Boolean relationships among genes responsive to ionizing radiation in the NCI 60 ACDS. Bioinformatics. 2005;21(8):1542–1549. doi: 10.1093/bioinformatics/bti214. [DOI] [PubMed] [Google Scholar]
  28. Liu C-Q, Charoechai P, Khunajakr N, Deng Y-M, Widodo, Dunn NW. Genetic and transcriptional analysis of a novel plasmid-encoded copper resistance operon from Lactococcus lactis. Gene. 2002;297(1-2):241–247. doi: 10.1016/S0378-1119(02)00918-6. [DOI] [PubMed] [Google Scholar]
  29. Beirlant J, Dudewicz E, Gyorfi L, van der Meulen E. Nonparametric entropy estimation: an overview. International Journal of Mathematical and Statistical Sciences. 1997;80(1):17–39. [Google Scholar]
  30. Darbellay GA, Vajda I. Estimation of the information by an adaptive partitioning of the observation space. IEEE Transactions on Information Theory. 1999;45(4):1315–1321. doi: 10.1109/18.761290. [DOI] [Google Scholar]
  31. de Campos LM, Huete JF. A new approach for learning belief networks using independence criteria. International Journal of Approximate Reasoning. 2000;24(1):11–37. doi: 10.1016/S0888-613X(99)00042-0. [DOI] [Google Scholar]
  32. Fleuret F. Fast binary feature selection with conditional mutual information. The Journal of Machine Learning Research. 2004;5:1531–1555. [Google Scholar]
  33. Liese F, Vajda I. Convex Statistical Distances. Teubner, Leipzig, Germany; 1987. [Google Scholar]
  34. Daub CO, Steuer R, Selbig J, Kloska S. Estimating mutual information using B-spline functions—an improved similarity measure for analysing gene expression data. BMC Bioinformatics. 2004;5, article 118 doi: 10.1186/1471-2105-5-118. [DOI] [PMC free article] [PubMed] [Google Scholar]
  35. Schilstra M, Bolouri H. Modelling the regulation of gene expression in genetic regulatory networks. 2002. http://strc.herts.ac.uk/bio/maria/NetBuilder/Theory/NetBuilderTheoryDownload.pdf http://strc.herts.ac.uk/bio/maria/NetBuilder/Theory/NetBuilderTheoryDownload.pdf

Articles from EURASIP Journal on Bioinformatics and Systems Biology are provided here courtesy of Springer

RESOURCES