affyQAReport(affyB, output = "pdf", outdir = file.path(getwd(), "affyQA"),
overwrite = FALSE, repName)
rmQAReport(x)
openQAReport(x)
AffyBatch
class.This package only works for Affymetrix data. It requires a working LaTeX implementation and so is not likely to work on Windows platforms, and in some cases on OS X unless the user has installed these tools.
Sample names that have an underscore in them have it replaced by a dot. Underscore causes a number of problems with Latex, if it is not escaped.
library("affydata")
data("Dilution")
affyQAReport(Dilution)
Run the code above in your browser using DataLab