\HeaderA{rg.series.spot}{Read RGList from SPOT Image Analysis Output Files}{rg.series.spot}
\keyword{IO}{rg.series.spot}
\begin{Description}\relax
Extracts an RGList from a series of Spot image analysis files.
This is a depreciated function.
Use \code{\LinkA{read.maimages}{read.maimages}} instead.
\end{Description}
\begin{Usage}
\begin{verbatim}
rg.series.spot(slides,path=NULL,names.slides=names(slides),suffix="spot",wt.fun=NULL,verbose=TRUE,...)
\end{verbatim}
\end{Usage}
\begin{Arguments}
\begin{ldescription}
\item[\code{slides}] character vector giving the names of the files containing the Spot output
\item[\code{path}] character string giving the directory containing the files. Can be omitted if the files are in the current working directory.
\item[\code{names.slides}] names to be associated with each slide as column name
\item[\code{suffix}] the file names are assumed to have this suffix added to names in \code{slides}
\item[\code{wt.fun}] function to calculate quality weights
\item[\code{verbose}] \code{TRUE} to report each time a file in read in
\item[\code{...}] any other arguments to be passed to \code{scan}
\end{ldescription}
\end{Arguments}
\begin{Details}\relax
This function extracts the foreground and background intensities from a series of files, produced by the image analysis program SPOT, and assembles them in the components of one list.

Spot quality weights may also be extracted using an optional weight function.
\end{Details}
\begin{Value}
A list containing the components
\begin{ldescription}
\item[\code{R}] matrix containing the red channel foreground intensities for each spot for each array.
\item[\code{Rb}] matrix containing the red channel background intensities for each spot for each array.
\item[\code{G}] matrix containing the green channel foreground intensities for each spot for each array.
\item[\code{Gb}] matrix containing the green channel background intensities for each spot for each array.
\item[\code{weights}] spot quality weights, if \code{wt.fun} is not \code{NULL}
\end{ldescription}
\end{Value}
\begin{Author}\relax
Gordon Smyth
\end{Author}
\begin{SeeAlso}\relax
An overview of LIMMA functions for reading data is given in \LinkA{03.ReadingData}{03.ReadingData}.
\end{SeeAlso}


