borderQC1            package:affyQCReport            R Documentation

_D_i_s_t_r_i_b_u_t_i_o_n _o_f _i_n_t_e_n_s_i_t_i_e_s _o_f _t_h_e _b_o_r_d_e_r _e_l_e_m_e_n_t_s

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

     Creates the forth page of the QC report created by 'QCReport' for
     an object of class 'AffyBatch'   The page contains a boxplots
     showing the intensities from the border element of arrays in an
     'AffyBatch'  object.

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

     borderQC1(object)

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

  object: 

     {An object of class 'AffyBatch' .}

_D_e_t_a_i_l_s:

     This creates the forth page of a 'QCReport' report.  Boxplots of
     the positive and negative border elements of arrays in a
     'AffyBatch'  object are shown.

     More details are available in the vignette.

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

     TRUE

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

         
         library(affydata)
         data(Dilution)

        borderQC1(Dilution)

