contrastsFitM           package:maigesPack           R Documentation

_C_o_m_p_u_t_e _C_o_n_t_r_a_s_t_s _f_r_o_m _L_i_n_e_a_r _M_o_d_e_l _F_i_t

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

     Given a linear model fit to microarray data, compute estimated
     coefficients and standard errors for a given set of contrasts.
     This function was adapted from 'contrasts.fit' of the _limma_
     package.

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

     contrastsFitM(fit, contrasts)

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

     fit: an 'MArrayLM' object or a list object produced by the
          function 'lm.series' or equivalent.

contrasts: numeric matrix with row corresponding to coefficients in fit
          and columns containing contrasts. May be a vector if there is
          only one contrast.

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

     This function was adapted from the equivalent 'contrasts.fit'
     limma's function to do the linear model fit without use the
     empirical Bayes method given by the function 'eBayes'.

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

     The result of this function is an object of class 'MArrayLM'.

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

     Gustavo H. Esteves <gesteves@vision.ime.usp.br>, adapted from the
     limma's function.

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

     'lmFit', 'contrasts.fit', 'eBayes', 'MArrayLM'.

