exprs.MA                package:limma                R Documentation

_E_x_t_r_a_c_t _L_o_g-_E_x_p_r_e_s_s_i_o_n _M_a_t_r_i_x _f_r_o_m _M_A_L_i_s_t

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

     Extract the matrix of log-expression values from an 'MAList'
     object.

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

     exprs.MA(MA)

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

      MA: an 'MAList' object.

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

     Converts M and A-values to log-expression values. The output
     matrix will have two columns for each array, in the order green,
     red for each array.

     This contrasts with 'as.matrix.MAList' which extracts the M-values
     only, or 'RG.MA' which converts to expression values in 'RGList'
     form.

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

     A numeric matrix with twice the columns of the input.

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

     Gordon Smyth

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

     02.Classes gives an overview of data classes used in LIMMA.

