\name{topPATH} \alias{topPATH} %- Also NEED an '\alias' for EACH other topic documented here. \title{ Present top KEGG enrichment test information } \description{ ~~ A concise (1-5 lines) description of what the function does. ~~ } \usage{ topPATH(x, catTerm = TRUE, ...) } %- maybe also 'usage' for other objects documented here. \arguments{ \item{x}{ a given GeneAnswers instance containing KEGG information } \item{catTerm}{ logic value to determine whether mapping to DOLite terms or not } \item{\dots}{ other parameters to transfer to topCategory } } \details{ print necessary information on the screen and save into a specified file if request. } \value{ ~Describe the value returned If it is a LIST, use \item{comp1 }{Description of 'comp1'} \item{comp2 }{Description of 'comp2'} ... } \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{ # x is a GeneAnswers instance with DOLite test \dontrun{topPATH(x, top=10)} } % Add one or more standard keywords, see file 'KEYWORDS' in the % R documentation directory. \keyword{ IO }