Learn R Programming

DAVIDQuery (version 1.32.0)

getAnnotationChoices: Retrieve all possible annotation values used in the annotation report tool...

Description

Retrieve all possible annotation values used in the annotation report tool

Usage

getAnnotationChoices(urlBase=DAVIDURLBase, curl=RCurl::getCurlHandle(), verbose=TRUE)

Arguments

urlBase
the DAVID main page url. Default is DAVIDURLBase.
curl
RCurl handle. Default is getCurlHandle()
verbose
if TRUE enables diagnostic messages

Value

used with the annotationReport tool.

Details

When the getAnnotationChoices gets called the first time within the R session, it retrieves the set of annotation values from the DAVID web services, stores them within the DAVIDAnnotChoices data structure and then reuses it in subsequent calls.

See Also

getIdConversionChoices, getAffyChipTypes, convertIDList, DAVIDQuery