Skip to main content
The Scientific World Journal logoLink to The Scientific World Journal
. 2014 Jan 2;2014:313747. doi: 10.1155/2014/313747

Nonlinear-Model-Based Analysis Methods for Time-Course Gene Expression Data

Li-Ping Tian 1, Li-Zhi Liu 2, Fang-Xiang Wu 2,3,*
PMCID: PMC3910117  PMID: 24516364

Abstract

Microarray technology has produced a huge body of time-course gene expression data and will continue to produce more. Such gene expression data has been proved useful in genomic disease diagnosis and drug design. The challenge is how to uncover useful information from such data by proper analysis methods such as significance analysis and clustering analysis. Many statistic-based significance analysis methods and distance/correlation-based clustering analysis methods have been applied to time-course expression data. However, these techniques are unable to account for the dynamics of such data. It is the dynamics that characterizes such data and that should be considered in analysis of such data. In this paper, we employ a nonlinear model to analyse time-course gene expression data. We firstly develop an efficient method for estimating the parameters in the nonlinear model. Then we utilize this model to perform the significance analysis of individually differentially expressed genes and clustering analysis of a set of gene expression profiles. The verification with two synthetic datasets shows that our developed significance analysis method and cluster analysis method outperform some existing methods. The application to one real-life biological dataset illustrates that the analysis results of our developed methods are in agreement with the existing results.

1. Background

To understand the mechanisms of dynamic biological processes, DNA microarray experiments have been employed to produce gene expression profiles at a series of time points, for example, the cell division cycle processes of yeast Saccharomyces cerevisiae [1, 2], bacterium Caulobacter crescentus [3], and human being [4]. Such time-course gene expression data provides a dynamic snapshot of most (if not all) of the genes related to the biological development process and thus can be useful in genomic disease diagnosis and genomic drug design. The challenge is how to uncover useful information from such data by proper analysis methods [5].

Although the behaviours of genome-wide genes can be monitored simultaneously with the current DNA microarray technology, not are all of monitored genes closely related to the biological process being studied or of interest. In addition, gene expression data are often contaminated by various noises or noisy genes. It is impossible to uncover some useful information without any preprocessing. Either excluding genes of interest or including noisy genes could degrade the significance of any analysis results. Therefore, it is critical to select the genes which are closely relevant to a biological process from gene expression profiles measured during the biological process. The selection of genes can be performed by the so-called significance analysis of gene expression profiles. Much attention has been paid to the significant analysis of static gene expression data over the past years. For gene expression data obtained from a pair of conditions (e.g., normal versus abnormal, or control versus treatment) with multiple replicates, one of the widely used approaches in early years is called the R-fold change method [6, 7]. The “R-fold change” method determines a gene to be significantly expressed if the ratio of expression values under two different conditions is greater than R or less than 1/R, where R is a user-preset positive number. This approach has been improved by a resampling (bootstrapping) method called SAM [8, 9]. Another approach to the significance analysis is the use of t-test, for example, on logarithm of the expression levels. In a t-test, the means and variances of gene expressions from a pair of conditions are used to compute a normalized distance so-called t-value. When the t-value exceeds a certain threshold depending on the confidence level selected, gene expression data from a pair of conditions are considered to be significantly different. Although R-fold and t-test approaches can be extended to apply for the analysis of gene expression data with multiple conditions, for example, SAM [8, 9] and RIT [10], these approaches need the assumption that multiconditional values are statistically independent. Therefore, it is not applicable to time-course gene expression profiles as they are not statistically independent but dynamically dependent. In recent year, we have developed several methods for significance analysis of time-course gene expression data. In [11, 12], we employ linear regression models to detect the significantly differentially expressed genes. In [13, 14], we employ nonlinear models to detect the periodically expressed genes.

