readSpot            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 _S_p_o_t (._s_p_o_t) _f_i_l_e_s.

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

     This component reads a Spot file (.spot) and returns columns used
     for quality control.

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

     readSpot(fnames = NULL, path= ".", galfile=NULL,DEBUG=FALSE, skip = 0, sep ="\t",quote="\"",controlId="ID", ...)

_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 (".").

 galfile: A "character" string naming the galfile associated with the
          input file. If galfile = NULL, readSpot will use the first
          .gal file found in the 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 Spot 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'

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

