\name{aqm.prepaffy} \alias{aqm.prepaffy} \title{ Preparation of Affymetrix experiments for RLE and NUSE. } \description{ \code{aqm.prepaffy} performs data preprocessing on \code{\link[affy:AffyBatch-class]{AffyBatch}} and formats the output for \code{aqm.rle} and \code{aqm.nuse} usage. } \usage{ aqm.prepaffy(expressionset, sN) } \arguments{ \item{expressionset}{ is an object of class \code{\link[affy:AffyBatch-class]{AffyBatch}} } \item{sN}{ are the sample names to be written on the plots } } \value{ A preprocessed affy object of class \code{\link{aqmobj.prepaffy}}. } \author{ Audrey Kauffmann } \seealso{ \code{\link{aqm.rle}}, \code{\link{aqm.nuse}} } \examples{ library(ALLMLL) data(MLL.A) MLLaffyprep = aqm.prepaffy(MLL.A, sampleNames(MLL.A)) nuse = aqm.nuse(MLLaffyprep) class(nuse) aqm.plot(nuse) }