\HeaderA{qc.get.array}{Get or set the name of the array for which the current QC
environment is valid. Currently not used for anything important; is a free text identifier.}{qc.get.array}
\aliasA{qc.set.array}{qc.get.array}{qc.set.array}
\keyword{misc}{qc.get.array}
\begin{Description}\relax
The array name is simply a free text name for the array of interest.
\end{Description}
\begin{Usage}
\begin{verbatim}
 qc.get.array()
 qc.set.array(name)
\end{verbatim}
\end{Usage}
\begin{Arguments}
\begin{ldescription}
\item[\code{name}] a free text name for the array of interest 
\end{ldescription}
\end{Arguments}
\begin{Value}
\begin{ldescription}
\item[\code{a string}] 
\end{ldescription}
\end{Value}
\begin{Note}\relax
\end{Note}
\begin{Author}\relax
Crispin J Miller
\end{Author}
\begin{References}\relax
http://bioinformatics.picr.man.ac.uk/
\end{References}
\begin{SeeAlso}\relax
\code{\LinkA{setQCEnvironment}{setQCEnvironment}}
\end{SeeAlso}
\begin{Examples}
\begin{ExampleCode}
  qc.set.array("plus2")
  qc.get.array()
\end{ExampleCode}
\end{Examples}


