readAgilent           package:arrayQuality           R Documentation

_E_x_t_r_a_c_t_i_o_n _o_f _m_e_a_s_u_r_e_s _f_r_o_m _A_g_i_l_e_n_t (._t_x_t) _f_i_l_e_s.

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

     This component reads an Agilent file (.txt) and returns columns
     used for quality control.

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

     readAgilent(fnames = NULL, path= ".", DEBUG=FALSE, skip = 0, sep ="\t",
     quote="\"",controlId=c("ProbeName"), ...)

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

  fnames: A "character" string naming the input file.

    path: a "character" string representing the data directory.  By
          default this is set to the current working directory (".").

   DEBUG: If 'TRUE', debug statements are printed.

    skip: Number of lines to skip in the gpr files.

     sep: A "character" string defining the type of separation for the
          columns in the gpr files.

   quote: A "character" string defining the type of quote in the gpr
          files.

controlId: Character string. Name of the column of the  file used to
          define controls.

     ...: additional arguments.

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

     A list of vectors containing information extracted from the
     Agilent file

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

     Agnes Paquet

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

     'slideQuality', 'agQuality', 'globalQuality'