Besides the significance analysis, the cluster analysis is another class of analysis methods to uncover the useful information from gene expression data [5]. A number of clustering methods have been proposed for cluster analysis of gene expression data. These include distance/correlation-based clustering methods (e.g., hierarchical clustering [15], k-means clustering [16], and self-organizing maps [17]) and static-model-based clustering methods [18, 19]. In these methods, gene expression profiles are viewed as multidimensional vectors. Distance/correlation-based clustering methods cluster genes based on the distance/correlation among their expression profiles. Static-model-based clustering methods assign genes to one of the clusters if their expression profiles are generated by a multivariate normal distribution. These methods do not take the dynamic of time-course gene expression data into account and thus are not efficient for periodically expressed gene data. Some dynamic-model-based clustering methods have been proposed to analyze time-course gene expression data [20, 21]. These methods employ linear autoregressive models to describe the dynamics of time-course gene expression data. Recently we propose the nonlinear-model-based method for clustering periodically expressed genes [22, 23].

As measured from typical nonlinear biological systems, time-course gene expression profiles should display the nonlinear properties. In this paper, we propose nonlinear-model-based methods for significance analysis and cluster analysis of time-course gene expression data. The proposed nonlinear model can be viewed as a generalization of many existing models [13, 14, 2023]. A two-step method is proposed to estimate the model parameter. An F-test is employed to determine if a gene expression profile is significantly different from noisy data. A relocation-iteration algorithm is employed to assign each gene to an appropriate cluster. A bootstrapping method and an average adjusted Rand index (AARI) are employed to measure the quality of clustering. We employ two synthetic datasets to evaluate the performance of the proposed methods and apply them to one real-life biological dataset.

2. Methods

2.1. Nonlinear Model for Time-Course Gene Profiles

Let x(t)  (t = 1, 2,…, m) be a time-course gene expression profile generated from a dynamic biological process, where m is the number of time points at which gene expression is measured. Many nonlinear gene expression profiles contain a periodic component and a long-term decrease or increase component. In this study, we employ the following nonlinear model to describe time-course gene expression data:

x(t)=eαt[acos(ωt)+bsin(ωt)]+ct+d+ε(t), (1)

where parameter α represents the degradation rate of periodicity; parameters a and b are the coefficients of sine and cosine functions, respectively; parameter ω is the frequency of periodic expression data; parameters c and d are the coefficients of linear function; and ε(t) represents random errors. This study assumes that the errors have a normal distribution independent of time with the mean of 0 and the variance of σ 2. This model generalizes several existing models; for example, setting α = c = d = 0, model (1) is reduced to sinusoidal function model [2430]:

x(t)=Asin(ωt+Φ)+ε(t), (2)

which is widely used to generate the synthetic periodic gene expression profiles [24] and to detect the periodically expressed genes [2729]. In model (2), A=a2+b2 is called the magnitude and Φ = arc tan(a/b) is called the phase. Setting α = 0, model (1) is reduced to a model used in [13], while, setting c = d = 0, model (1) is reduced to a model used in [14, 22]. As model (1) is the generalization of several existing models, it is expected that the analysis results based on this model are better than those reduced models.

To construct model (1) six parameters need to be estimated from a time-course gene expression profile x(t)  (t = 1, 2, …, m). Obviously estimating those parameters in model (1) is a nonlinear estimation problem as α and ω are nonlinear in the model. In general, all nonlinear optimization programs can be used to estimate parameters in model (1), for example, Gauss-Newton iteration method and its variants such as Box-Kanemasu interpolation method, Levenberg damped least squares methods, and Marquardt's method [3133]. However, these iteration methods are sensitive to initial values. Another main shortcoming is that these methods may converge to the local minimum of the least squares cost function and thus cannot find the true values of the parameters.

Our observation is that noise free model (1)

x(t)=eαt[acos(ωt)+bsin(ωt)]+ct+d (3)

can be viewed as the general solution of the following second order ordinary differential equation:

x¨(t)+Ax˙(t)+Bx(t)=Ct+D, (4)

which is independent of a and b and

α=A2,ω=4BA22,c=CB,d=DBACB2. (5)

Now we can see that constant parameters A, B, C, and D are linear in (4). As long as we get the first and second derivatives, we can easily estimate the parameters A, B, C, and D by the linear least squares method. Then we can get the estimation of α, ω, c, and d from equations in (5). Finally we can use (3) to estimate the rest of parameters a and b. Therefore, we propose the following two-step parameter estimation methods to estimate all six parameters in model (1).

