catalogDAVIDResultsByTool: Create a catalog of types of DAVID results.

Description Usage Arguments Details Value Author(s)

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

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

Arguments

annot

See DAVIDQuery .

sleepSeconds

DAVIDQueryLoop .

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.

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.

Value

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

Author(s)

Roger Day


DAVIDQuery documentation built on Sept. 12, 2016, 6:11 a.m.