Skip to main content
BMC Genomics logoLink to BMC Genomics
. 2008 Mar 20;9(Suppl 1):S4. doi: 10.1186/1471-2164-9-S1-S4

Bayesian biclustering of gene expression data

Jiajun Gu 1, Jun S Liu 2,
PMCID: PMC2386069  PMID: 18366617

Abstract

Background

Biclustering of gene expression data searches for local patterns of gene expression. A bicluster (or a two-way cluster) is defined as a set of genes whose expression profiles are mutually similar within a subset of experimental conditions/samples. Although several biclustering algorithms have been studied, few are based on rigorous statistical models.

Results

We developed a Bayesian biclustering model (BBC), and implemented a Gibbs sampling procedure for its statistical inference. We showed that Bayesian biclustering model can correctly identify multiple clusters of gene expression data. Using simulated data both from the model and with realistic characters, we demonstrated the BBC algorithm outperforms other methods in both robustness and accuracy. We also showed that the model is stable for two normalization methods, the interquartile range normalization and the smallest quartile range normalization. Applying the BBC algorithm to the yeast expression data, we observed that majority of the biclusters we found are supported by significant biological evidences, such as enrichments of gene functions and transcription factor binding sites in the corresponding promoter sequences.

Conclusions

The BBC algorithm is shown to be a robust model-based biclustering method that can discover biologically significant gene-condition clusters in microarray data. The BBC model can easily handle missing data via Monte Carlo imputation and has the potential to be extended to integrated study of gene transcription networks.

Background

Clustering gene expression data has been an important problem in computational biology. While traditional clustering methods, such as hierarchical and K-means clustering, have been shown useful in analyzing microarray data, they have some limitations. First, a gene or an experimental condition can be assigned to only one cluster. Second, all genes and conditions have to be assigned to clusters. However, biologically a gene or a sample could participate in multiple biological pathways, and a cellular process is generally active only under a subset of genes or experimental conditions. A biclustering scheme that produces gene and condition/sample clusters simultaneously can model the situation where a gene or a condition is involved in several biological functions. Furthermore, a biclustering model can avoid those “noise” genes that are not active in any experimental condition.

Biclustering of microarray data was first introduced by Cheng and Church [1]. They defined a residual score to search for submatrices as biclusters. This is a heuristic method and can not model the cases where two biclusters overlap with each other. Segal et al. [2] proposed a modified version of one-way clustering using a Bayesian model in which genes can belong to multiple clusters or none of the clusters. But it can not simultaneously cluster conditions/samples. Tseng and Wong developed a tight clustering algorithm [3]. It allows some of the genes not to be clustered, but does not select conditions. Bergmann et al [4] introduced the iterative signature algorithm (ISA), which searches bicluster modules iteratively based on two pre-determined thresholds. ISA can identify multiple biclusters, but is highly sensitive to the threshold values and tends to select a strong bicluster many times. The plaid model [5] introduces a statistical model assuming that the expression value in a bicluster is the sum of the main effect, the gene effect, the condition effect, and the noise term, i.e.:

yij=μ+αi+βj+εij,

where noise εij ~ N(0, σ2). It further assumes that the expression values of two overlapping biclusters are the sum of the two module effects. The plaid model uses a greedy search strategy, so errors can accumulate easily. Also in multiple clusters case, the clusters identified by the algorithm tend to overlap to a great extent. Tanay et al. [6] proposed a SAMBA biclustering scheme using bipartite graphs containing both conditions and genes. Ben-Dor et al. [7] attempted to identify order-preserving sub matrices (OPSMs). Murali and Kasif [8] discretized gene expression data into several symbols and searched for conservative symbol motifs (xMOTIFs). A survey of different biclustering methods can be found in [9].

We here propose a Bayesian biclustering (BBC) model. For a single bicluster, we assume the same model as in the plaid model [5], as described in equation (1). But for multiple clusters, we constrain the overlapping of biclusters to only one direction (i.e., either gene or condition direction). Besides, we use a more flexible error model, which allows the error term of each cluster to have to a different variance. To make the Bayesian inference of biclusters, we implemented an efficient Gibbs sampling algorithm with all effect parameters (except the error variances) integrated out. We compared the performance of the BBC algorithm for several different types of simulated datasets with that of the plaid model [5], the ISA [4], the method of Cheng and Church [1], the SAMBA method [6] and the OPSMs [7]. Finally, we applied the BBC algorithm to the yeast expression dataset and identified many biologically significant biclusters.

Results and discussion

Simulation results

Bayesian biclustering in various simulated scenarios

We simulated a dataset with 400 genes and 50 samples. The background data is i.i.d. from N(0, 0.5). Two clusters of 100 genes and 15 conditions are simulated according to the BBC model with main effects, gene effects, condition effects and error terms as μ1 ~ N(5, 0.5), μ2 ~ N(7, 0.5), αi1, αi2 ~ N(0, 0.5), βj1, βj2 ~ N(0, 0.5) and εij1 ~ N(0, 0.5), εij2 ~ N(0, 0.7).