Step1. Numerically calculate the first and second derivatives of x(t). As time-course gene expression data are discrete, the first and second derivatives of x(t) can be estimated by the central (second order) finite difference formulas as follows:

x˙(t)=x(t+1)x(t1)2Δfor  t=2,,m1, (6)
x¨(t)=x(t+1)+x(t1)2x(t)Δ2for  t=2,,m1, (7)

respectively, where Δ is the time difference between two consecutive gene expression data points. If the number of data points in a gene expression profile is enough, one can choose a high order finite difference formula to get more accurate estimation of these derivatives.

Then, based on model (4), we use the linear least squares method to estimate parameter ω 2. In detail, let

Y=[x¨(1)x¨(2)x¨(l)],X=[x˙(1)x(1)t21x˙(2)x(2)t31x˙(l)x(l)tm11]. (8)

From (6) and (7), we have l = m − 2. Then by the least squares method, the paramters A, B, C, and D in model (4) can be estimated as

[A^B^C^D^]=(XTX)1XTY. (9)

Note that if the value of 4B^-A^2 calculated by (5) for a gene is negative, the expression of this gene will be judged not to be described by model (1).

Step2. Substitute the estimated values of α, ω, c, and d into (3). Then we apply the least squares method to model (1) to estimate parameters a and b. In detail, let

Z=[z(1),,z(m)],E=[cos(Δω^),,cos(mΔω^)sin(Δω^),,sin(mΔω^)]; (10)

by the least squares method, a and b can be estimated as

[a^b^]=(EET)1(EZT), (11)

where

z(t)=eα^t[x(t)c^td^]fort=1,2,,m. (12)

2.2. Nonlinear-Model-Based Significance Analysis

Significance analysis of gene expression data is to determine if a gene expression profile is significantly different from noisy data. This issue is not easy to answer through statistical inference [29, 30] yet, especially for time-course gene expression profiles as their data points are not statistically independent. However, a practical way in the literature [2730] is to perform a statistical hypothesis test whether the gene expression profile is pure normal white noise or it fits a certain model as specified by (1). Along with this way, this study tests the null hypothesis of

  • (H0)
    x(t)=d+ε(t) (13)

versus the alternative hypothesis of

  • (H1)

    (see (1)).

Let

S02=i=1m(x(ti)d^)2,d^=1mi=1mx(ti), (14)

where S 0 2 is the residual of model (13) with estimated parameters, and

S12=i=1m{x(ti)eα^t[acos(ω^ti)+b^sin(ω^ti)]c^tid^}2, (15)

where S 1 2 is the residual of model (1) with estimated parameters. As the noise model (13) can be viewed as a special case of model (1), the statistic

F=(S02S12)/5S12/(m6)=m65(S02S121) (16)

follows the F-distribution with the degrees of freedom (5, m − 6), according to statistics theory [21, 23].

When the value of F-statistic is large enough (greater than a specified threshold), model (13) is rejected; that is, the gene expression profile is not pure normal white noise, and otherwise the gene expression profile appears as white noises. According to degrees of freedom (which are related to the length of time-course data m and the number of parameters in the models) and a significance level (typically, 0.01, 0.05, 0.1, 0.2, or the like) specified by a user, the threshold value can be determined from F-distribution table or by using a f-distribution table or a standard MATLAB function icdf(“f”, 1 − γ, 5, m − 6), where γ is the significance level. A significance level is the probability that the null hypothesis is true. Therefore, the rejection of the null hypothesis at a smaller significance level indicates the more favourable to alternative hypothesis. That is, the smaller the significance level is, the more confidence one accepts that genes are not noises if its corresponding value of F-statistic is greater than the threshold.

2.3. Nonlinear-Model-Based Cluster Analysis

2.3.1. The Mixture Model

