Learn R Programming

DAVIDQuery (version 1.32.0)

catalogDAVIDResultsByTool: Create a catalog of types of DAVID results.

Description

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.

Usage

catalogDAVIDResultsByTool(annot = NULL, sleepSeconds = 10, details = FALSE, ...)

Arguments

annot
See DAVIDQuery .
sleepSeconds
details
If TRUE, a list of intermediate results is returned for each catalog item; otherwise, just the final query result. Default is FALSE.
...
Extra args passed to DAVIDQuery.

Value

A list of outputs from DAVIDQuery. Automatically assigned to the name catalogOfDAVIDResultsByTool.ANNOT where ANNOT is replaced by the annot argument.

Details

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.