MArrayLM-class             package:limma             R Documentation

_M_i_c_r_o_a_r_r_a_y _L_i_n_e_a_r _M_o_d_e_l _F_i_t - _c_l_a_s_s

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

     A list-based class for storing the results of fitting gene-wise
     linear models to a batch of microarrays. Objects are normally
     created by 'lmFit'.

_S_l_o_t_s/_C_o_m_p_o_n_e_n_t_s:

     'MArrayLM' objects do not contain any slots (apart from '.Data')
     but they should contain the following list components:

     '_c_o_e_f_f_i_c_i_e_n_t_s': 'matrix' containing fitted coefficients or
          contrasts

     '_s_t_d_e_v._u_n_s_c_a_l_e_d': 'matrix' containing unscaled standard deviations
          of the coefficients or contrasts

     '_s_i_g_m_a': 'numeric' vector containing residual standard deviations
          for each gene

     '_d_f._r_e_s_i_d_u_a_l': 'numeric' vector containing residual degrees of
          freedom for each gene

     Objects may also contain the following optional components:

     '_A_m_e_a_n': 'numeric' vector containing the average log-intensity for
          each probe over all the arrays in the original linear model
          fit. Note this vector does not change when a contrast is
          applied to the fit using 'contrasts.fit'.

     '_g_e_n_e_s': 'data.frame' containing gene names and annotation

     '_d_e_s_i_g_n': design 'matrix' of full column rank

     '_c_o_n_t_r_a_s_t_s': 'matrix' defining contrasts of coefficients for which
          results are desired

     '_F': 'numeric' vector giving moderated F-statistics for testing
          all contrasts equal to zero

     '_F._p._v_a_l_u_e': 'numeric' vector giving p-value corresponding to
          'F.stat'

     '_s_2._p_r_i_o_r': 'numeric' value giving empirical Bayes estimated prior
          value for residual variances

     '_d_f._p_r_i_o_r': 'numeric' vector giving empirical Bayes estimated
          degrees of freedom associated with 's2.prior' for each gene

     '_s_2._p_o_s_t': 'numeric' vector giving posterior residual variances

     '_t': 'matrix' containing empirical Bayes t-statistics

     '_v_a_r._p_r_i_o_r': 'numeric' vector giving empirical Bayes estimated
          prior variance for each true coefficient

     '_c_o_v._c_o_e_f_f_i_c_i_e_n_t_s': numeric 'matrix' giving the unscaled
          covariance matrix of the estimable coefficients

     '_p_i_v_o_t': 'integer' vector giving the order of coefficients in
          'cov.coefficients'. Is computed by the QR-decomposition of
          the design matrix.  

     If there are no weights and no missing values, then the 'MArrayLM'
     objects returned by 'lmFit' will also contain the QR-decomposition
     of the design matrix, and any other components returned by
     'lm.fit'.

_M_e_t_h_o_d_s:

     'RGList' objects will return dimensions and hence functions such
     as 'dim', 'nrow' and 'ncol' are defined.  'MArrayLM' objects
     inherit a 'show' method from the virtual class 'LargeDataObject'.

     The functions 'ebayes' and 'classifyTestsF' accept 'MArrayLM'
     objects as arguments.

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

     Gordon Smyth

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

     02.Classes gives an overview of all the classes defined by this
     package.

