QCReport {affyQCReport}R Documentation

QC Report for AffyBatch objects

Description

Creates a QC report for an object of class AffyBatch.

Usage

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

Arguments

object

An object of class AffyBatch.

file

A valid filename for the output PDF file.

...

further arguments for plot function.

Details

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

More details are available in the vignette.

Value

TRUE

Examples

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

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

[Package affyQCReport version 1.56.0 Index]