titlePage {affyQCReport}R Documentation

QC report title page with array names

Description

Creates the titlepage of the QC report created by QCReport for an object of class AffyBatch.

Usage

titlePage(object)

Arguments

object

An object of class AffyBatch.

Details

This creates the title page of a QCReport report.

More details are available in the vignette.

Value

TRUE

Examples

     
    library(affydata)
    data(Dilution)
    
   titlePage(Dilution)


[Package affyQCReport version 1.56.0 Index]