analyzing cel files
0
0
Entering edit mode
2.7 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

chip snp • 1.8k views
ADD COMMENT
0
Entering edit mode

What have you tried?

ADD REPLY
0
Entering edit mode

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]]) : "

ADD REPLY
0
Entering edit mode

Show us your exact code please.

ADD REPLY
0
Entering edit mode

i juste settled R to the working directory where i have cel files located

and tried c <- Readaffy() and c <- justRMA() as the documentation says

library(affy)
setwd ("home/usr/celfiles")
list.files ( pattern = ".CEL") 
c <- Readaffy() 

and then the error come

ADD REPLY
0
Entering edit mode

Which documentation are you referring to? I'm sure no documentation would ask you to:

  1. Run ReadAffy() with no arguments
  2. Assign the output to a variable sharing name with one of the most popular R functions (c()).
ADD REPLY
0
Entering edit mode

Thanks, I was mistaken about point #1. Please note that you're running Readaffy() and not ReadAffy() - R is case sensitive.

ADD REPLY
0
Entering edit mode

yes , i just misstyping it but i ran ReadAffy()

ADD REPLY
0
Entering edit mode

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?

ADD REPLY
0
Entering edit mode

i tried with example file from affy but still same error

ADD REPLY
0
Entering edit mode

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

ADD REPLY
0
Entering edit mode

ok i go take a look on it , thank you

ADD REPLY
0
Entering edit mode
ADD REPLY
0
Entering edit mode

I used tilingArray once to analyze some CEL files

ADD REPLY

Login before adding your answer.

Traffic: 1789 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6