We considered three scenarios for datasets with two clusters: the two clusters have some common conditions but distinct genes (Figure 1(a)); the two clusters have some common genes but distinct conditions ( Figure 1(d)); and two clusters have both common genes and conditions (Figure 1(h)), in which case an additive model is assumed for the overlapping part. The results from using a non-overlapping gene version of the BBC model are shown in Figures 1(b)-(c),(e)-(g),(i)-(k). In all cases the BBC model identified the genes and conditions of the simulated clusters correctly, but grouped them slightly differently because of our model constraints.

Figure 1.

Figure 1

Simulated data with two biclusters and the results of the BBC analysis. Bayesian biclustering for simulated datasets. (a) A dataset with two non-overlapping clusters. (b)-(c) The two clusters found by the Bayesian biclustering model from (a). (d) A dataset with two clusters with common genes. (e)-(g) The three clusters found by the Bayesian biclustering model from (d). (h) A dataset with two clusters with both common samples and common genes. (i)-(k) The three clusters found by the Bayesian biclustering model from (h).

Comparison of biclustering algorithms on data simulated from statistical models

We compared six biclustering methods: the BBC method, the plaid model, ISA, SAMBA, OPSMs, and Cheng and Church's biclustering (CC). We considered both the single cluster case and the multiple clusters case using simulated data from the plaid model. A single cluster dataset is shown in Figure 2(a). The 400 × 50 background noise matrix is simulated according to i.i.d. normal N(0,0.5). We superimposed a cluster of size 100 × 20 according to the plaid model with μ1 ~ N(5, 0.5) and αi1, βj1 ~ N(0, 0.5). The multiple cluster case is shown in Figure 2(b). The background is the same as above. Two clusters of size 100 × 15 are also simulated according to the plaid model with μ1 ~ N(5,0.5), μ2 ~ N(7, 0.5) and αi1, βji, αi2, βj2 ~ N(0, 0.5). An additive model is used for the overlapping part of the two clusters.

Figure 2.

Figure 2

Datasets simulated according to the plaid model Datasets for comparison. (a) A dataset with one single cluster (b) A dataset with two clusters, of which both genes and samples overlap.

Since each method searches for biclusters with different structures, comparing biclustering results is not very straightforward. In order to carry out a comprehensive comparison among various biclustering results for simulated datasets, we use the following four characteristics: sensitivity, specificity, overlapping rate, and number of clusters. Since we know which gene-condition combination belongs to the true biclusters, we use the standard definition for sensitivity and specificity, both of which are values between 0 and 1. A higher sensitivity suggests that more “true” members of the clusters have been identified by the algorithm, while a higher specificity suggests that more background data points are excluded from the clusters. The overlapping rate is defined as

1#ofmatrixentriesintheunionofidentifiedclustersallclusters#ofentriesineachidentifiedcluster

Thus, if there is no overlap between the identified clusters, the overlapping rate is 0. On the other hand, if the identified clusters greatly overlap with each other, the overlapping rate is close to 1.

We used the BicAT software package [10] for ISA, CC, and OPSMs. Different gene and condition thresholds are used for the ISA. We carefully chose a set of thresholds with good performance and then slightly changed the thresholds to test the stability of the ISA. We used default settings for CC's model. The plaid algorithm was implemented using the Plaid package [5]. The Expander package [11] is used for SAMBA biclustering. The results are shown in Table 1, where the left-hand-side value in each entry is for the single cluster case, and the right-hand-side value is for the two-clusters case.

Table 1.

Biclustering results of different methods for simulated data using the plaid model

Sensitivity Specificity Overlapping rate # of clusters
ISA (0.6, 1) 1 0.84 0.99 0.84 0 0.12 1 3
ISA (0.6, 1.2) 0.95 0.53 0.84 0.90 0.06 0.08 10 8
ISA (0.7, 1.1) 0.84 0.68 0.91 0.84 0 0.16 10 8
SAMBA 0.43 0.39 0.99 0.99 0.31 0.3 7 14
CC* 1 0.98 0 0 0.02 0 10 10
OPSMs 0.38 0.25 0.94 0.96 0.3 0.5 11 12
Plaid 1 1 1 0.73 0 0.63 1 11
BBC** 1 1 1 1 0 0 1 3

Note: *In CC's method, the number of clusters is preset to be 10. **In BBC, the overlapping rate is automatically 0.

It can be seen that the ISA method is very sensitive to the choice of the thresholds. The performance of ISA also degrades in the case of multiple overlapping clusters. The SAMBA method and the OPSMs method correctly identified almost all background noises, but tends to exclude some meaningful patterns. The CC method includes too much background data in clusters. The plaid model performs well in the single cluster case. But it identifies too many overlapped clusters in the multiple clusters case. Our BBC method performs well in both cases, even though the data generation model for the overlapping part in the second case does not satisfy the BBC model assumption.

Comparison of biclustering algorithms on data simulated with biological characteristics

