Hello everyone
I try to load microarray data from GEO to R (I download the files to my computer then load it to R), but whether I use Matrix file or SOFT file, there's always this parsing error (following code and result). Despite the parsing errors, when I draw the boxplot with this data, the result still looks fine with all samples normalised. Therefore, I'm wondering if this error doesn't affect the expression data. But if it does affect, do you know I can fix this?
Thank you very much
> #Load data
> GSE61659_matrix <- getGEO(filename = "GSE61659_series_matrix.txt.gz", GSEMatrix = T)
Parsed with column specification:
cols(
  .default = col_double(),
  ID_REF = col_character()
)
See spec(...) for full column specifications.
File stored at: 
C:\Users\k286o\AppData\Local\Temp\Rtmp4wSQw3/GPL1261.soft
Warning: 64 parsing failures.  
  row     col           expected    actual         file    
45038 SPOT_ID 1/0/T/F/TRUE/FALSE --Control literal data    
45039 SPOT_ID 1/0/T/F/TRUE/FALSE --Control literal data    
45040 SPOT_ID 1/0/T/F/TRUE/FALSE --Control literal data   
45041 SPOT_ID 1/0/T/F/TRUE/FALSE --Control literal data  
45042 SPOT_ID 1/0/T/F/TRUE/FALSE --Control literal data
 ..... ....... .................. ......... ............   
See problems(...) for more details.  
> View(GSE61659_matrix)   
> GSE61659 <- getGEO(filename = "GSE61659_family.soft.gz", GSEMatrix = T) 
Reading file....  
Parsing....  
Found 58 entities...   
GPL1261 (1 of 59 entities) 
Warning: 64 parsing failures.   
  row     col           expected    actual         file   
45038 SPOT_ID 1/0/T/F/TRUE/FALSE --Control literal data  
45039 SPOT_ID 1/0/T/F/TRUE/FALSE --Control literal data   
45040 SPOT_ID 1/0/T/F/TRUE/FALSE --Control literal data   
45041 SPOT_ID 1/0/T/F/TRUE/FALSE --Control literal data   
45042 SPOT_ID 1/0/T/F/TRUE/FALSE --Control literal data   
..... ....... .................. ......... ............   
See problems(...) for more details.   
GSM1510154 (2 of 59 entities)   
GSM1510155 (3 of 59 entities)    
GSM1510156 (4 of 59 entities)  
GSM1510157 (5 of 59 entities)   
GSM1510158 (6 of 59 entities)    
GSM1510159 (7 of 59 entities)   
GSM1510160 (8 of 59 entities)   
GSM1510161 (9 of 59 entities)  
GSM1510162 (10 of 59 entities)   
GSM1510163 (11 of 59 entities)
                    
                
                
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 ;-)