Entering edit mode
6.7 years ago
english.server
▴
300
Hi all!
I have downloaded the .cel files to GSE79326. The boxplot I draw is different from that drawn using GEO2R. I wondered why. My code is:
library (oligo)
afbatch=read.celfiles(list.celfiles())
dataset=exprs (rma (afbatch, normalize=F))
boxplot (dataset)
Thank you in advance.
Don't you think if you show us two boxplots would be helpful to say what's happening there?