People are mostly interested in how different biclustering methods perform for real microarray datasets. We next carry out a comparison using simulated microarray datasets with realistic characteristics. As shown in Figure 3, the dataset has 100 genes and 50 conditions. The concentration of three transcription factors (TF) are changed across conditions. We assume that gene 21 to gene 40 are transcribed when both TF1 and TF2 are active, with TF1 serving as an activator and TF2 as an inhibitor. We also assume that gene 41 to gene 60 are transcribed when both TF1 and TF3 are active, where TF1 serves as an inhibitor, TF3 an activator. The expression values are simulated using the biochemistry model presented in [12]. If gene i is regulated by MI inhibitors and MA activators, then

Figure 3.

Figure 3

The Simulated dataset with realistic characters

dGidt=s(I1,I2,IMI,A1,A2,AMA)-b(Gi)

where Gi represents the abundance of the mRNA of gene i, s(I1, I2 …, IMI, A1, A2, … AMA) is a rate law representing mRNA synthesis, I1, I2 …, IMI are inhibitor concentrations, A1, A2…, AMA are activator concentrations, and b(Gi) is mRNA breakdown rate. In [12] mRNA synthesis rate is modelled as

s(I1,I2,IMI,A1,A2,AMA)=VbasaljMI(KijnjIjnj+Kijnj)kMA(1+AknkAknk+Kaknk)

where Vbasal is the basal transcription rate, constants Kij and Kak are concentrations at which the effect of the inhibitor or activator is half of its saturating value. The exponents ni and nk regulate the sigmoidicity of the transcription rate curve. We set ni = nk = 1.5, and randomly simulated Kij and Kak for the dataset.

We added real noise from the well known Leukemia expression dataset [13]. We first obtained a noise data matrix using all scattered (“noise”) genes excluded by the tight clustering algorithm [3]. Then, we chose 100 rows and 50 columns at random. We also scaled the noise to control signal to noise ratio (SNR). Both the good data quality case (SNR=10) and the bad data quality case (SNR=4) are considered. We simulated 10 datasets for both cases and the average value of each characteristics is shown in Table 2, where the left-hand-side value in each entry is for SNR=10 case, and the right-hand-side value is for SNR=4 case. we chose the threshold values for the ISA model in the same way as in the previous simulation study.

Table 2.

Biclustering results of different methods for simulated data with realistic characteristics

Sensitivity Specificity Overlapping rate # of clusters
ISA (0.6, 1) 0.98 0.70 0.76 0.78 0.51 0.65 7.2 9.8
ISA (0.6, 1.2) 0.90 0.75 0.79 0.73 0.57 0.57 11.2 13
ISA (0.7, 1.1) 0.94 0.76 0.80 0.79 0.48 0.59 8.3 10.9
SAMBA 0.38 0.28 0.99 0.99 0.37 0.37 5.8 5.3
CC* 0.84 0.70 0.15 0.25 0.02 0.01 10 10
OPSMs 0.21 0.16 0.91 0.91 0.35 0.35 9.3 8.9
Plaid 1.00 0.99 0.48 0.61 0.30 0.18 5 2.9
BBC** 1 0.97 0.99 0.97 0 0 2 2

Note: *In CC's method, the number of clusters is preset to be 10. **In BBC, the overlapping rate is automatically 0.

The BBC model performed the best among these methods. Again the ISA method was sensitive to thresholds. It also had some false positives. The OPSMs method missed most of the significant patterns. The SAMBA method found some small and tight biclusters of genes and conditions, but also excluded many significant patterns. CC's method misidentified many noisy data points as biclusters. The plaid model recognized almost all significant patterns, but its specificity was low. Interestingly, the plaid model gave better results for low SNR case, which was due to the fewer number of clusters found by the plaid model.

Effects of normalization for Bayesian biclustering model

Data normalization is an important step for microarray analysis. Although some clustering methods such as ISA incorporate the normalization step in their procedures, most clustering methods work on normalized microarray data. The BBC model belongs to the latter. Since the normalization procedure greatly changes the microarray data, different normalization procedures may lead to very different clustering results.

We conducted a study on how normalization methods affect the biclustering results. Five normalization procedures including column standardization (CSN), row standardization (RSN), quantile normalization on gene level (QNGL), the interquartile range normalization (IQRN), and the smallest quartile range normalization (SQRN) were considered. In CSN (or RSN), each column (or row) is re-centered and re-scaled, so that the sample mean of each column (or row) becomes 0, and the sample variance becomes 1. These are quite crude methods, but are still used in many clustering applications. QNGL used the same technique with quantile normalization [14], which was developed for normalizing oligonucleotide arrays on probe levels. In QNGL, we apply the quantile normalization on gene level for the simulated array data.

