signalDist: Intensity distribution plots for a AffyBatch object

Description Usage Arguments Details Value Examples

View source: R/signaldist.R

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

1
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

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

   signalDist(Dilution)

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