readGPRHeaders             package:limma             R Documentation

_R_e_a_d _G_e_n_e_P_i_x _R_e_s_u_l_t_s _F_i_l_e _H_e_a_d_e_r _I_n_f_o_r_m_a_t_i_o_n

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

     Read the header information from a GenePix Results (GPR) file.
     This function is used internally by 'read.maimages' and is not
     usually called directly by users.

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

     readGPRHeaders(file)

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

    file: character string giving file name, including path if not in
          current working directory

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

     Output files produced by the image analysis software GenePix
     include a number of lines of header which contain information
     about the scanning process. This function extracts that
     information and locates the line where the intensity data begins.

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

     A list with components corresponds to lines of header information.
     All components are character vectors.

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

     Gordon Smyth

_R_e_f_e_r_e_n_c_e_s:

     <URL: http://www.axon.com/gn_GenePix_File_Formats.html>

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

     'read.maimages'

     An overview of LIMMA functions to read data is given in
     3.ReadingData.

