Skip to main content
PLOS ONE logoLink to PLOS ONE
. 2009 Jun 16;4(6):e5838. doi: 10.1371/journal.pone.0005838

Assessing Statistical Significance in Microarray Experiments Using the Distance Between Microarrays

Douglas Hayden 1,*, Peter Lazar 1, David Schoenfeld 1,2; for The Inflammation and the Host Response to Injury Investigators
Editor: Kerby Shedden3
PMCID: PMC2691999  PMID: 19529777

Abstract

We propose permutation tests based on the pairwise distances between microarrays to compare location, variability, or equivalence of gene expression between two populations. For these tests the entire microarray or some pre-specified subset of genes is the unit of analysis. The pairwise distances only have to be computed once so the procedure is not computationally intensive despite the high dimensionality of the data. An R software package, permtest, implementing the method is freely available from the Comprehensive R Archive Network at http://cran.r-project.org.

Introduction

We propose permutation tests based on the matrix of pairwise distances between microarrays to compare location, variability, or equivalence of gene expression between two populations. These tests can be applied to the entire genome or any subset of genes of interest. Thus they can be used as global tests of difference in gene expression or as a testing method applicable to gene set analysis.

These tests have several advantages over permutation tests based directly on the gene expression data. First, they are not computationally intensive because they reduce the high dimensional expression data to the low dimensional distance matrix and this only has to be done once. Second, this same reduction in dimensionality results in a reduction in the dimensionality of the potential nuisance parameters. Thus, the assumption of exchangeability between groups, which ensures the validity of the permutation test, only has to apply to the pairwise distances not to the entire microarray.

Many gene expression studies are designed to detect differential gene expression in two clinical or biological populations. Interest may focus on individual genes, specified groups of genes, or all genes sampled by a particular microarray. Early efforts were devoted to individual gene analysis [1]. A variety of test statistics were proposed and an eventual consensus emerged on the use of false discovery rate estimation to correctly account for multiple testing [2].

In order to incorporate existing biological information into the analysis of differential gene expression more recent work has been devoted to methods that treat sets of related genes as the unit of analysis [3]. Many methods and tools have been developed to analyze sets of genes [4], [1], [5]. These include methods which base inference on lists of genes which individually exceed a specified cut off threshold for significance and those which base inference on scores which combine information over the entire gene set [5]. Further, gene set methods can be divided into competitive and self-contained tests [3]. Competitive tests compare the specified gene set to the remaining genes outside the set while self-contained tests depend only on the specified genes. Competitive tests have been shown to be conceptually flawed [3] and will not be considered further.

A number of self-contained, multivariate, tests have been proposed [6], [7], [8]. Any multivariate test requires a test statistic which aggregates information over all genes in the gene set and a method of inference to determine if the observed magnitude of the test statistic is extreme under the null hypothesis of no between group difference in gene expression. The primary challenge in developing these multivariate tests is posed by having relatively few samples and many genes. In particular, asymptotic methods may not be applicable and the sample gene covariance matrix may not be full rank and is therefore not invertible.

Kong et al. [7] discuss several modifications to Hotelling's T2 [9] and suggest reducing the gene set to the lower dimensional subspace of principal components in which the sample gene covariance matrix becomes invertible. A permutation test is used for inference.

Goeman et al. [6] circumvent the problem of inverting the sample gene covariance matrix by developing a test statistic derived from a score test for a logistic regression model. In this model the gene expression values are considered to be fixed constants and the group indicator variable is considered to be stochastic. Their statistic is proportional to Hotelling's T2 under the assumption of equal variance and zero covariance across all genes. They present the statistic's asymptotic distribution but suggest a permutation test for inference in small samples.

Hummel et al. [8] propose a test statistic which combines residual sums of squares from gene-wise linear regression models, which may include additional covariates of interest, fit with and without the group effect. They present the asymptotic distribution of the test statistic under the assumption that the genes follow a multivariate normal distribution and use a shrinkage estimator to regularize the sample gene covariance matrix. They also propose a permutation test based on the residual gene expression derived by regressing out an intercept and the additional covariates gene by gene. In the absence of additional covariates, the resulting statistic can be shown to be permutationally equivalent to Hotelling's T2 under the assumption of equal variance and zero covariance across all genes. Note that two statistics are permutationally equivalent [10] if they have the same (or reverse) ordering over all permutations and therefore always give the same permutation p-value.