IQRN and SQRN are two new methods we propose here. They are inspired by CSN, but are more robust to outliers. In IQRN, one first sorts the data in each column, trims off α/2% of the data from each tail, and computes the α%-trimmed mean and standard deviation. Then, all data in that column is standardized by subtracting the trimmed mean and being divided by the trimmed standard deviation. This normalization method can reduce the artificial normalization effect caused by outliers. In SQRN, instead of using the middle (100-α)% of the data, one first finds for each column the shortest interval that contains a certain percentage (e.g., 50%) of the data. Then the data of that column is standardized by the sample mean and variance of the data inside the shortest quartile range. If distributions of the data in each column are symmetric and unimodal, then SQRN is equivalent to IQRN. But SQRN gives better results for skewed distributions. We applied the above five normalization methods on the same simulated dataset as in Figure 2(b) before applying our BBC procedure.

As shown in Table 3, both IQRN and SQRN performed very well, whereas the other three methods affected the clustering results significantly. Thus, in our yeast data analysis reported in the following section, we used IQRN before applying the BBC procedure.

Table 3.

Comparison of normalization methods for Bayesian Biclustering Model

Sensitivity Specificity Overlapping rate # of clusters
RSN 0.84 0.85 0 3
CSN 0.95 0.58 0 3
QN 1 0.44 0 4
IQRN 1 1 0 3
SQRN 1 1 0 3

Bayesian biclustering for yeast datasets

We analyzed the same yeast expression data as in [15] using the BBC procedure. This dataset was derived by combining the environmental stress data of [16] and the cell cycle data of [17]. The combined dataset contains 6108 genes and 250 conditions (or samples). We applied the 90% IQRN procedure across all conditions. Since the dataset contains many missing data, we imputed them along with our BBC iterations. The BBC algorithm was asked to search for K biclusters, with K ranging from 30 to 65. We observed that the BIC [18] achieved the optimal value with K = 57. Out of 6108 genes, 6021 were included in one of the clusters, and all conditions were included in at least one cluster.

We analyzed the clustering results from three aspects. First, we identified the significant categories of experimental conditions for each cluster. More precisely, we classified the 250 experimental conditions into 22 categories according to the biological nature of each experiment. Some examples of categories are heat shock stress, amino acid starvation, and α factor synchronization. Then we searched for significant enrichment for each category. Second, we did functional enrichment test of genes in each cluster using functional information from the MIPS database. Third, we searched the promoter sequences (up to 800 bps upstream) of genes in each bicluster for the enrichment of transcription factor binding sites (TFBS). We applied the TFBS scores of 51 known yeast transcription factors used in [15], which measures how likely a promoter sequence contains a TFBS and was computed using ScanACE [19]. A cutoff value of 0.5 was used to make a presence/absence call for a TFBS. The presence frequency of each TFBS in all genes in the dataset was used as null hypothesis. For all the three types of enrichment analysis, we used the criterion of P value< 0.05 after the Bonferroni correction.

Out of the 57 clusters, 36 have significant gene functions enrichments, 26 have significant TFBS enrichments, 51 have significant experimental condition categories enrichments, 22 have all three types of enrichments and 54 have at least one type of enrichment. We named a few of these biclusters and listed them in Table 4. The enriched gene functions and the significant experimental conditions showed strong correlations. For example, in the cell cycle cluster, the enriched gene function terms are cell cycle, DNA processing and cell division, and the significant experimental conditions are all cell-cycle experiments including cln3 and clb2 experiments, α factor, cdc15, cdc28 and elutriation synchronization. Another example is stress response and protein folding cluster, the enriched gene function terms are stress response and protein folding, and the significant conditions are heat shock, diamide and osmolarity stress experiments. The biclustering results are also supported by the TFBS information. In many clusters, the enriched TFBSs correspond to TFs known to be involved in the pathways and biological functions that were found significant from gene functional enrichment analysis. For instance, in the ribosome protein bicluster, the enriched TFBS RAP1 is known to be involved in ribosome protein transcription [20]. The ubiquitin cluster is enriched with TFBS of RPN4, which was shown to be part of the ubiquitin fusion degradation pathway [21]. The nitrogen, sulfur and selenium cluster shows significant over-representation of binding sites for TFs CBF1, GCN4, MET31, and MET4. CBF1 is known to induce sulfate assimilation pathway along with MET4 [22], GCN4 is an activator involved with protein biosynthesis, and MET31 is a known transcriptional regulator of sulfur amino acid metabolism [23]. The G1 phase cluster is enriched with MBP1 and SWI4 binding sites. MBP1 and SWI4 are known to act together to regulate late G1-specific transcription of targets and genes for DNA synthesis [24]. The oxidative stress cluster is enriched by CAD1 and YAP1 binding sites, where YAP1 activates the transcription of anti-oxidant genes in response to oxidative stress [25]. The glycolysis regulation cluster is enriched by TFBS GCR1, which is known to be involved in glycolysis [26].

Table 4.

Bayesian Biclustering results for yeast expression data