In this study, it is assumed that a time-course gene expression dataset is a collection of time series which belongs to several clusters and time series in each cluster can be described by model (1) with different parameters. Let θ k = [α k, ω k, a k, b k, c k, d k] be parameters of model (1) for the kth cluster. Then the task of nonlinear-model-based clustering is as follows: for a given number of cluster K, divide a time-course gene expression dataset into a partition C = {C 1,…, C k,…, C K} using model (1) with parameters θ k = [α k, ω k, a k, b k, c k, d k](k = 1,…, K) which minimize

f(CΘ)=k=1KxCki=1m{x(i)eαkΔi[akcos(iΔωk)+bksin(iΔωk)]ckΔidk}2, (17)

where the parameters Θ consist of {θ k,  k = 1,…, K}.

2.3.2. Estimation of Cluster Parameters

According to the parameter estimation method proposed in previous section for single time-course expression profiles, for the kth cluster, parameters θ k = [α k, ω k, a k, b k, c k, d k] can be estimated as

α^k=A^k2,ω^k=4B^kA^k22,c^k=C^B^,d^k=D^kB^kA^kC^kB^k2, (18)

where

[A^kB^kC^kD^k]=(xCkXTX)1xCkXTY,[a^kb^k]=(xCkEET)1xCkEZT, (19)

where |C k| represents the number of time series in cluster C k, ∑k=1 K|C k| = N.

2.3.3. Algorithm for Clustering

This study employs the following relocation-iteration algorithm to estimate the parameters such that the cost function (17) is minimized:

  • (1)

    select an initial partition for the given number of clusters, K;

  • (2)

    iterate (s = 1,2,…):

    • (a)
      estimate the parameter Θs based on the current partition by using (18)-(19);
    • (b)
      generate a new partition by assigning each sequence x to cluster k where
      k=argmin1jKi=1m{x(i)eαjsΔi[ajscos(iΔωjs)+bjssin(iΔωjs)]cjsΔidjs}2; (20)
  • (3)

    stop if the improvement of the cost function (17) is below a given threshold, or the cluster memberships of time series do not change significantly.

In 2(a), Θs = {θ k s, 1 ≤ kK} represents the estimated parameters in cost function (17) at iteration s while in 2(b), parameters α j s, ω j s, a j s, b j s, c j s,   and d j s represent the parameters of model j at iteration s.

3. Evaluation

In this section, we use two synthetic datasets to evaluate our proposed significance analysis method and cluster analysis method, respectively. To evaluate the significance analysis method, we generate one synthetic dataset that consists of 2000 noisy gene expression profiles based on model (13) and 2000 time-course gene expression profiles based on model (1). All 4000 expression profiles are depicted in Figure 1, from which one can hardly differentiate time-course gene expression profiles from noisy ones. To measure the performance of significance analysis, we employ two widely used indices: sensitivity and specificity, which can be defined as follows [34]:

Sensitivity=number  of  true  positivesnumber  of  true  positives+number  of  false  negatives,Specificity=number  of  true  negativesnumber  of  true  negatives+number  of  false  positives, (21)

where

  • true positive is a time-course gene expression profile identified as it is;

  • false positive is a time-course gene expression profile identified as it is noisy;

  • true negative is a noisy gene expression profile identified as it is;

  • false negative is a noisy gene expression profile identified as it is time-course.

Figure 1.

Figure 1

Plot of 4000 expression profiles for evaluating significance analysis method.

The sensitivity and the specificity depend on thresholds which determine if an expression profile is time-course or noisy. In general, the sensitivity is increasing, while the specificity is decreasing and vice versa. However, a good method is expected to have both high sensitivity and specificity. Figure 2 depicts the curves of sensitivity versus specificity over various thresholds. From this figure, we can see that both sensitivity and specificity can be as high as of 99% for a specific threshold, which indicates that our proposed significance analysis methods are excellent.

Figure 2.

Figure 2

Plot of sensitivity versus specificity.

