plotQC             package:beadarraySNP             R Documentation

_S_p_a_t_i_a_l _p_l_o_t_s _o_f _a_r_r_a_y _Q_C _i_n_f_o_r_m_a_t_i_o_n

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

     Plots array wide summary information using the layout of the
     physical medium

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

     plotQC(object, type)

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

  object: object that contains QC information. e.g. 'QCIllumina-class' 

    type: 'character', the type of information to plot, currently the 
          following types are supported:
          '"intensityMed","greenMed","redMed", "validn","annotation"
          and "samples"' 

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

     The function is used for its side effects

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

     Jan Oosting

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

     'pdfQC', 'reportSamplePanelQC'

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

       data(QC.260)
       plotQC(QC.260,"greenMed")

