readPgfHeader           package:affxparser           R Documentation

_R_e_a_d _t_h_e _h_e_a_d_e_r _o_f _a _P_G_F _f_i_l_e _i_n_t_o _a _l_i_s_t.

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

     This function reads the header of a PGF file into a list more
     details on what the exact fields are can be found in the details
     section.

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

     readPgfHeader(file)

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

    file: 'file':A file in PGF format

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

     <URL:
     https://www.affymetrix.com/support/developer/fusion/File_Format_PGF_aptv161.pdf>

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

     A list corresponding to the elements in the header.