Cluster name size* Significant conditions (P value) Enriched TFBS (P value) Enriched gene functions (P-value)
ribosome proteins 213,85 nitrogen depletion(7.1e-3), steady state (3.9e-4) RAP1 (2.9e-60) ribosomal protein (2.1e-160)
rRNA processing 329,113 steady state (8.9e-4) ABF1 (5.2e-4), PAC (1.2e-127), RRPE (2.7e-63) rRNA processing (4.3e-77), nucleic acid binding (1.6e-25)
ubiquitin 113,88 diamide stress(4.2e-3), menadione stress(2.7e-2) RPN4 (4e-12) ubiquitin / proteasomal pathway (8.3e-12)
oxidative stress 40,38 hydrogen peroxide stress (4.8e-8), menadione stress(4e-7), diamide stress (3.2e-6) CAD1(5.7e-15), YAP1(1.9e-15) oxidative stress response (9.3e-8), metabolism of phenylalanine (4.2e-8), metabolism of tyrosine (2.7e-8)
respiration 55,97 steady state(1.8e-7) HAP4 (1.3e-16), SKN7(6.3e-8), MSN24a(7.4e-4) respiration (2.5e-38), electron transport and membrane-associated energy conservation (5.1e-45)
purin metabolism 42,48 menadione stress (4.1e-6), amino acid starvation (4.8e-3) BAS1 (3.2e-5) purin nucleotide/nucleoside/nucleobase anabolism (6.2e-10)
stress response and protein folding 48,46 heat shock (4.5e-7), diamide stress (1.7e-4), osmolarity stress (6.5e-4) , MSN2/4 and YAP1 deletion (3.8e-3) HSF1 (4.7e-3), protein folding and stabilization (8e-8), stress response(3.0e-5)
stress response and heat shock 87,191 heat shock (5.2e-3) HSF1 (1.5e-3), MSN24 (6.1e-11), MSN24a (9.6e-11), STRE (1.0e-5), GIS1 (1.9e-4) C-compound and carbohydrate metabolism (1.0e-3), energy (7.4e-4)
cell cycle 86,87 α factor (3.5e-8), cdc15 (3.7e-8), cdc28 (4.5e-2), elu (4.0e-6) MCM1 (1.0e-10), SWI4 (4.16e-7), FKH1 (6.6e-7), MBP1(3.6e-4), TATA (1.3e-4) cell cycle and DNA processing (5.1e-9), cytokinesis (cell division) (2.9e-6), pheromone response (7.6e-4)
DNA topology 35,45 cln3, clb2 (2.1e-2) GCN4(4.3e-6), MBP1 (2.0e-5), MCM1 (3.2e-3), SWI4 (1.1e-3), XBP1 (1.3e-5) DNA topology (1.3e-22), somatic/ mitotic recombination (8.9e-9)
cell cycle (G1 phase) 108,62 α factor (3.35e-11), cdc 15 (2.5e-10), cdc28 (7.8e-6) MBP1 (3.7e-14), SWI4 (6.4e-5) cell cycle and DNA processing (1.4e-12)
nitrogen, sulfur & selenium metabolism 37,16 amino acid starvation (1.2e-5), nitrogen depletion (4.2e-2) CBF1(3.3e-7), GCN4 (7.3e-5), MET31 (8.7e-4), MET4(1e-7) amino acid metabolism (1.5e-30), nitrogen, sulfur and selenium metabolism (1.3e-13)
glycolysis regulation 38,78 Disulfide-reducing agent stress (1.6e-4), diamide (1.5e-3) GCR1 (4.6e-3) sugar, glucoside, polyol and carboxylate catabolism (3.3e-10), glycolysis and gluconeogenesis (3.1e-11)

*size:(the number of genes in the cluster, the number of conditions in the cluster)

Conclusions

We have presented a rigorous hierarchical Bayes model for clustering microarray data in both the gene and the experimental condition directions. We used Gibbs sampling and Bayesian information criterion to identify biclusters as well as the total number of clusters. Using simulated datasets, we showed that the BBC algorithm outperformed other clustering methods especially when multiple clusters were present. Moreover, the BBC method performed the best for simulated data based on biochemistry models with realistic noise background. We also discussed the impact of normalization procedures on the clustering results, and found that both the interquartile range normalization and the smallest-quartile range normalization are robust for our BBC model. When applied to a well-known yeast microarray dataset, the BBC procedure discovered many biologically significant clusters, from which significant enrichments of gene functions, associated experimental conditions, and related TFBS enrichment were found.

Unlike many other biclustering methods, the BBC is completely model-based and does not need to fine tune any threshold parameters. Because it is a full Bayesian model, the BBC can handle missing data extremely easily, and can also incorporate likelihood-based criterion, such as AIC, BIC, maximum likelihood, Bayes factors, etc., for model evaluations and comparisons. In addition, the BBC model has the potential to be extended by incorporating other types of data, such as the promoter sequence information into the model.

Methods

Bayesian biclustering model

Consider a microarray dataset with N genes and P conditions (or samples), in which the expression value of the ith gene and jth condition is denoted as yij, i = 1, 2, • • •, N, j = 1, 2, • • •, P. We assume that

yij=k=1K((μk+αik+βjk+ijk)δikκjk)+eij(1k=1Kδikκjk),