In this paper we propose methods to test for a significant difference in gene expression between two study groups based on the matrix of pairwise distances between microarrays. In the following sections we present the test statistics given the assumption of Euclidean distance, additive errors, and a completely randomized design. We also present an application to respiratory recovery in trauma patients and extensions to paired and blocked designs as well as the use of a distance measure based on correlation.

Methods

Introduction

Consider an experiment comparing gene expression in two populations. The gene expression values, or some function of the gene expression values which measures the biological signal for each gene, can be represented by two groups of column vectors. We will represent these column vectors by Inline graphic and Inline graphic, for groups 1 and 2 respectively where Inline graphic and Inline graphic are the number of arrays in groups 1 and 2 respectively. For simplicity we will refer to these vectors as microarrays. Let Inline graphic be the dissimilarity or distance between two microarrays.

Inference concerning the location and variability of groups 1 and 2 can be based on the three means:

graphic file with name pone.0005838.e006.jpg (1)
graphic file with name pone.0005838.e007.jpg (2)
graphic file with name pone.0005838.e008.jpg (3)

Where

  1. Inline graphic is the mean distance between microarrays within group 1.

  2. Inline graphic is the mean distance between microarrays within group 2.

  3. Inline graphic is the mean distance between microarrays between groups 1 and 2.

Additive Errors and Euclidean Distance

In this section we derive the expected value of Inline graphic, Inline graphic, and Inline graphic assuming a completely randomized design, an additive error model, and squared Euclidean distance. Under these assumptions we have:

graphic file with name pone.0005838.e015.jpg (4)
graphic file with name pone.0005838.e016.jpg (5)

where μ 1 and μ 2 are the respective mean vectors of the microarrays in groups 1 and 2 and ε1,i and ε2,i are random error vectors with expected value 0 and variance covariance matrices Σ1 and Σ2 respectively. The errors are assumed to be independent across microarrays.

The squared Euclidean distance between any two microarrays, Xi,j and Xk,l is

graphic file with name pone.0005838.e017.jpg (6)

and a simple calculation yields

graphic file with name pone.0005838.e018.jpg (7)
graphic file with name pone.0005838.e019.jpg (8)
graphic file with name pone.0005838.e020.jpg (9)

where Inline graphic is the trace operator which gives the sum of the diagonal elements of a matrix.

We can now define a test statistic to compare the location or variability of groups 1 and 2.

To compare location let:

graphic file with name pone.0005838.e022.jpg (10)

To compare variability let:

graphic file with name pone.0005838.e023.jpg (11)

These test statistics have expected values:

graphic file with name pone.0005838.e024.jpg (12)

and:

graphic file with name pone.0005838.e025.jpg (13)

Inference concerning the magnitude of Δv and Δl can be made using a permutation test. Each permutation consists of assigning Inline graphic microarrays to group 1 and the remaining Inline graphic to group 2. Note that for each permutation the pairwise distances are simply re-indexed, they do not have to be recalculated. Only the values of Inline graphic, Inline graphic, and Inline graphic and Δv and Δl have to be recalculated based on the re-indexing.

Let Inline graphic and Inline graphic be the observed values of Δv and Δl and let Inline graphic and Inline graphic be the values from a permutation. If there are a total of B permutations, and assuming Inline graphic then

graphic file with name pone.0005838.e036.jpg (14)

is a one-sided p-value [11] for rejecting the null hypothesis that Inline graphic. If Inline graphic then the inequality in Equation 14 is simply reversed. Similarly

graphic file with name pone.0005838.e039.jpg (15)

is a one-sided p-value for rejecting the null hypothesis that Inline graphic.

Sometimes investigators design an experiment to compare a new technical method, such as sample preparation or target hybridization, to a proven “gold standard”. In such an experiment interest centers on showing that the new method is equivalent to the gold standard. To be equivalent it should not differ in mean and not exhibit greater variability. Assuming that the microarrays in group 1 were prepared using the gold standard, a summary statistic which can be used to reject the null hypothesis of equivalence is given by:

graphic file with name pone.0005838.e041.jpg (16)

If this statistic is large, then group 2 either has a different mean or more variability than group 1. This can easily be seen from its expected value under mean squared Euclidean distance:

graphic file with name pone.0005838.e042.jpg (17)

