Entering edit mode
3.3 years ago
scipio04
•
0
Dear bioinformaticians
i have to deal with .cel files for the first time from Chip Snp sequencing
the purpose is to get a matrix with positions to do population genomics after
i've heard about R packages but i dont know which on is the best for me
or maybe any pipeline , thank you for your tips
What have you tried?
affy package but i have errors with justRMA() and readaffy() functions :
" Is /home/alambard/celfiles/ABCDE.CEL really a CEL file? tried reading as text, gzipped text, binary, gzipped binary, command console and gzipped command console formats"
and :
"Error in read.celfile.header(filenames[[1]]) : "
Show us your exact code please.
i juste settled R to the working directory where i have cel files located
and tried
c <- Readaffy()
andc <- justRMA()
as the documentation saysand then the error come
Which documentation are you referring to? I'm sure no documentation would ask you to:
ReadAffy()
with no argumentsc()
).http://www.bioconductor.org/packages/release/bioc/vignettes/affy/inst/doc/affy.pdf
page 4
Thanks, I was mistaken about point #1. Please note that you're running
Readaffy()
and notReadAffy()
- R is case sensitive.yes , i just misstyping it but i ran ReadAffy()
I see. In that case, from your error message, the
ABCDE.CEL
file doesn't seem to be what the program expects. Maybe look for a sample Affy dataset that works and compare those CEL files with yours?i tried with example file from affy but still same error
That's weird. Maybe open a post on bioC support so the developer has a chance to look at what's going on?
https://support.bioconductor.org/new/post/?tag_val=affy
ok i go take a look on it , thank you
New post: https://support.bioconductor.org/p/9138838/
I used tilingArray once to analyze some CEL files