borderQC2: Center of intensity QC plots

Description Usage Arguments Details Value Examples

View source: R/border2.R

Description

Creates the fifth page of the QC report created by QCReport for an object of class AffyBatch The page contains plots showing the center of intensity of the border element of arrays in an AffyBatch object.

Usage

1
borderQC2(object)

Arguments

object

An object of class AffyBatch.

Details

This creates the fifth page of a QCReport report. Plots of the center of intensity of the positive and negative border elements of arrays in a AffyBatch object are shown. This plot is useful for detecting spatial biases in intensities on an array.

More details are available in the vignette.

Value

TRUE

Examples

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

   borderQC2(Dilution)

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