dimnames                package:limma                R Documentation

_R_e_t_r_i_e_v_e _t_h_e _D_i_m_e_n_s_i_o_n _N_a_m_e_s _o_f _a_n _R_G_L_i_s_t, _M_A_L_i_s_t _o_r _M_A_r_r_a_y_L_M _O_b_j_e_c_t

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

     Retrieve the dimension names of a microarray data object.

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

     ## S3 method for class 'RGList':
     dimnames(x)

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

       x: an object of class 'RGList', 'MAList' or 'MArrayLM'

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

     The dimensionnames of an microarray object are the same as those
     of the most important matrix component of that object.

     A consequece is that 'rownames' and 'colnames' will work as
     expected.

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

     Either 'NULL' or a list of length 2. If a list, its components are
     either 'NULL' or a character vector the length of the appropriate
     dimension of 'x'.

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

     Gordon Smyth

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

     'dimnames' in the base package.

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

