qcScore             package:arrayQuality             R Documentation

_Q_u_a_l_i_t_y _C_o_n_t_r_o_l _s_c_o_r_e _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 function returns, for each quality measure, the number of qc
     measures of the tested slides which are below the reference slides
     boundaries.

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

     qcScore(arrayQuality,reference)

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

arrayQuality: Matrix of quality results from 'slideQuality' or
          'globalQuality'.

reference: A matrix resulting from globalQuality, to be used as
          reference table to compare slides. If 'NULL', the default
          table corresponding to organism will be used. See details for
          more information.

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

     qcScore returns the number of qc measures under the lower limits
     of the reference values.

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

     Agnes Paquet

