\HeaderA{qc.ok}{Has simpleaffy's QC environment been set up?}{qc.ok}
\keyword{misc}{qc.ok}
\begin{Description}\relax
Simpleaffy requires a definition file describing the qc probes,
spikes, alpha values, etc. for the array of interest. This is used to
initialize the QC environment for the array (usually implicitly within
the \code{\LinkA{qc}{qc}} function), by a call to  
\code{\LinkA{setQCEnvironment}{setQCEnvironment}}. This function can be used
to check if the qc environment has been set up for the current session
\end{Description}
\begin{Usage}
\begin{verbatim}
  qc.ok()
\end{verbatim}
\end{Usage}
\begin{Arguments}
\end{Arguments}
\begin{Value}
True or False
\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}} \code{\LinkA{qc}{qc}}
\code{\LinkA{qc.have.params}{qc.have.params}} \code{\LinkA{cdfName}{cdfName}}
\end{SeeAlso}
\begin{Examples}
\begin{ExampleCode}
  qc.ok()
  setQCEnvironment("hgu133plus2cdf")
  qc.ok()
\end{ExampleCode}
\end{Examples}


