Hi,
I try to convert GDS file with following code:
gds<- getGEO(filename = system.file("extdata/GDS2364_full.soft.gz", package = "GEOquery")) eset = GDS2eSet(gds,do.log2=TRUE,GPL=NULL,AnnotGPL=TRUE,getGPL=TRUE)
But this error is displayed:
Using locally cached version of GPL534 found here:
C:\Users\RAYANE~1\AppData\Local\Temp\RtmpUzoG8i/GPL534.annot.gz Using locally cached version of GPL534 found here:
C:\Users\RAYANE~1\AppData\Local\Temp\RtmpUzoG8i/GPL534.annot.gz
Error in gzfile(fname, open = "rt") : invalid 'description' argument
In addition: Warning messages:
1: In GDS2eSet(gds, do.log2 = TRUE, GPL = NULL, AnnotGPL = TRUE, getGPL = TRUE) :
NaNs produced
2: In if (GSEMatrix & geotype == "GSE") { :
the condition has length > 1 and only the first element will be used
3: In if (geotype == "GDS") { :
the condition has length > 1 and only the first element will be used
4: In if (geotype == "GSE" & amount == "full") { :
the condition has length > 1 and only the first element will be used
5: In if (geotype == "GSE" & amount != "full" & amount != "table") { :
the condition has length > 1 and only the first element will be used
6: In if (geotype == "GPL") { :
the condition has length > 1 and only the first element will be used
7: In if (!file.exists(destfile)) { :
the condition has length > 1 and only the first element will be used
Please help me to resolve my problem!
Thank you!