controlStatus             package:limma             R Documentation

_G_e_t _S_p_o_t _S_t_a_t_u_s _f_r_o_m _S_p_o_t _T_y_p_e_s

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

     Determine the type (or status) of each spot in the gene list.

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

     controlStatus(types, genes)

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

   types: dataframe containing spot type specifiers, usually input
          using 'readSpotTypes'

   genes: dataframe containing gene IDs and Names, or an 'RGList' or
          'MAList' containing this dataframe

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

     This function matches up the regular expressions associated with
     spot types with the gene list.

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

     Character vector specifying the type (or status) of each spot on
     the array

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

     Gordon Smyth

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

     An overview of LIMMA functions for reading data is given in
     3.ReadingData.

