Usage
convertIDList(idList, curl, fromType, toType, urlBase=DAVIDURLBase, testMe=FALSE, annotChoices=getIdConversionChoices(), details=FALSE, graphicMenu=FALSE, writeHTML=FALSE, verbose=FALSE)
Arguments
idList
The character vector of IDs to be converted.
fromType
The type of input IDs. If NULL (default), determined through the popup menu.
toType
The type to convert to. If NULL (default), determined through the popup menu.
urlBase
The DAVID main page url. Default is DAVIDURLBase.
testMe
If TRUE, assign default values and run. Dafault is FALSE.
annotChoices
All available 'From' and 'To' ID conversion types.
details
If TRUE, a list of intermediate results is returned; otherwise, just the final query result. Default is TRUE.
graphicMenu
If TRUE, use a GUI window for the pick menus. Default is FALSE.
writeHTML
If TRUE writes the conversion result html page into the 'conversionResult.html' file. Default is FALSE.
verbose
If TRUE enables diagnostic messages.