\HeaderA{maGeneTable}{Table of spot coordinates and gene names}{maGeneTable}
\keyword{methods}{maGeneTable}
\begin{Description}\relax
This function produces a table of spot coordinates and gene names for
objects of class \code{"\LinkA{marrayRaw}{marrayRaw}"} and
\code{"\LinkA{marrayNorm}{marrayNorm}"}.
\end{Description}
\begin{Usage}
\begin{verbatim}
maGeneTable(object)
\end{verbatim}
\end{Usage}
\begin{Arguments}
\begin{ldescription}
\item[\code{object}] microarray object of class \code{"\LinkA{marrayRaw}{marrayRaw}"} and
\code{"\LinkA{marrayNorm}{marrayNorm}"}.
\end{ldescription}
\end{Arguments}
\begin{Value}
an object of class \code{\LinkA{data.frame}{data.frame}}, with rows corresponding
to spotted probe sequences. The first four columns are the grid matrix
and spot matrix coordinates, and the remaining columns are the spot
descriptions stored in the \code{maGnames} slot of the microarray
object.
\end{Value}
\begin{Author}\relax
Yee Hwa (Jean) Yang
\end{Author}
\begin{SeeAlso}\relax
\code{\LinkA{marrayInfo}{marrayInfo}}, \code{\LinkA{marrayLayout}{marrayLayout}}, \code{\LinkA{marrayRaw}{marrayRaw}}, \code{\LinkA{marrayNorm}{marrayNorm}},  \code{\LinkA{maCompCoord}{maCompCoord}}.
\end{SeeAlso}
\begin{Examples}
\begin{ExampleCode}
# Example uses swirl dataset, for description type ? swirl

data(swirl)

tab<-maGeneTable(swirl)
tab[1:10,]

\end{ExampleCode}
\end{Examples}