Inference concerning the magnitude of Δe can also be made using a permutation test. It should be noted that the statistics Δv, Δl, and Δe are all special cases of Mantel's U statistic [12], for which he derives the permutation variance, and Δl is similar to a special case of the MRPP statistic [13].

Paired Design

In this section we consider modifications to the test statistics and permutation test to account for pairing in the experimental design. We still assume an additive error model and squared Euclidean distance.

Suppose the experimental design is paired so that each microarray in group 1 is paired with a microarray in group 2. In this case Inline graphic and we assume that

graphic file with name pone.0005838.e044.jpg (18)
graphic file with name pone.0005838.e045.jpg (19)

where Bi is a random vector, independent of all other quantities, with expected value 0 and variance covariance matrix ΣB. The quantities μ 1, μ2, ε1,i, and ε2,i are again defined as in Section.

To account for the pairing we drop the within pair distance in our test statistics since it will be systematically less than the between pair distances. Thus we re-define Inline graphic as:

graphic file with name pone.0005838.e047.jpg (20)

then:

graphic file with name pone.0005838.e048.jpg (21)
graphic file with name pone.0005838.e049.jpg (22)
graphic file with name pone.0005838.e050.jpg (23)

so that Δv and Δl still have the same expected values given in Equations 13 and 12.

For this paired design, only paired microarrays are exchangeable and the permutation test must respect this structure. Thus, a permutation consists of exchanging microarrays across groups 1 and 2 within each pair of an arbitrary subset of paired microarrays.

Blocked Design

In this section we consider modifications to the test statistics and permutation test to account for blocking in the experimental design. We still assume an additive error model and squared Euclidean distance.

Suppose the experiment consists of K blocks of related microarrays. In this case Inline graphic and Inline graphic are the number of microarrays in block k in group 1 and 2 respectively. We also assume that for blocks Inline graphic

graphic file with name pone.0005838.e054.jpg (24)
graphic file with name pone.0005838.e055.jpg (25)

where Bk is a random vector , independent of all other quantities, with expected value 0 and variance covariance matrix ΣB. The quantities μ 1, μ 1, ε1,i, and ε2,i are again defined as in Section.

For this blocked design we need to modify the mean distances Inline graphic, Inline graphic, and Inline graphic so that they depend only on within block distances. That is:

graphic file with name pone.0005838.e059.jpg (26)
graphic file with name pone.0005838.e060.jpg (27)
graphic file with name pone.0005838.e061.jpg (28)

where:

graphic file with name pone.0005838.e062.jpg (29)
graphic file with name pone.0005838.e063.jpg (30)
graphic file with name pone.0005838.e064.jpg (31)

The permutation test for this design must respect the blocked structure. Microarrays are exchanged across groups only within each block.

Negative Log Correlation Distance

There are various possible measures of distance between microarrays besides squared Euclidean distance. In this section we consider a measure based on the Pearson product moment correlation [14] which we will denote by Inline graphic. Assuming an additive error model and a completely randomized design, the correlation between two microarrays, Inline graphic and Inline graphic, is

graphic file with name pone.0005838.e068.jpg (32)

where Inline graphic is the sample covariance, σ2 is the variance, and Inline graphic is the sample variance. By dividing the numerator and denominator in Equation 32 by Inline graphic and rearranging some terms we get:

graphic file with name pone.0005838.e072.jpg (33)

where Inline graphic is the sample estimate of the reliability [15]

graphic file with name pone.0005838.e074.jpg (34)

and

graphic file with name pone.0005838.e075.jpg (35)

with E[δ] = 0.

If the correlation is positive and under the assumption that E[δ2] is negligibly small then, if we define the distance between Z1 and Z2 by

graphic file with name pone.0005838.e076.jpg (36)

then, the expected value of D[Z1, Z2] is approximated by

graphic file with name pone.0005838.e077.jpg (37)

Defining Δv and Δl as above in Equations 11 and 10, these test statistics have expected values

graphic file with name pone.0005838.e078.jpg (38)

and

graphic file with name pone.0005838.e079.jpg (39)

so that Δv estimates the log of the between group reliability ratio and Δl estimates the negative log of the correlation between the group means.

Using the negative log correlation distance the three designs considered above need no modification except in the interpretation of the statistics Δv and Δl as presented in Equations 38 and 39. In the paired design it is convenient to think of the random pair effect, Bi , as being absorbed in the error term. In the blocked design it is convenient to think of the random block effect, Bk , as being absorbed in the mean.

