Boxplot from GEO2R vs my own script
1
0
Entering edit mode
6.1 years ago

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.

R boxplot • 1.5k views
ADD COMMENT
1
Entering edit mode

Don't you think if you show us two boxplots would be helpful to say what's happening there?

ADD REPLY
1
Entering edit mode
6.1 years ago

The code for a GEO2R analysis is available from the GEO2R site. You might take a look at that code to see what GEO2R is doing that might be different.

One difference is that you are starting with .CEL files. GEO2R uses data as supplied by the submitter.

ADD COMMENT

Login before adding your answer.

Traffic: 1733 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