QCReport            package:affyQCReport            R Documentation

_Q_C _R_e_p_o_r_t _f_o_r _A_f_f_y_B_a_t_c_h _o_b_j_e_c_t_s

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

     Creates a QC report for an object of class 'AffyBatch'.

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

     QCReport(object,file="AffyQCReport.pdf",...)

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

  object: An object of class 'AffyBatch'.

    file: A valid filename for the output PDF file. 

     ...: further arguments for 'plot' function.

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

     This creates a 6 page QC report in PDF file format. 

        *  The default output file is AffyQCReport.pdf created in the
           working directory.

        *  The 'AffyBatch' object is not required to contain phenotypic
           data but that data is used if available.

        *  The CDF environment must be available for the method to work
           fully.

     More details are available in the vignette.

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

     TRUE

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

       ## Not run: 
          
         library(affydata)
         data(Dilution)
         
       

         QCReport(Dilution,file="ExampleQC.pdf")   ##A QC report for the Example data will be generated
       ## End(Not run)

