scaleRefTable          package:arrayQuality          R Documentation

_G_e_n_e_r_a_l _h_y_b_r_i_d_i_z_a_t_i_o_n _q_u_a_l_i_t_y _s_c_a_l_i_n_g

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

     This function helps you scale quality measures in order to compare
     them on the same plot. It is used on reference slides to create a
     look-up table, which will be used to scale other slides.

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

     scaleRefTable(reference=NULL, organism=c("Mm", "Hs"))

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

organism: A "character" string naming the organism genome printed on
          the array, either "Mm" or "Hs". By default, organism is set
          to "Mm". It is used to retrieve the corresponding reference
          tables.

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.

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

     A matrix containing median and iqr for each quality measure for
     tested slides.

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

     Agnes Paquet

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

     'gpQuality', 'globalQuality', 'qualBoxplot', 'MmScalingTable'

