Entering edit mode
7.3 years ago
asalari1
•
0
raw <- fread("GSE21222_series_matrix.txt", skip = "!series_matrix_table_begin")
Error in fread("GSE21222_series_matrix.txt", skip = "!series_matrix_table_begin") :
Expected sep (' ') but new line, EOF (or other non printing character) ends field 0 when detecting types from point 10: !series_matrix_table_end
I have no idea what
"!series_matrix_table_begin"
is, and it would be lovely if you would put a bit more effort in your question and not just post the error.The question title should be also more informative.