Hello Kevin Thank you very much for your reply. I could never get data directly from GEO. It's always like this:
> gset <- getGEO("GSE61659", GSEMatrix =TRUE, getGPL=FALSE)[[1]]
Error in open.connection(x, "rb") :
Timeout was reached: Connection timed out after 10000 milliseconds
So I tried to load the downloaded SOFT file and the result is this:
#Load data
> GSE126327 <- getGEO(filename = "GSE126327_family.soft.gz", GSEMatrix = TRUE, getGPL = FALSE)[[1]]
Reading file....
|======================================================================================================================| 100% 249 MB
Parsing....
Found 16 entities...
GPL16570 (1 of 17 entities)
|======================================================================================================================| 100% 238 MB
Warning: 190 parsing failures.
row col expected actual file
41612 ID a double AFFX-BioB-3_at literal data
41613 ID a double AFFX-BioB-3_st literal data
41614 ID a double AFFX-BioB-5_at literal data
41615 ID a double AFFX-BioB-5_st literal data
41616 ID a double AFFX-BioB-M_at literal data
..... ... ........ .............. ............
See problems(...) for more details.
Error in getGEO(filename = "GSE126327_family.soft.gz", GSEMatrix = TRUE, :
this S4 class is not subsettable
> GSE126327
[1] Normal choroid plexus, biological rep1 Normal choroid plexus, biological rep2 Normal choroid plexus, biological rep3
[4] Normal choroid plexus, biological rep4 Normal choroid plexus, biological rep5 Choroid plexus carcinoma, biological rep1
[7] Choroid plexus carcinoma, biological rep2 Choroid plexus carcinoma, biological rep3 Choroid plexus carcinoma, biological rep4
[10] Choroid plexus carcinoma, biological rep5 Choroid plexus papilloma, biological rep1 Choroid plexus papilloma, biological rep2
[13] Choroid plexus papilloma, biological rep3 Choroid plexus papilloma, biological rep4 Choroid plexus papilloma, biological rep5
15 Levels: Choroid plexus carcinoma, biological rep1 ... Normal choroid plexus, biological rep5
What's your opinion on this? Thank you
Hi, please use the code option to highlight code and data examples. It is simply selecting the respective parts of the post with the mouse and then clicking the buttom:
Edited. Thank you. I'm quite new to this community :)
No problem ;-)