anova.MAList-method          package:limma          R Documentation

_A_N_O_V_A _T_a_b_l_e - _m_e_t_h_o_d

_D_e_s_c_r_i_p_t_i_o_n:

     Analysis of variance method for objects of class 'MAList'.
     Produces an ANOVA table useful for quality assessment by
     decomposing between and within gene sums of squares for a series
     of replicate arrays. This method produces a single ANOVA Table
     rather than one for each gene and is not used to identify
     differentially expressed genes.

_U_s_a_g_e:

     'anova(object,design=NULL,ndups=2,...)'

_A_r_g_u_m_e_n_t_s:


     '_o_b_j_e_c_t' object of class 'MAList'. Missing values in the M-values
          are not allowed.

     '_d_e_s_i_g_n' numeric vector or single-column matrix containing the
          design matrix for linear model. The length of the vector or
          the number of rows of the matrix should agree with the number
          of columns of M.

     '_n_d_u_p_s' number of duplicate spots. Each gene is printed ndups
          times in adjacent spots on each array.

     '...' other arguments are not used

_D_e_t_a_i_l_s:

     This function aids in quality assessment of microarray data and in
     the comparison of normalization methodologies. It applies only to
     replicated two-color experiments in which all the arrays are
     hybridized with the same RNA targets, possibly with dye-swaps, so
     the design matrix should have only one column. The function has
     not been heavily used and is somewhat experimental.

_V_a_l_u_e:

     An object of class 'anova' containing rows for between genes,
     between arrays, gene x array interaction, and between duplicate
     with array sums of squares. Variance components are estimated for
     each source of variation.

_N_o_t_e:

     This function does not give valid results in the presence of
     missing M-values.

_A_u_t_h_o_r(_s):

     Gordon Smyth

_S_e_e _A_l_s_o:

     'MAList-class', 'bwss.matrix', 'anova'.

     An overview of quality assessment and diagnostic functions in
     LIMMA is given by 09.Diagnostics.

