catalogDAVIDResultsByTool {DAVIDQuery}R Documentation

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, ...)

Arguments

annot See DAVIDQuery .
sleepSeconds DAVIDQueryLoop .
... 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


[Package DAVIDQuery version 1.2.0 Index]