signalDist {affyQCReport}R Documentation

Intensity distribution plots for a AffyBatch object

Description

Creates the secondpage of the QC report created by QCReport for an object of class AffyBatch The page contains a boxplot and intensity distribution plots.

Usage

signalDist(object)

Arguments

object

An object of class AffyBatch.

Details

This creates the second page of a QCReport report. The first graph is created with the AffyBatch method boxplot. The second graph in created with the AffyBatch method hist.

More details are available in the vignette.

Value

TRUE

Examples

    
    library(affydata)
    data(Dilution)

   signalDist(Dilution)


[Package affyQCReport version 1.56.0 Index]