\name{getPATHList}
\alias{getPATHList}
%- Also NEED an '\alias' for EACH other topic documented here.
\title{ Retrieve KEGG categories containing given genes }
\description{
  Function to retrieve KEGG category IDs containing given genes.
}
\usage{
getPATHList(geneVector, lib)
}
%- maybe also 'usage' for other objects documented here.
\arguments{
  \item{geneVector}{ an Entrez gene IDs vector }
  \item{lib}{ annotation library to be used to retrieve KEGG IDs. }
}
\details{
  The current version only supports Bioconductor team maintained annotation libraries, like 'org.Bt.eg.db', 'org.Ce.eg.db', 'org.Cf.eg.edu', 'org.Dm.eg.db', 'org.Dr.eg.db', 'org.EcK12.eg.db', 'org.EcSakai.eg.db', 'org.Gg.eg.db', 'org.Hs.eg.db', 'org.Mm.eg.db', 'org.Rn.eg.db' and 'org.Ss.eg.db'.
}
\value{
  return a KEGG genes ID list, names of the list are KEGG IDs and elements are genes IDs.
}
\references{ ~put references to the literature/web site here ~ }
\author{ Gang Feng, Pan Du and Simon Lin }
\seealso{ ~~objects to See Also as \code{\link{help}}, ~~~ }
\examples{
a <- getPATHList(c('56458', '16590'), 'org.Mm.eg.db')
length(a)
}
% Add one or more standard keywords, see file 'KEYWORDS' in the
% R documentation directory.
\keyword{ methods }