To evaluate our proposed cluster analysis method, another synthetic dataset consisting of six clusters is generated from model (1), where different clusters have different randomly selected parameters with some large variances. In each cluster, all profiles are generated with model parameters for this cluster with some random perturbations. All generated profiles are plotted in Figure 3, from which one can see that all time-course gene expression profiles are mixed up. To measure the quality of clustering results, we use the adjusted Rand index (ARI) [35], which originally is to measure the degree of agreement between two partitions of the same set of objects. Given two partitions of N objects, the r-cluster partition U = {u 1,…, u r} and the s-cluster partition V = {v 1,…, v s}, the ARI is defined as follows [35]:

ARI=i=1ri=1s(nij2)1/Ti=1r(ni.2)i=1s(n.j2)1/2[i=1r(ni.2)+i=1s(n.j2)](1/T)i=1r(ni.2)i=1s(n.j2), (22)

where T is the number of pairs of N objects, n ij is the number of objects that are both in clusters u i and v j, i = 1,…, r, j = 1,…, s, and n i. is the number of objects in cluster u i, while n .j is the number of objects in cluster v j. From these definitions, we have

T=N(N1)2,ni.=j=1snij,n.j=i=1rnij. (23)

The expected value of ARI is 1 when two partitions agree perfectly and 0 when they are selected at random.

Figure 3.

Figure 3

Plot of expression profiles for evaluating cluster analysis method.

As the results of clustering are sensitive to the initial partition, we run our proposed clustering algorithm and competing clustering algorithms 30 times on the synthetic dataset and calculate the average ARI (AARI) for each algorithm. Figure 4 depicts the AARI of three algorithms named “algorithm with random initial,” “algorithm with k-means initial,” and “k-means” over several different numbers of clusters, where “algorithm with random initial” means our proposed clustering algorithm with randomly chosen initial partition, “algorithm with k-means initial” means our proposed clustering algorithm with k-means result as initial partition, and “k-means” is an algorithm coded in the MATLAB software for k-means clustering method. Those values of AARI are also listed in Table 1.

Figure 4.

Figure 4

Plot of AARI with different numbers of clusters.

Table 1.

The values of AARI for different clustering methods on synthetic data.

No. of clusters 2 3 4 5 6 7 8 9 10
Random initial 0.2915 0.5741 0.6636 0.7549 0.9787 0.9516 0.8862 0.826 0.7944
k-means initial 0.2915 0.4875 0.6741 0.7168 0.7732 0.7668 0.7666 0.7739 0.753
k-means 0.2915 0.5099 0.6352 0.7047 0.8001 0.7635 0.8189 0.7849 0.7827

From Figure 4 and Table 1, one can see that our algorithm with random chosen initial partitions outperforms the other two algorithms. Particularly, at the correct number of clusters, the ARRI from our algorithm with random chosen initial partitions reaches its maximum. The quality of our algorithm with k-means result as initial partitions is comparable with that of k-means, which indicates that after k-means falls in a local optimum, our algorithm cannot escape from that local optimum and thus inherits the drawbacks of k-means. This also suggests that our developed algorithm should combine with random chosen initial partitions.

4. Applications to a Real-Life Gene Expression Data

In this section, we apply our proposed significance analysis and cluster analysis method to a real-life gene expression dataset which is collected from the alpha-synchronized experiment [2]. To study the mitotic cell division cycle of yeast, Spellman et al. [2] have monitored more than 6000 genes of yeast (Saccharomyces cerevisiae) at 18 equally spacing time points in the alpha-synchronized experiment. The original dataset is publicly available at http://genome-www.stanford.edu. Genes with missing data are excluded in this study. The resultant dataset contains the expression profiles of 4489 genes.

We first apply our proposed significance analysis method to this dataset and set the significance level γ = 0.1. As a result, 846 genes are determined to be involved in the alpha-synchronized cell division cycle process, while the other 3643 genes are determined to be noises with respect to this process. Figure 5(f) depicts these 3643 expression profiles. From Figure 5(f), most of the expression profiles look like noises and are not related to the alpha-synchronized cell division cycle process according to the results in [2]. Then we apply our proposed clustering algorithm to the subset consisting of 846 genes involved in the alpha-synchronized cell division cycle process. According to the biological meaning of this process [2], the reasonable number of clusters is 5. The model parameters identified for each of the five clusters are listed in Table 2. From Table 2, for all clusters the values of parameter α k are negative numbers, which are reasonable. As the cell division cycle is a stable biological system, after a perturbation such as the alpha synchronization, the system tends to its stable attractor. Therefore the degradation rate represented by α k should be negative.

