Oligo rma cel files
Hi,
I was using ReadAffy() to read cdfname="hugene10stv1" and it worked good. But now it asked to use Oligo. But I tried and its not reading in correct format. Please help me.
celFiles <- list.celfiles()
raw.data <- read.celfiles(verbose=TRUE, filenames=celFiles, cdfname="pd.hugene.1.0.st.v1")
data.rma.norm=rma(raw.data)
rma.exprs=exprs(data.rma.norm)
write.exprs(rma.exprs, file="Susp_Norm.txt")
Thank you
• 2,431 views
•
link
0 answers
No answers yet.
Log in to answer this question.
Sorry found out the wrong. I wasn't adding the celFiles while reading so it was reading other files too..