getcolproc           package:ArrayExpress           R Documentation

_R_e_t_u_r_n _t_h_e _p_o_s_s_i_b_l_e _c_o_l_u_m_n _n_a_m_e_s _t_o _f_r_o_m _p_r_o_c_e_s_s_e_d _M_A_G_E-_T_A_B _f_i_l_e_s

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

     'getcolproc' extracts the column names from processed MAGE-TAB and
     return them. The output is needed to call the function 'procset'.

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

     getcolproc(files)

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

   files: A list as given from 'getAE' function. Containing the
          following elements:  


          _p_r_o_c_f_i_l_e procfile is the name of the processed MAGE-TAB file
               to be read.

          _p_a_t_h is the name of the directory where to find this file.

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

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

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

     'queryAE', 'getAE', 'procset'

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

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

