catalogDAVIDResultsByTool {DAVIDQuery} | R Documentation |
Loops through values of tool
, for the specified value of annot
. Runs each DAVID query, and saves the result to create a catalog of types of DAVID results.
catalogDAVIDResultsByTool(annot = NULL, sleepSeconds = 10, ...)
annot |
See DAVIDQuery . |
sleepSeconds |
DAVIDQueryLoop . |
... |
Extra args passed to DAVIDQuery. |
The purpose is to check comprehensively whether there are results that could be better formatted than the default output or the reformatting provided by formatDAVIDResult
.
A list of outputs from DAVIDQuery. Automatically assigned to the name catalogOfDAVIDResultsByTool.ANNOT
where ANNOT is replaced by the annot
argument.
Roger Day