I'm trying to use the demoList1 from RDAVIDWebService, but the following errors are happening:
data(demoList1)
addList(david,
inputIds=demoList1,
idType="AFFYMETRIX_3PRIME_IVT_ID",
listName="demoList1",
listType="Gene")
getGeneListNames(demoList1)
In the first time I submited this command line this error apear:
Error in .jcall("RJavaTools", "Ljava/lang/Object;", "invokeMethod", cl, :
org.apache.axis2.AxisFault: No space left on device
In the second time, the following error apear:
Error: !listName %in% switch(listType[1], Gene = getGeneListNames(), .... is not TRUE
Does anyone can help me?