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 matrix containing the design matrix for linear
          model. The number of rows should agree with the number of
          columns of M. The number of columns will determine the number
          of coefficients estimated for each gene.

     '_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.

_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.

_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 6.Diagnostics.

