PRvQCHyb            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 _Q_u_a_l_i_t_y _C_o_n_t_r_o_l _H_y_b_r_i_d_i_z_a_t_i_o_n

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

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

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

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

_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.

     col: color code for different control samples.

     ...: 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.

_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")
       PRvQCHyb(fnames="9Mm137.gpr", path=datadir, prname="9Mm")