Note that the reliability given by Equation 34, which can be interpreted as a signal to noise ratio, is a reasonable measure of the within group distance or variability, but it depends on both the mean, μ, and the error, ε. Thus a significant difference in the within group distance as measured by Δv can be due to a difference in either the mean or the error.

A commonly used distance measure is one minus the correlation between microarrays. This distance measure is nearly equivalent to the negative log correlation distance for values of the correlation near one. However, by using this distance, the corrected distance between groups, Δl, does not have the correct expected value and does not estimate the error free distance between the groups.

Permutation Test Assumptions

Permutation tests may place weaker distributional assumptions on the data than do parametric tests but they are not totally free of assumptions. In general they only test the global null hypothesis, Inline graphic where F 1 is the data generating distribution for group 1 and F 2 is the data generating distribution for group 2. In particular they cannot test that a specific parameter of the data generating distribution differs between two groups without highly restrictive assumptions about the remaining (nuisance) parameters.

They do have the desirable property of being exact tests provided that, under the null hypothesis, the observations are exchangeable so that the joint distribution of the combined data set is invariant under permutations of the observation labels. The permutation tests we propose first reduce the extremely high dimensionality of the data (and attendant high dimensionality of the nuisance parameters) to the low dimensional matrix of pairwise distances. Since inference is based solely on the distribution of these distances the global null hypothesis becomes the much less restrictive assumption that the pairwise distances are identically distributed. Thus, only pairwise distances need be exchangeable by permutation of observation labels.

In particular, under Euclidean distance and the additive error model proposed above, the location permutation test, which tests the null hypothesis, Inline graphic, is exact under the relatively weak assumption that the inner product of any two distinct error terms is exchangeable. That is, the test is exact if terms of the form Inline graphic, with Inline graphic, are exchangeable across observations. These scalar terms are easily shown to be simply random errors in the sense that they each have expected value zero and are uncorrelated with all other terms.

Results

