arrayWeightsQuick           package:limma           R Documentation

_A_r_r_a_y _Q_u_a_l_i_t_y _W_e_i_g_h_t_s

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

     Estimates relative quality weights for each array in a multi-array
     experiment with replication.

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

     arrayWeightsQuick(y, fit)

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

       y: the data object used to estimate 'fit'. Can be of any class
          which can be coerced to matrix, including 'matrix', 'MAList',
          'marrayNorm' or 'exprSet'.

     fit: 'MArrayLM' fitted model object

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

     Estimates the relative reliability of each array by measuring how
     well the expression values for that array follow the linear model.

     This is a quick and dirty version of 'arrayWeights'.

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

     Numeric vector of weights of length 'ncol(fit)'.

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

     Gordon Smyth

_R_e_f_e_r_e_n_c_e_s:

     Ritchie, M. E., Diyagama, D., Neilson, van Laar, R., J., Dobrovic,
     A., Holloway, A., and Smyth, G. K. (2006). Empirical array quality
     weights for microarray data. BMC Bioinformatics. (Accepted 11
     April 2006)

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

     See arrayWeights. An overview of LIMMA functions for reading data
     is given in 03.ReadingData.

_E_x_a_m_p_l_e_s:

     ## Not run: 
     fit <- lmFit(y, design)
     arrayWeightsQuick(y, fit)
     ## End(Not run)