where K is the total number of clusters (unknown), μk is the main effect of cluster k, and αik and βjk are the effects of gene i and condition j, respectively, in cluster k, εijk is the noise term for cluster k, and eij models the data points that do not belong to any cluster. Here δik and κjk are binary variables: δik = 1 indicates that row (gene) i belongs to cluster k, and δik = 0 otherwise; similarly, κjk = 1 indicates that condition (column) j is in cluster k, and κjk = 0 otherwise.

When multiple biclusters are allowed, the original plaid model usually finds biclusters greatly overlapping with each other. This effect is quite artificial and is likely due to the nonidentifiability problem caused by the additive assumption made for overlapping clusters. We solve this problem by allowing biclusters to overlap only in one direction, either the gene or the condition direction, but not both. This results in two versions of the BBC model: non-overlapping gene biclustering and non-overlapping condition biclustering. In non-overlapping condition biclustering, a condition can be in one or none of the clusters, but a gene can be assigned to multiple clusters. Mathematically, this constraint can be written as k=1Kκjk1. In non-overlapping gene biclustering, a condition can be assigned into multiple clusters, while a gene can only be in no more than one cluster. This corresponds to k=1Kδik1. Note that in either of these two versions, different biclusters do not overlap. Without loss of generality, we focus our discussions on the non-overlapping gene biclustering in this paper. Thus the priors of the indicators κ and δ are set so that a condition can be in multiple clusters and a gene be in no more than one cluster, i.e.,

                                                                           kij ~ Bernoulli(qk)

P(δik=1,δil=0,lk)=pk
P(δil=0,l=1,2,K)=p0=1-k=1Kpk,

where pk and qk are set to be constant. We tested different values for pk and qk, and found out that different values do not affect the results much. We used qk =0.1 and

pk=1K+1

for the yeast dataset.

We assume a priori that

μkN(0,σμk2)αik|δik=1N(0,σαk2)βjk|κjk=1N(0,σβk2)εijkN(0,σk2)eijN(0,σe2).

The hyperpriors for the σμk2,σαk2,σβk2,σk2,σe2 are set to be inverse Gamma distributed.

In our model, an observation yij can belong to either one or none of the biclusters. Thus, we can rewrite the probability distribution of yij conditional on the cluster indicators. If yij belongs to cluster k,(k = 1,2,… ,K), then

yij|δik=1,kjk=1N(μk+αik+βjk,σk2).

If yij belongs to none of the clusters, then

yij|δikκjk=0 for all k'sN(0,σe2).

With Gaussian zero-mean priors on the effects parameters, we get the marginal distribution of the yij conditional on the indicators as:

Y|δ,κN(0,),

where Σ is the covariance matrix of Y, and Y = (Y0, Y1, Y2, …, YK)T with Yk = {yij : δikκjk = 1}, k ≥ 1, being the vector composed of the data points belonging to cluster k, and Y0 being the vector of data points belonging to no cluster. More specifically, Σ is a sparse matrix of the form

=(σe2I0001000K),

where Σk = cov(Yk, Yk) is the covariance matrix of all data points belonging to cluster k whose entries are:

