\HeaderA{qc.get.spikes}{Retrieve QC spike probeset names for the current array type}{qc.get.spikes}
\aliasA{qc.add.spike}{qc.get.spikes}{qc.add.spike}
\aliasA{qc.get.spike}{qc.get.spikes}{qc.get.spike}
\keyword{misc}{qc.get.spikes}
\begin{Description}\relax
Get the names of spike probesets for bioB, bioC, etc. ratios for the
current array type. \code{\LinkA{qc.get.probes}{qc.get.probes}} is used to define the
3'/5' ratio probesets
\end{Description}
\begin{Usage}
\begin{verbatim}
 qc.get.spikes()
 qc.get.spike(name)
 qc.add.spike(name,probeset)
\end{verbatim}
\end{Usage}
\begin{Arguments}
\begin{ldescription}
\item[\code{name}] A name for the given probeset. By default, this is the
probeset identifier
\item[\code{probeset}] A probeset ID 
\end{ldescription}
\end{Arguments}
\begin{Value}
A character array of probeset IDs, or the requested probeset ID, as appropriate.
\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.get.probes}{qc.get.probes}}
\end{SeeAlso}
\begin{Examples}
\begin{ExampleCode}
  qc.get.spikes()
  qc.add.spike("my.name","a.probesetid_at")
  qc.add.spike("another.name","another.probesetid_at")
  qc.get.spikes()
\end{ExampleCode}
\end{Examples}


