QCReport {affyQCReport} | R Documentation |
Creates a QC report for an object of class
AffyBatch
.
QCReport(object,file="AffyQCReport.pdf",...)
object |
An object of class AffyBatch . |
file |
A valid filename for the output PDF file. |
... |
further arguments for plot function. |
This creates a 6 page QC report in PDF file format.
AffyBatch
object is not required to contain phenotypic data but that data is used if available.
More details are available in the vignette.
TRUE
## Not run: library(affydata) data(Dilution) QCReport(Dilution,file="ExampleQC.pdf") ##A QC report for the Example data will be generated ## End(Not run)