PRv9mers            package:arrayQuality            R Documentation

_P_r_i_n_t _R_u_n _Q_u_a_l_i_t_y _v_e_r_s_i_o_n _9_m_e_r_s

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

     Qualitative diagnostic plots looking at print-run quality.  This
     component examine the 9mers hybridizations.

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

     PRv9mers(fnames, path = ".", dev = "png", DEBUG = FALSE, prargs = NULL, samepr = TRUE, prname = "xMm", save = TRUE, ...)

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

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

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

     dev: A "character" string naming the graphics device. This will
          take arguments "png", "jpeg" and "ps" only.

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

  prargs: A list with 4 components: Block, Row, Column and ncolumns.
          See Details for more information.

  samepr: If 'TRUE', we assume everything in the directory are from the
          same print-run.

  prname: A "character" string giving the name of the print-run.

    save: If `TRUE', the figures will be saved to files.

     ...: additional arguments

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

     The argument "prargs" is used to calculate the layout information
     about a print-run.  Components Block, Row and Columns denote the
     column names from the input data representing the print-tip
     location. The component "ncolumns" is an integer representing the
     number of print-tip columns in the data.  If the arguement is set
     to NULL, the the following default will be used. 
     list(Block="Block", Row="Row", Column="Column", ncolumns=4)

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

     Files of diagnostic plots and  excel files containings probe IDs
     of problematic probes.

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

     Jean Yee Hwa Yang

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

        datadir <- system.file("data", package="arrayQuality")
        PRv9mers(fnames="12Mm250.gpr", path=datadir, prname="12Mm")

