QCReport: QC Report for AffyBatch objects

Description Usage Arguments Details Value Examples

View source: R/arrayReport.R

Description

Creates a QC report for an object of class AffyBatch.

Usage

1
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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
  ## Not run: 
     
    library(affydata)
    data(Dilution)
    
  

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

affyQCReport documentation built on Nov. 8, 2020, 5:40 p.m.