boxPlate: Generate a boxplot of normalized probeset intensities for...

Description Usage Arguments Value Note

View source: R/boxPlate.R

Description

Generate a boxplot of normalized probeset intensities for each well on the plate

Usage

1
boxPlate(eset, filePrefix="boxPlate")

Arguments

eset

ExpressionSet as generated by the 'preprocessing' function

filePrefix

prefix that will be used to generate the output files; for plate <i>, the default name will be <filePrefix>Plate<i>.pdf; the default file prefix is "boxPlate"

Value

no return value; for each of the plates contained in the ExpressionSet object 'eset' a plot is generated

Note

the color codes correspond to the sampleColor column of the pData of the ExpressionSet passed to argument 'eset'; if no sampleColor column is present, the boxplots will use 'blue' as the fill color


titanQC documentation built on May 2, 2019, 5:55 p.m.

Related to boxPlate in titanQC...