Dear, i have error isuees trying to read celfiles
im sure that im in the right directory containing it i have unziped a zip file containing 386 .cel files
here 's the error message :
- Is 5513234437813052023349_Pmarg70K_A01_FIE9191A1537_S_B16.1.CEL really a CEL file? tried reading as text, gzipped text, binary, gzipped binary, command console and gzipped command console formats
- Error in read.celfile.header(x)
i dont understand the issue here , thanks for your help !
setwd()
library(oligo)
celfiles <- list.files (pattern = ".CEL")
data <- read.celfiles(celfiles)
Hi, it seems that you already received an answer here: cel files with affy library
What do you want to do with this Affymetrix SNP 6.0 data? My PhD was based on this array back in 2010-12, and I know that it has probes that target both SNP and CN (copy number) variants. In which are you interested? The Affymetrix SNP 6.0 is not for gene expression analysis.
Please see my and another previous answer on Biostars:
i want to get a matrix in order to do population genomic analysis after
it's about SNP
the answer i received was about the right package to use but once i corrected it , im still dealing with the same errors issues
No problem. Can you take a look at the second answer that I posted above? - the user was also using oligo but then moved to crlmm. It seems like there is a way to make genotype calls with this package, as per also this publication (see code toward end): Using the R Package crlmm for Genotyping and Copy Number Estimation
From my first answer that I posted, probably Birdsuite (https://www.broadinstitute.org/birdsuite) is the best option to use, for now, in order to derive genotypes.
ok thank you for your response , im gonna take a look on crlmm package and birdsuite pipeline