Figure 5.

Figure 5

Plot of gene expression profiles. (a)–(e) show gene expression profiles for one of five clusters. (f) shows gene expression profiles which are determined as noises.

Table 2.

The model parameters for each cluster.

Parameters Cluster 1 (315) Cluster 2 (233) Cluster 3 (17) Cluster 4 (53) Cluster 5 (228)
α k −1.1543 −1.7033 −0.6612 −0.5111 −1.8483
ω k 9.8108 9.8673 7.1631 7.0517 8.736
a k 0.0234 0.2675 1.0948 0.0024 0.4427
b k 0.1389 0.033 −1.2261 0.1248 −0.6807
c k −0.1287 0.1422 0.3353 0.5748 −0.3738
d k 0.1383 −0.1372 −0.2723 −0.6011 0.3946

Furthermore, the values of model parameters a k and b k determine the importance of periodic components. From Table 2, the module of parameters a k and b k is the largest, while the absolute value of parameter α k is small for Cluster 3. This indicates that 17 genes in Cluster 3 are periodically expressed in this process, which can be verified from Figure 5(c). Actually all 17 genes in this cluster have also been identified as periodically expressed genes in [2]. The module of parameters a k and b k is the second largest for Cluster 5, while the absolute value of parameter α k is very large for Cluster 5. As a result, gene expression profiles in Cluster 5 are quickly degrading while hardly displaying periodicity as shown in Figure 5(e). According to the estimated values of model parameters, expression profiles in other clusters can similarly be explained.

5. Conclusions

In this paper, we have presented a significance analysis method and a cluster analysis method for time-course gene expression profiles. In these methods, time-course gene expression profiles are modeled by a nonlinear model, which is a generalization of several existing models. To estimate the parameters, which is key to the developed significance analysis method and a cluster analysis method, we propose a two-step linear least squares method. One synthetic dataset has been employed to verify our developed significance analysis method in terms of sensitivity and specificity, while another synthetic dataset has been employed to verify our developed cluster analysis method in terms of AARI. The results have shown that both of our developed methods outperform some existing methods. The application to one real-life biological dataset illustrates that the analysis results of our developed methods are in agreement with the existing results. The reconstruction of gene regulatory network from time-course gene expression data is a very important issue in systems biology [36]. Obviously, noisy genes should be excluded from gene expression data for reconstructing gene regulatory networks. In the future, we may combine our method with other methods as in [36] to reconstruct gene regulatory networks.

Acknowledgments

This research is supported by the Special Fund of Ministry of Education of Beijing for Distinguishing Professors and the Science and Technology Funds of Beijing Ministry of Education (SQKM201210037001) through the first author and Natural Sciences and Engineering Research Council of Canada (NSERC) through the other authors.

Conflict of Interests

The authors declare that there are no competing interests.

