Description Usage Arguments Value Author(s) Examples
Request a conversion for a previously uploaded ID List
1 2 |
url |
The url to post a request to. |
curl |
The RCurl handle. |
type |
The DAVID ID Identifier to convert to. |
verbose |
If TRUE enables diagnostic messages. |
A character string containing the source for a conversion results html page including the url to the conversion results text file.
Roger Day, Alex Lisovich
1 2 3 4 5 6 7 8 9 10 11 | ## Not run:
myCurlHandle<-RCurl::getCurlHandle(cookiefile="DAVIDCookies.txt");
res1<-RCurl::getURL("http://david.abcc.ncifcrf.gov", curl = myCurlHandle,verbose = TRUE);
url1="http://david.abcc.ncifcrf.gov/tools.jsp";
idList=c("P04264", "P13645", "P35908", "P08729", "P08727", "P25705", "P06576", "Q2KHP4", "Q14764", "P14625");
res2<-uploadIDList(url1,myCurlHandle,idList,type="UNIPROT_ACCESSION",verbose=TRUE);
url2<-"http://david.abcc.ncifcrf.gov/conversion2.jsp";
res3<-requestIDConversion(url=url2,curl=myCurlHandle,type="AFFYMETRIX_3PRIME_IVT_ID",verbose=TRUE);
writeChar(res3, "thirdStageResult.html")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.