Thanks for the advice. I downloaded the supplementary file and read it into R but it threw an error.
data <- data.table::fread("GSE152938_RAW.tar", data.table=F)
Traceback:
Avoidable 501.354 seconds. This file is very unusual: it ends abruptly without a final newline, and also its size is a multiple of 4096 bytes. Please properly end the last row with a newline using for example 'echo >> file' to avoid this time to copy.
Error in data.table::fread("GSE152938_RAW.tar", data.table = F) :
embedded nul in string: ')]\v\xfe\xab+\xf0\035...'
In addition: Warning message:
In data.table::fread("GSE152938_RAW.tar", data.table = F) :
Detected 3 column names but the data has 2 columns. Filling rows automatically. Set fill=TRUE explicitly to avoid this warning.
melissachua90 why did you delete this post?