affy (version 1.50.0)

signalDist: 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.

Value

  • TRUE

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.

Examples

Run this code
library(affydata)
    data(Dilution)

   signalDist(Dilution)

Run the code above in your browser using DataLab