as.data.frame             package:limma             R Documentation

_T_u_r_n _a _M_i_c_r_o_a_r_r_a_y _L_i_n_e_a_r _M_o_d_e_l _O_b_j_e_c_t _i_n_t_o _a _D_a_t_a_f_r_a_m_e

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

     Turn a 'MArrayLM' object into a 'data.frame'.

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

     ## S3 method for class 'MArrayLM':
     as.data.frame(x, row.names = NULL, optional = FALSE, ...)

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

       x: an object of class 'MArrayLM'

row.names: 'NULL' or a character vector giving the row names for the
          data frame.  Missing values are not allowed.

optional: logical. If 'TRUE', setting row names and converting column
          names (to syntactic names) is optional.

     ...: additional arguments to be passed to or from methods.

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

     This method combines all the components of 'x' which have a row
     for each probe on the array into a 'data.frame'.

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

     A data.frame.

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

     Gordon Smyth

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

     'as.data.frame' in the base package.

     02.Classes gives an overview of data classes used in LIMMA.
     06.LinearModels gives an overview of linear model functions in
     LIMMA.