As an application of our proposed method we analyzed time to respiratory recovery in ventilated trauma patients in a data set previously described by Rajicic [16]. Patients were followed for 28 days post trauma and Affymetrix U133+2 microarrays were prepared from whole white blood cells sampled at days 0, 1, 4, 7, 14, 21, 28. We considered a subset of 48 ventilated patients who had a day one sample and divided them into two subgroups: those who recovered from ventilation prior to day seven (early recovery, N = 22) and those who did not (late recovery, N = 26). Of clinical interest is the potential association of inflammation on day one and subsequent respiratory recovery. To address this issue, a set of 445 probesets whose GO annotation included the term “inflammatory” was retrieved for analysis by a keyword search of the Affymetrix web site (http://www.affymetrix.com/index.affx).

Figure 1 shows a heat map of day one gene expression for the 48 patients (columns) over the 445 probesets (rows). In the figure, columns labeled with a “1” comprise the early recovery group, those labeled with a “2” comprise the late recovery group. Hierarchical clustering using Euclidean distance has been applied to the patients but not the probesets.

Figure 1. Heat Map.

Figure 1

As can be seen in the figure, it is not readily apparent that the clustering separated the early and late recovery groups. However, the highest split separated the patients into one group (right hand side of figure) having 20/38 (53%) early recovery patients while the remaining group (left hand side off figure) had only 2/10 (20%) early recovery patients. This imbalance may be suggestive of a difference in gene expression between the early and late recovery groups.

To formally test for a group effect we applied our proposed permutation test for a Euclidean distance location difference between the early and late recovery groups and obtained a one sided p-value of 0.0168, indicating a significant difference in gene expression.

As a check on this result, in the spirit of Kong's use of Hotelling's T-square in the principal component space [7], we applied MANOVA to the first three principal components. We obtained a two sided p-value of 0.0393 for the group effect, a result similar to the permutation test result. The choice of three principal components was arbitrary, however, and results vary with the number chosen for analysis.

Figure 2 illustrates the location of the two recovery groups in the subspace spanned by the first and third principal components. Note that the same cluster of two early recovery patients (denoted by “1”) and eight late recovery patients (denoted by “2”) can be seen on the right hand side of the figure.

Figure 2. Principal Components.

Figure 2

Similar results were obtained using the globaltest R-package of Goeman et al. [6], with a p-value of 0.0167 as well as the GlobalAncova R-package of Hummel et al. [8], with a p-value of 0.0210.

Finally it may be of interest to note that, for the remaining 54230 probesets not associated with inflammation, the group difference was marginally significant with a p-value of 0.0462 by our method and p-values of 0.0508 and 0.0480 by the methods of Goeman and Hummel respectively. This suggests that factors other than inflammation may also be associated with time to ventilator recovery.

Discussion

Our proposed test statistics attempt to divide differences in gene expression into differences in location and differences in variation. The hope is to find tests for one parameter when the other parameter differs. This is a common statistical problem that only has a solution under limited circumstances. For instance, if data are normally distributed it is possible to find an exact test for variability differences when there are differences in location but testing for differences in location when there are differences in variability is the famous Behrens-Fisher problem which has no optimal small sample solution [17]. We use permutation tests because the distribution functions of gene expression are unknown. The permutation tests we propose have the advantage that the pairwise distances are calculated before the permutations are applied so the tests are not computer intensive. The location test is designed to have power for a location difference and correct Type I error rate even given a variability difference, and the variability test is designed to have the opposite characteristics. Simulations (results not shown) show that, in the cases that we simulated, we succeeded. However, there may be circumstances where variability differences appear as location differences and vice-versa.

Since the distribution functions of gene expression are unknown it is not possible to calculate the power of the location test under specified alternative hypotheses. However, as pointed out in the Introduction, for a two group comparison, both Goeman's and Hummel's methods are permutationally equivalent to Hotelling's T2 under the assumption of equal variance and zero covariance across all genes. This holds true for our location test as well, using Euclidean distance in a balanced completely randomized design. Since permutational equivalence holds regardless of the distribution of the data, in the case of balanced completely randomized designs all three tests have equal power as permutation tests. In the moderately unbalanced case, with similar within group variability, simulations (not shown) show that our test is still nearly permutationally equivalent to the other two tests so that the power will be similar.

Our proposed location test is based on the matrix of pairwise distances between microarrays and is therefore related in a natural way to cluster analysis which applies an algorithm to the distance matrix to find clusters in the data. In experimental designs involving two predetermined groups of microarrays cluster analysis can be used as a graphical technique to see if the clustering algorithm “finds” the predetermined groups. Our proposed method can be thought of as a formal significance test of whether two predetermined groups form two distinct clusters. Thus our test is consistent with an intuitive visual display of the data. Of course applying our location test, or any significance test, to two groups that were discovered using a clustering algorithm would be circular and therefore invalid.

Acknowledgments

List of participating investigators in the Large Scale Collaborative Research Program entitled “Inflammation and the Host Response to Trauma”.

Henry V. Baker, Ph.D., Ulysses G.J. Balis, M.D., Paul E. Bankey, M.D., Ph.D., Timothy R. Billiar, M.D., Bernard H. Brownstein, Ph.D., Steven E. Calvano, Ph.D., David G. Camp II, Ph.D., Irshad H. Chaudry, Ph.D., J. Perren Cobb, M.D., Joseph Cuschieri, M.D., Ronald W. Davis, Ph.D., Asit K. De, Ph.D., Celeste C. Finnerty, Ph.D., Bradley Freeman, M.D., Richard L. Gamelli, M.D., Nicole S. Gibran, M.D., Brian G. Harbrecht, M.D., Laura Hennessy, R.N., David N. Herndon, M.D., Marc G. Jeschke, M.D., Ph.D., Jeffrey L. Johnson, M.D., Matthew B. Klein, M.D., James A. Lederer, Ph.D., Stephen F. Lowry, M.D., Ronald V. Maier, M.D., John A. Mannick, M.D., Philip H. Mason, Ph.D., Grace P. McDonald-Smith, M.Ed., Carol L. Miller-Graziano, Ph.D., Michael N. Mindrinos, Ph.D., Joseph P. Minei, M.D., Lyle L. Moldawer, Ph.D., Ernest E. Moore, M.D., Avery B. Nathens, M.D., Ph.D., M.P.H., Grant E. O'Keefe, M.D., M.P.H., Laurence G. Rahme, Ph.D., Daniel G. Remick, M.D., Michael B. Shapiro, M.D., Geoffrey M. Silver, M.D., Richard D. Smith, Ph.D., John D. Storey, Ph.D., Robert Tibshirani, Ph.D., Ronald G. Tompkins, M.D., Sc.D., Mehmet Toner, Ph.D., H. Shaw Warren, M.D., Michael A. West, M.D., PhD., Rebbecca P. Wilson, B.A., Wenzhong Xiao, Ph.D.

Footnotes

Competing Interests: The authors have declared that no competing interests exist.

Funding: This research was supported by a Large Scale Collaborative Research Grant from the National Institute of General Medical Sciences, U54 GM-62119-02. This funding source provided the data presented in the example and approved publication but had no role in the analysis, development of the proposed methodology, or writing of the manuscript.

References

  • 1.Chen JJ, Lee T, Delongchamp RR, Chen T, Tsai CA. Significance analysis of groups of genes in expression profiling studies. Bioinformatics. 2007;23:2104–2112. doi: 10.1093/bioinformatics/btm310. [DOI] [PubMed] [Google Scholar]
  • 2.Allison DB, Cui X, Page GP, Sabripour M. Microarray data analysis: from disarray to consolidation and consensus. Nature Reviews Genetics. 2006;7:55–65. doi: 10.1038/nrg1749. [DOI] [PubMed] [Google Scholar]
  • 3.Goeman JJ, Bülmann P. Analyzing gene expression data in terms of gene sets: methodological issues. Bioinformatics. 2007;23:908–987. doi: 10.1093/bioinformatics/btm051. [DOI] [PubMed] [Google Scholar]
  • 4.Khatri P, Drăghici S. Ontological analysis of gene expression data: current tools, limitations, and open problems. Bioinformatics. 2005;21:3587–3595. doi: 10.1093/bioinformatics/bti565. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 5.Nam D, Kim SY. Gene-set approach for expression pattern analysis. Briefings in Bioinformatics. 2008;9:189–197. doi: 10.1093/bib/bbn001. [DOI] [PubMed] [Google Scholar]
  • 6.Goeman JJ, van de Geer SA, de Kort F, van Houwelingen HC. A global test for groups of genes: testing association with clinical outcome. Bioinformatics. 2004;20:93–99. doi: 10.1093/bioinformatics/btg382. [DOI] [PubMed] [Google Scholar]
  • 7.Kong SW, Pu WT, Park PJ. A multivariate approach for integrating genome-wide expression data and biological knowledge. Bioinformatics. 2006;22:2373–2380. doi: 10.1093/bioinformatics/btl401. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 8.Hummel M, Meister R, Mansmann U. GlobalANCOVA: exploration and assessment of gene group effects. Bioinformatics. 2008;24:78–85. doi: 10.1093/bioinformatics/btm531. [DOI] [PubMed] [Google Scholar]
  • 9.Hotelling H. The generalization of student’s ratio. Ann Math Statist. 1931;2:360–378. [Google Scholar]
  • 10.Pesarin F. Multivariate Permutation Tests: With Applications to Biostatistics. Chichester, England: John Wiley & Sons LTD; 2001. p. 43. [Google Scholar]
  • 11.Efron B, Tibshirani RJ. An Introduction to the Bootstrap. Chapman & Hall/CRC; 1993. pp. 202–219. [Google Scholar]
  • 12.Mantel N. The detection of disease clustering and a generalized regression approach. Cancer Research. 1967;27 Part 1:209–220. [PubMed] [Google Scholar]
  • 13.Berry KJ, Kvamme KL, Mielke PW., Jr Improvements in the permutation test for the spatial analysis of the distribution of artifacts into classes. American Antiquity. 1983;48(3):547–553. [Google Scholar]
  • 14.Snedechor GW, Cochran WG. Statistical Methods. Ames: Iowa State University Press; 1989. p. 177. [Google Scholar]
  • 15.Fleiss JL. The Design and Analysis of Clinical Experiments. John Wiley & Sons; 1986. pp. 2–4. [Google Scholar]
  • 16.Rajicic N, Finkelstein DM, Schoenfeld DA, et al. Survival analysis of longitudinal microarrays. Bioinformatics. 2006;22:2634–2649. doi: 10.1093/bioinformatics/btl450. [DOI] [PubMed] [Google Scholar]
  • 17.Samuel K, Johnson NL, editors . Encyclopedia of Statistical Sciences, volume 1. John Wiley & Sons; 1982. pp. 205–209. [Google Scholar]

Articles from PLoS ONE are provided here courtesy of PLOS

RESOURCES