affy (version 1.50.0)

borderQC1: Distribution of intensities of the border elements

Description

Creates the forth page of the QC report created by QCReport for an object of class AffyBatch The page contains a boxplots showing the intensities from the border element of arrays in an AffyBatch object.

Usage

borderQC1(object)

Arguments

object
An object of class AffyBatch .

Value

  • TRUE

Details

This creates the forth page of a QCReport report. Boxplots of the positive and negative border elements of arrays in a AffyBatch object are shown. More details are available in the vignette.

Examples

Run this code
library(affydata)
    data(Dilution)

   borderQC1(Dilution)

Run the code above in your browser using DataCamp Workspace