\HeaderA{mas5}{MAS 5.0 expression measure}{mas5}
\keyword{manip}{mas5}
\begin{Description}\relax
This function converts an instance of \code{\LinkA{AffyBatch-class}{AffyBatch.Rdash.class}}
into an instance of \code{\LinkA{exprSet-class}{exprSet.Rdash.class}} using
our implementation of Affymetrix's MAS 5.0 expression measure.
\end{Description}
\begin{Usage}
\begin{verbatim}
mas5(object, normalize = TRUE, sc = 500, analysis = "absolute", ...)
\end{verbatim}
\end{Usage}
\begin{Arguments}
\begin{ldescription}
\item[\code{object}] an instance of \code{\LinkA{AffyBatch-class}{AffyBatch.Rdash.class}}
\item[\code{normalize}] logical. If \code{TRUE} scale normalization is used
after we obtain an instance of \code{\LinkA{exprSet-class}{exprSet.Rdash.class}}
\item[\code{sc}] Value at which all arrays will be scaled to.
\item[\code{analysis}] should we do absolute or comparison analysis, although
"comparison" is still not implemented.
\item[\code{...}] other arguments to be passed to \code{\LinkA{expresso}{expresso}}.
\end{ldescription}
\end{Arguments}
\begin{Details}\relax
This function is a wrapper for  \code{\LinkA{expresso}{expresso}} and \code{\LinkA{affy.scalevalue.exprSet}{affy.scalevalue.exprSet}}.
\end{Details}
\begin{Value}
\code{\LinkA{exprSet-class}{exprSet.Rdash.class}} 

The methods used by this function
were implemented based upon available documentation. In
particular a useful reference is Statistical Algorithms Description
Document by Affymetrix.
Our implementation is based on what is written
in the documentation and as you might appreciate there are places
where the documentation is less than clear. This function does not
give exactly the same results.
All source code of our implementation is available. You are free to
read it and suggest fixes. 

For more information visit this URL:
http://stat-www.berkeley.edu/users/bolstad/
\end{Value}
\begin{SeeAlso}\relax
\code{\LinkA{expresso}{expresso}},\code{\LinkA{affy.scalevalue.exprSet}{affy.scalevalue.exprSet}}
\end{SeeAlso}
\begin{Examples}
\begin{ExampleCode}
  data(affybatch.example)
  eset <- mas5(affybatch.example)
\end{ExampleCode}
\end{Examples}


