Description Usage Arguments Details Value Examples
Creates the sixth page of the QC report created by QCReport
for an object of class
AffyBatch
The page displays array-array intensity correlation coefficients.
1 | correlationPlot(object)
|
object |
An object of class |
This creates the sixth page of a QCReport
report.
The page displays array-array intensity correlation coefficients for all pairs of arrays in an AffyBatch
object. Arrays are ordered according to phenotypic data if available. This plot is useful for detecting outlier arrays.
More details are available in the vignette.
TRUE
1 2 3 4 5 | library(affydata)
data(Dilution)
correlationPlot(Dilution)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.