\HeaderA{findID}{Find ID when given an accession number}{findID}
\keyword{manip}{findID}
\begin{Description}\relax
Search gene ID with a vector of accession number from gene names or ID
values.
\end{Description}
\begin{Usage}
\begin{verbatim}
findID(text, Gnames = gnames, ID = "Name")
\end{verbatim}
\end{Usage}
\begin{Arguments}
\begin{ldescription}
\item[\code{text}] A character strings of gene names or id names
\item[\code{Gnames}] An objects of \code{marrayRaw}, \code{marrayNorm},
\code{exprSet} or data.frame of gene names information.
\item[\code{ID}] The column of ID corresponding to 'text'
\end{ldescription}
\end{Arguments}
\begin{Value}
A numeric vector the gene ID.
\end{Value}
\begin{Author}\relax
Yee Hwa (Jean) Yang
\end{Author}
\begin{SeeAlso}\relax
\code{\LinkA{grep}{grep}}
\end{SeeAlso}
\begin{Examples}
\begin{ExampleCode}
data(swirl)
findID("fb24a09", swirl, ID="ID")
findID("geno1", swirl)
\end{ExampleCode}
\end{Examples}


