reportSamplePanelQC-methods   package:beadarraySNP   R Documentation

_r_e_p_o_r_t_S_a_m_p_l_e_P_a_n_e_l_Q_C

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

     Show raw intensity values for green and red channel for all
     samples in an  experiment

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

     reportSamplePanelQC(object, by=10, legend=TRUE, ...)

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

  object: QCIllumina object

      by: numeric, number of samples in each plot

  legend: logical, create a final plot with a common legend for the
          barplots

     ...: arguments are forwarded to 'barplot'

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

     data(QC.260)
     par(mfrow=c(2,2))
     reportSamplePanelQC(QC.260,by=8)