cov(yij,ymn|δik=δmk=κjk=κnk=1)={σμk2+σαk2+σβk2+σk2,if i=m&j=nσμk2+σαk2,if i=m&jnσμk2+σβk2,if im&j=nσμk2,if im&jn.

Gibbs sampling for Bayesian biclustering

In order to make inference from the BBC model, we implement a Gibbs sampling method [27] to draw samples from the posterior distribution of the indicator variables, which can be derived by combining equation (8) with a prior distribution on the δ and κ. Initializing from a set of randomly assigned values of δ's and κ's, we sample the column (condition) indicators κ by calculating the following log-probability ratio:

logP(κjk=1|κ-j-k,δ..,σμ2.,σα2.,σβ2.,σ2.,σe2,Y)P(κjk=0|κ-j-k,δ..,σμ2.,σα2.,σβ2.,σ2.,σe2,Y)=logP(Y|κjk=1|κ-j-k,δ..,σμ2.,σα2.,σβ2.,σ2.,σe2)P(κik=1)P(Y|κjk=0|κ-j-k,δ..,σμ2.,σα2.,σβ2.,σ2.,σe2)P(κik=0).

Since each data point belongs to no more than one cluster, we can therefore divide data points into two sets given the current parameters except κjk. The first set contains data points not in cluster k, i.e., V1 = {yil : δik = 0 or κlk =0,lj}. The second set contains data points that are or can in cluster k, i.e., V2 = {yil : δik = 1,κlk = 1,lj}U{yij : δik = 1}.

Two data points are independent if they belong to different clusters, therefore we can write the joint likelihood of Y as a product of the joint likelihood for data in V1 and V2, respectively. As a consequence, the log-posterior probability ratio can be simplified as

log(P(V2|κjk=1,σμk2,σαk2,σβk2,σk2,σe2)P(κik=1)P(V2|κik=0,σμk2,σαk2,σβk2,σk2,σe2)P(κik=0)).

In order to calculate the likelihood term in the above ratio, we need to take the inverse and determinant of the covariance matrices for the vector V2 in both cases. The dimensions of these covariance matrices are huge in practice (in the order of thousands), so a brute force calculation would be expensive. Since the covariance matrices have the special structures as shown in equation (9), we can simplify the likelihood ratio term. The final simplified form only involves multiplications and additions of matrices with dimension Ik × Ik, where Ik is the number of genes in cluster k given current parameters.

Similarly we can obtain the log- posterior probability ratio for gene indicators δik,

log(P(δik=1|δ-i-k,κ..,σμ2.,σα2.,σβ2.,σ2.,σe2,Y)P(δik=0|δ-i-k,κ..,σμ2.,σα2.,σβ2.,σ2.,σe2,Y)).

Since our model requires that k=0Kδik1, then the gene indicators δik are correlated. We thus need to calculate the log-posterior probability ratio for every δik, k = 1, 2, • • • K, and sample them jointly.

We also sample the effect parameters based on the indicators δ and κ. The gene effects αik and condition effects βjk can serve as scores for genes and conditions in a cluster. Moreover the BBC model is very convenient and coherent in handling missing data in microarray datasets: just treat them as additional unknown variables and iteratively impute them in the Gibbs sampling iterations. Suppose at step t, we have sampled both the indicator variables and effects parameters, we can impute the missing data, say yij, by sampling from distribution

{N(μk(t)+αik(t)+βjk(t),σk2(t)),if δik(t)κjk(t)=1N(0,σe2(t)),ifk=1Kδik(t)κjk(t)=0

In the above procedure, we preset the value K for the total number of clusters. However, the information of K is not available in general. In practice, we search biclusters for a number of K's and select the best K based on the Beyesian information criterion (BIC) [18].

An executable program for the BBC algorithm is available at http://www.people.fas.harvard.edu/~junliu/BBC

Competing interests

The authors declare that they have no competing interests.

Authors' contributions

JG and JSL designed the models and simulation studies together. JG implemented the method and analyzed the data. Both authors contributed to the writing of the manuscript.

Acknowledgments

Acknowledgements

This work was supported by grants from the National Institute of Health (R01-GM078990) and the National Science Foundation (DMS-0706989). We thank the four referees and members of the Liu lab for many helpful comments and discussions.

This article has been published as part of BMC Genomics Volume 9 Supplement 1, 2008: The 2007 International Conference on Bioinformatics & Computational Biology (BIOCOMP'07). The full contents of the supplement are available online at http://www.biomedcentral.com/1471-2164/9?issue=S1.

Contributor Information

Jiajun Gu, Email: jiajungu@fas.harvard.edu.

Jun S Liu, Email: jliu@stat.harvard.edu.

References

  1. Cheng Y, Church GM. Biclustering of Expression Data. Proc Int Conf Intell Syst Mol Biol. 2000:93–103. [PubMed] [Google Scholar]
  2. Segal E, Battle A, Koller D. Decomposing gene expression into cellular processes. In: Klein E, editor. In Proceedings of the Pacific Symposium on Biocomputing; USA. World Scientific; 2003. pp. 89–100. [DOI] [PubMed] [Google Scholar]
  3. Tseng G, Wong W. Tight clustering: a resampling-based approach for identifying stable and tight patterns in Data. Biometrics. 2005;61:10–16. doi: 10.1111/j.0006-341X.2005.031032.x. [DOI] [PubMed] [Google Scholar]
  4. Bergmann S, Ihmels J, Barkai N. Iterative signature algorithm for the analysis of large-scale gene expression data. Physical review E. 2003. p. 67. [DOI] [PubMed]
  5. Lazzaroni L, Owen A. Plaid Models for Gene Expression Data. Statistica Sinica. 2002;12:61–86. [Google Scholar]
  6. Tanay A, Sharan R, Shamir R. Discovering statistically significant biclusters in gene expression data. Bioinformatics. 2002;18:S136–S144. doi: 10.1093/bioinformatics/18.suppl_1.s136. [DOI] [PubMed] [Google Scholar]
  7. Ben-Dor A, Chor B, Karp R, Yakhini Z. Proceedings of the sixth international coference on computational biology. Washington, DC, USA, ACM; 2002. Discovering local structure in gene expression data: the order-preserving sumatrix problem; pp. 89–100. [DOI] [PubMed] [Google Scholar]
  8. Murali TM, Kasif S. Exacting convserved gene expression motifs from gene exression data. In: Edited by Klein E, editor. In Proceedings of the Pacific Symposium on Biocomputing; USA. World Scientific; 2003. pp. 77–88. [PubMed] [Google Scholar]
  9. Madeira S, Oliveira A. Biclustering algorithms for biological data analysis: a survey. IEEE Trans on Comp Biol and Bioinfo. 2004;1:24–45. doi: 10.1109/TCBB.2004.2. [DOI] [PubMed] [Google Scholar]
  10. Barkow S, Bleuler S, Prelic A, Zimmermann E, Pand Zitzler. BicAT: biclustering analysis toolbox. Bioinformatics. 2006;22:1282–1283. doi: 10.1093/bioinformatics/btl099. [DOI] [PubMed] [Google Scholar]
  11. Sharan R, Maron-Katz A, Shamir R. CLICK and EXPANDER: a system for clustering and visualizing gene expression data. Bioinformatics. 2003;19:1787–1799. doi: 10.1093/bioinformatics/btg232. [DOI] [PubMed] [Google Scholar]
  12. Mendes P, Sha W, Ye K. Artifical gene networks for objective comparison of analysis algorithms. Bioinformatics. 2003;19:ii122–ii129. doi: 10.1093/bioinformatics/btg1069. [DOI] [PubMed] [Google Scholar]
  13. Golub , et al. Comprenhensive identification of cell cycle-regulated genes of the yeast Saccharomyces cerevisiase by microarray hybridization. Mol Biol Cell. 1998;9:3273–3297. doi: 10.1091/mbc.9.12.3273. [DOI] [PMC free article] [PubMed] [Google Scholar]
  14. Bolstad BM, Irizarry RA, Astrand M, Speed TP. A Comparison of Normalization Methods for High Density Oligonucleotide Array Data Based on Bias and Variance. Bioinformatics. 2003;19:185–193. doi: 10.1093/bioinformatics/19.2.185. [DOI] [PubMed] [Google Scholar]
  15. Beer M, Tavazoie S. Predicting gene expression from sequence. Cell. 2004;117:185–198. doi: 10.1016/S0092-8674(04)00304-6. [DOI] [PubMed] [Google Scholar]
  16. Gasch A, et al. Genomic expression programs in the response of yeast cells to environmental changes. Mol Biol Cell. 2000;11:4241–4257. doi: 10.1091/mbc.11.12.4241. [DOI] [PMC free article] [PubMed] [Google Scholar]
  17. Spellman PT, et al. Comprenhensive identification of cell cycle-regulated genes of the yeast Saccharomyces cerevisiase by microarray hybridization. Mol Biol Cell. 1998;9:3273–3297. doi: 10.1091/mbc.9.12.3273. [DOI] [PMC free article] [PubMed] [Google Scholar]
  18. Schwarz G. Estimating the dimension of a model. Annals of statistics. 1978;6:461–464. doi: 10.1214/aos/1176344136. [DOI] [Google Scholar]
  19. Hughes J, Estep P, Tavazoie S, Church G. Compuational identifcation of cis-regulatory elements associated with groups of functionally related genes in Saccharomyces cerevisiae. J Mol Biol. 2000;296:1205–1214. doi: 10.1006/jmbi.2000.3519. [DOI] [PubMed] [Google Scholar]
  20. Klein C, Struhl K. Protein kinase A mediates growth-regulated expression of yeast ribosomal protein genes by modulating RAP1 transcriptional activity. Mol Cell Biol. 1994;14:1920–8. doi: 10.1128/mcb.14.3.1920. [DOI] [PMC free article] [PubMed] [Google Scholar]
  21. Mannhaupt G, et al. Rpn4p acts as a transcription factor by binding to PACE, a nonamer box found upstream of 26S proteasomal and other genes in yeast. FEBS Lett. 1999:27–34. doi: 10.1016/S0014-5793(99)00467-6. [DOI] [PubMed] [Google Scholar]
  22. Thomas D, Jacquemin I, Surdin-Kerjan Y. MET4, a leucine zipper protein, and centromere-binding factor 1 are both required for transcriptional activation of sulfur metabolism in Saccharomyces cerevisiae. Mol Cell Biol. 1992;12:1719–27. doi: 10.1128/mcb.12.4.1719. [DOI] [PMC free article] [PubMed] [Google Scholar]
  23. Thomas D, Surdin-Kerjan Y. Metabolism of sulfur amino acids in Saccharomyces cerevisiae. Microbiol Mol Biol Rev. 1997;61:503–532. doi: 10.1128/mmbr.61.4.503-532.1997. [DOI] [PMC free article] [PubMed] [Google Scholar]
  24. Nasmyth K, Dirick L. The role of SWI4 and SWI6 in the activity of G1 cyclins in yeast. Cell. 1991;66:995–1013. doi: 10.1016/0092-8674(91)90444-4. [DOI] [PubMed] [Google Scholar]
  25. Toone W, Jones N. AP-1 transcription factors in yeast. Curr Opin Genet Dev. 1999;9:55–61. doi: 10.1016/S0959-437X(99)80008-2. [DOI] [PubMed] [Google Scholar]
  26. Clifton D, Weinstock S, Fraenkel D. Glycolysis mutants in Saccharomyces cerevisiae. Genetics. 1978;88:1–11. doi: 10.1093/genetics/88.1.1. [DOI] [PMC free article] [PubMed] [Google Scholar]
  27. Liu JS. Genetics. New York: Springer-Verlag; 2001. Monte Carlo Strategies in Scientific Computing. [Google Scholar]

Articles from BMC Genomics are provided here courtesy of BMC

RESOURCES