References

  • 1.Cho RJ, Campbell MJ, Winzeler EA, et al. A genome-wide transcriptional analysis of the mitotic cell cycle. Molecular Cell. 1998;2(1):65–73. doi: 10.1016/s1097-2765(00)80114-8. [DOI] [PubMed] [Google Scholar]
  • 2.Spellman PT, Sherlock G, Zhang MQ, et al. Comprehensive identification of cell cycle-regulated genes of the yeast Saccharomyces cerevisiae by microarray hybridization. Molecular Biology of the Cell. 1998;9(12):3273–3297. doi: 10.1091/mbc.9.12.3273. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 3.Laub MT, McAdams HH, Feldblyum T, Fraser CM, Shapiro L. Global analysis of the genetic network controlling a bacterial cell cycle. Science. 2000;290(5499):2144–2148. doi: 10.1126/science.290.5499.2144. [DOI] [PubMed] [Google Scholar]
  • 4.Whitfield ML, Sherlock G, Saldanha AJ, et al. Identification of genes periodically expressed in the human cell cycle and their expression in tumors. Molecular Biology of the Cell. 2002;13(6):1977–2000. doi: 10.1091/mbc.02-02-0030.. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 5.Baldi P, Hatfield GW. DNA Microrarrays and Gene Expression: From Experiments to Data Analysis and Modeling. New York, NY, USA: Cambridge University Press; 2002. [Google Scholar]
  • 6.Alizadeh AA, Elsen MB, Davis RE, et al. Distinct types of diffuse large B-cell lymphoma identified by gene expression profiling. Nature. 2000;403(6769):503–511. doi: 10.1038/35000501. [DOI] [PubMed] [Google Scholar]
  • 7.Claverie JM. Computational methods for the identification of differential and coordinated gene expression. Human Molecular Genetics. 1999;8(10):1821–1832. doi: 10.1093/hmg/8.10.1821. [DOI] [PubMed] [Google Scholar]
  • 8.Tusher VG, Tibshirani R, Chu G. Significance analysis of microarrays applied to the ionizing radiation response. Proceedings of the National Academy of Sciences of the United States of America. 2001;98(9):5116–5121. doi: 10.1073/pnas.091062498. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 9.Smyth GK, Michaud J, Scott HS. Use of within-array replicate spots for assessing differential expression in microarray experiments. Bioinformatics. 2005;21(9):2067–2075. doi: 10.1093/bioinformatics/bti270. [DOI] [PubMed] [Google Scholar]
  • 10.Nilsson R, Pena JM, Bjorkegren J, Tegner J. Detecting multivariate differentially expressed genes. BMC Bioinformatics. 2007;8(article 150) doi: 10.1186/1471-2105-8-150. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 11.Wu FX, Zhang WJ. Dynamic-model-based method for selecting significantly expressed genes from time-course expression profiles. IEEE Transactions on Information Technology in Biomedicine. 2010;14(1):16–22. doi: 10.1109/TITB.2009.2025125. [DOI] [PubMed] [Google Scholar]
  • 12.Wu FX, Xia ZH, Mu L. Finding significantly expressed genes from time-course expression profiles. International Journal of Bioinformatics Research and Applications. 2009;5(1):50–63. doi: 10.1504/IJBRA.2009.022463. [DOI] [PubMed] [Google Scholar]
  • 13.Tian LP, Liu LZ, Wu FX. Identification of pseudo-periodic gene expression profiles. Proceedings of the International Conference on Bioinformatics & Computational Biology (BIOCOMP ’11); July 2011; Las Vegas, Nev, USA. pp. 42–46. [Google Scholar]
  • 14.Tian LP, Liu LZ, Wu FX. Detecting nearly periodically expressed genes from their microarray time-course profiles. Proceedings of the IASTED International Conference on Computational Bioscience (CompBio ’10); November 2010; pp. 612–619. [Google Scholar]
  • 15.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]
  • 16.Yeung KY, Fraley C, Murua A, Raftery AE, Ruzzo WL. Model-based clustering and data transformations for gene expression data. Bioinformatics. 2001;17(10):977–987. doi: 10.1093/bioinformatics/17.10.977. [DOI] [PubMed] [Google Scholar]
  • 17.Törönen P, Kolehmainen M, Wong G, Castrén E. Analysis of gene expression data using self-organizing maps. FEBS Letter. 1999;451(2):142–146. doi: 10.1016/s0014-5793(99)00524-4. [DOI] [PubMed] [Google Scholar]
  • 18.Ghosh D, Chinnaiyan AM. Mixture modelling of gene expression data from microarray experiments. Bioinformatics. 2002;18(2):275–286. doi: 10.1093/bioinformatics/18.2.275. [DOI] [PubMed] [Google Scholar]
  • 19.McLachlan GJ, Bean RW, Peel D. A mixture model-based approach to the clustering of microarray expression data. Bioinformatics. 2002;18(3):413–422. doi: 10.1093/bioinformatics/18.3.413. [DOI] [PubMed] [Google Scholar]
  • 20.Ramoni MF, Sebastiani P, Kohane IS. Cluster analysis of gene expression dynamics. Proceedings of the National Academy of Sciences of the United States of America. 2002;99(14):9121–9126. doi: 10.1073/pnas.132656399. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 21.Wu FX, Zhang WJ, Kusalik AJ. Dynamic model-based clustering for time-course gene expression data. Journal of Bioinformatics and Computational Biology. 2005;3(4):821–836. doi: 10.1142/s0219720005001314. [DOI] [PubMed] [Google Scholar]
  • 22.Tian LP, Lu HY, Wu FX. Nonlinear model-based clustering for periodically expressed gene profiles. Proceedings of the 7th International Symposium on Bioinformatics Research and Applications (ISBRA ’11); May 2011; Hunan, China. pp. 62–66. [Google Scholar]
  • 23.Tian LP, Liu LZ, Zhang QW, Wu FX. Nonlinear model-based method for clustering periodically expressed genes. TheScientificWorldJOURNAL. 2011;11:2051–2061. doi: 10.1100/2011/520498. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 24.Harmer SL, Hogenesch JB, Straume M, et al. Orchestrated transcription of key pathways in Arabidopsis by the circadian clock. Science. 2000;290(5499):2110–2113. doi: 10.1126/science.290.5499.2110. [DOI] [PubMed] [Google Scholar]
  • 25.Wichert S, Fokianos K, Strimmer K. Identifying periodically expressed transcripts in microarray time series data. Bioinformatics. 2004;20(1):5–20. doi: 10.1093/bioinformatics/btg364. [DOI] [PubMed] [Google Scholar]
  • 26.Fisher RA. Test of significance in harmonic analysis. Proceedings of the Royal Society A. 1929;125(796):54–59. [Google Scholar]
  • 27.Chen J. Identification of significant periodic genes in microarray gene expression data. BMC Bioinformatics. 2005;6, article 286 doi: 10.1186/1471-2105-6-286. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 28.Glynn EF, Chen J, Mushegian AR. Detecting periodic patterns in unevenly spaced gene expression time series using Lomb-Scargle periodograms. Bioinformatics. 2006;22(3):310–316. doi: 10.1093/bioinformatics/bti789. [DOI] [PubMed] [Google Scholar]
  • 29.Chen J, Chang KC. Discovering statistically significant periodic gene expression. International Statistical Review. 2008;76(2):228–246. [Google Scholar]
  • 30.Liew AWC, Law NF, Cao XQ, Yan H. Statistical power of Fisher test for the detection of short periodic gene expression profiles. Pattern Recognition. 2009;42(4):549–556. [Google Scholar]
  • 31.Beck JV, Arnold KJ. Parameter Estimation in Engineering and Science. New York, NY, USA: John Wiley & Sons; 1977. [Google Scholar]
  • 32.van den Bos A. Parameter Estimation for Scientists and Engineers. New York, NY, USA: John Wiley & Sons; 2007. [Google Scholar]
  • 33.Chou I, Voit EO. Recent developments in parameter estimation and structure identification of biochemical and genomic systems. Mathematical Biosciences. 2009;219(2):57–83. doi: 10.1016/j.mbs.2009.03.002. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 34.Baldi P, Brunak S. Bioinformatic: The Machine Learning Approach. 2nd edition. Cambridge, Mass, USA: The MIT Press; 2001. [Google Scholar]
  • 35.Krieger AM, Green PE. A generalized rand-index method for consensus clustering of separate partitions of the same data base. Journal of Classification. 1999;16(1):63–89. [Google Scholar]
  • 36.Yan W, Zhu H, Yang Y, Chen J, Zhang Y, Shen B. Effects of time point measurement on the reconstruction of gene regulatory networks. Molecules. 2010;15(8):5354–5368. doi: 10.3390/molecules15085354. [DOI] [PMC free article] [PubMed] [Google Scholar]

Articles from The Scientific World Journal are provided here courtesy of Wiley

RESOURCES