\HeaderA{write.marray}{Data Output}{write.marray}
\keyword{file}{write.marray}
\begin{Description}\relax
Calls the function write.table with predefine argument.   The entries
in each line (row) are separated by tab.
\end{Description}
\begin{Usage}
\begin{verbatim}
write.marray(mraw, file="maRawResults.xls", val="maM", ...)
\end{verbatim}
\end{Usage}
\begin{Arguments}
\begin{ldescription}
\item[\code{mraw}] the object to be written, either a \code{marrayRaw} or
\code{marrayNorm} object.
\item[\code{file}] a character string representing the file name.
\item[\code{val}] a character string representing the slotNames to be written.
\item[\code{...}] further arguments to \code{\LinkA{write.table}{write.table}}.
\end{ldescription}
\end{Arguments}
\begin{Details}\relax
see \code{\LinkA{write.table}{write.table}}
\end{Details}
\begin{Author}\relax
Jean Yee Hwa Yang
\end{Author}
\begin{SeeAlso}\relax
\code{\LinkA{write.table}{write.table}}, \code{\LinkA{write.list}{write.list}}
\end{SeeAlso}
\begin{Examples}
\begin{ExampleCode}
data(swirl)
write.marray(swirl[1:10,])
\end{ExampleCode}
\end{Examples}


