Learn R Programming

DAVIDQuery (version 1.32.0)

getIdConversionChoices: Retrieve all possible values defining the type of the submitted ID list as well as...

Description

Retrieve all possible values defining the type of the submitted ID list as well as the type of conversion when using the ID conversion tool

Usage

getIdConversionChoices(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 when submitting the ID list, and the second representing set of possible identifiers the ID list can be converted to

Details

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

See Also

getAnnotationChoices, getAffyChipTypes, convertIDList, DAVIDQuery