Rdocumentation
powered by
Learn R Programming
DAVIDQuery (version 1.32.0)
uploadIDList: Upload an ID list to the DAVID query system...
Description
Upload an ID list to the DAVID query system
Usage
uploadIDList(url, curl, idList, type="UNIPROT_ACCESSION", verbose=TRUE)
Arguments
url
The url to post a request to.
curl
The RCurl handle.
idList
The list of IDs to upload.
type
The DAVID Identifier to convert from.
sessionID
The RCurl session ID to be submitted as part of ID list uploading process. If NULL the session ID is retrieved from curl handle.
verbose
If TRUE, enables diagnostic messages.
Value