correlationPlot: Array-array intensity correlation plot

Description Usage Arguments Details Value Examples

View source: R/correlation.R

Description

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.

Usage

1

Arguments

object

An object of class AffyBatch.

Details

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.

Value

TRUE

Examples

1
2
3
4
5
   library(affydata)
    
   data(Dilution)

  correlationPlot(Dilution)

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