procset             package:ArrayExpress             R Documentation

_C_o_n_v_e_r_t _p_r_o_c_e_s_s_e_d _M_A_G_E-_T_A_B _f_i_l_e_s _i_n_t_o _a _B_i_o_c_o_n_d_u_c_t_o_r _o_b_j_e_c_t

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

     'procset' converts local MAGE-TAB files into an 'ExpressionSet'.

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

     procset(files, procol)

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

   files: is the list with the names of the processed, the sdrf, the
          adf and the idf files and the path of the data as given by
          'getAE'. 

  procol: the name of the column to be extracted from the file.
          Obtained using 'getcolproc'.

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

     Audrey Kauffmann  Maintainer: <audrey@ebi.ac.uk>

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

     'queryAE', 'getAE', 'getcolproc'

_E_x_a_m_p_l_e_s:

     # An example can be found in the help of the getAE function.

