borderQC1: Distribution of intensities of the border elements

Description Usage Arguments Details Value Examples

View source: R/border1.R

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

1
borderQC1(object)

Arguments

object

An object of class AffyBatch .

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.

Value

TRUE

Examples

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

   borderQC1(Dilution)

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