Entering edit mode
3.5 years ago
xxxxxxxx
▴
20
script-
raw_data <- oligo::read.celfiles(filenames = file.path(raw_data_dir, SDRF$Array.Data.File),verbose = FALSE, phenoData = SDRF)
Error-
Error in read.celfile.header(x) : Is C:\Users\Subham\AppData\Local\Temp\RtmpqWwX92/Dc6h.04-FWD_251485018671.gpr.txt really a CEL file? tried reading as text, gzipped text, binary, gzipped binary, command console and gzipped command console formats
read.celfiles
function readscel
orcel.gz
. It may not read Dc6h.04-FWD_251485018671.gpr.txt. Currently your input or one of your inputs is:Dc6h.04-FWD_251485018671.gpr.txt
But all files are in the same format only this file is showing an error?
Then exclude that file. GPR is not CEL format. Please re-check your study design to ensure that you are processing Affymetrix arrays, which come in the CEL format in their raw state.
could you please post output from
$ ls raw_data_dir
? gpr is genepix format as I understand.