\HeaderA{maBoxplot}{Boxplots for cDNA microarray spot statistics}{maBoxplot}
\keyword{hplot}{maBoxplot}
\begin{Description}\relax
The function \code{maBoxplot} produces boxplots of microarray spot
statistics for the classes  \code{\LinkA{marrayRaw}{marrayRaw}} and
\code{\LinkA{marrayNorm}{marrayNorm}}.We encourage users to use "boxplot"  rather than "maBoxplot".  The name of the arguments have changed.
\end{Description}
\begin{Usage}
\begin{verbatim}
maBoxplot(m, x="maPrintTip", y="maM", ...)
\end{verbatim}
\end{Usage}
\begin{Arguments}
\begin{ldescription}
\item[\code{m}] Microarray object of class \code{"\LinkA{marrayRaw}{marrayRaw}"} and \code{"\LinkA{marrayNorm}{marrayNorm}"}
\item[\code{x}] Name of accessor method for the spot statistic used to stratify the data, typically a slot name for the microarray layout object (see \code{"\LinkA{marrayLayout}{marrayLayout}"}) such as \code{maPlate} or a method such as \code{maPrintTip}. If \code{x} is NULL, the data are not stratified.
\item[\code{y}] Name of accessor method for the spot statistic of interest, typically a slot name for the microarray object \code{m}, such as \code{maM}.
\item[\code{...}] Optional graphical parameters, see \code{\LinkA{par}{par}}.
\end{ldescription}
\end{Arguments}
\begin{Details}\relax
If there are more than one array in the batch, the function produces a boxplot for each array in the batch. Such plots are useful when assessing the need for between array normalization, for example, to deal with scale differences among different arrays. Default graphical parameters are chosen for convenience using the function \code{\LinkA{maDefaultPar}{maDefaultPar}} (e.g. color palette,  axis labels,  plot title) but the user has the option to overwrite these parameters at any point.
\end{Details}
\begin{Author}\relax
Sandrine Dudoit, \url{http://www.stat.berkeley.edu/~sandrine}.
\end{Author}
\begin{References}\relax
S. Dudoit and Y. H. Yang. (2002). Bioconductor R packages for exploratory analysis and normalization of cDNA microarray data. In G. Parmigiani, E. S. Garrett, R. A. Irizarry and S. L. Zeger, editors, \emph{The Analysis of Gene Expression Data: Methods and Software}, Springer, New York.
\end{References}
\begin{SeeAlso}\relax
\code{\LinkA{boxplot}{boxplot}}, \code{\LinkA{maDefaultPar}{maDefaultPar}}.
\end{SeeAlso}
\begin{Examples}
\begin{ExampleCode}
## see example in boxplot
\end{ExampleCode}
\end{Examples}


