slideQuality          package:arrayQuality          R Documentation

_Q_u_a_l_i_t_y _C_o_n_t_r_o_l _s_t_a_t_i_s_t_i_c_s _f_o_r _g_e_n_e_r_a_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:

     This component uses data extracted from GenePix file to provide
     quality control statistics.

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

     slideQuality(gprData = NULL, controlMatrix = controlCode, controlId = c("ID", "Name"), DEBUG = FALSE,...)

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

 gprData: A list of vector, results from 'readGPR', containing
          information extracted from the gpr file.

controlMatrix: A matrix defining control status information.

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

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

     ...: additional arguments

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

     A matrix of numbers.

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

     Agnes Paquet

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

     'gpQuality', 'globalQuality', 'readGPR'

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

     datadir <- system.file("gprQCData", package="arrayQuality")
     if (interactive())
     {
     gprdata <- readGPR(fnames="9Mm137.gpr", path=datadir)
     results <- slideQuality(gprdata)
     }

