Closed kalugny closed 6 years ago
In this specific file, there are long lines which are split across a few headers
I think generally it's better that the function that process the files won't fail completely when there's a problem parsing meta-data, as it sometimes messy in GEO, and you still won't the data itself. This is relevant for #59 as well
Just a followup note:
The parsing problems were due to the fact that read.table (and read_tsv) treat line endings differently when "skipping" the lines versus actually reading them. All the work was in just a few lines of the header and sample header parsing of parseGSEMatrix. I think we should be back to normal on that front.
$ GEOquery::getGEO('GSE30134')