huex10stv2cdf annotation file needed
1
0
Entering edit mode
arisarkar88 ▴ 40
@arisarkar88-11464
Last seen 9 months ago
Los Angeles

Where can i find huex10stv2cdf annotation file? Unable to download it from the link: https://stat.ethz.ch/pipermail/bioc-devel/2007-October/001411.html

cdf microarray affy • 1.5k views
ADD COMMENT
0
Entering edit mode
@james-w-macdonald-5106
Last seen just now
United States

That's not an annotation file (which would map the probeset IDs to various gene annotations, etc). Instead that is a cdf package intended to be used with the affy package, in order to process the raw data into expression values.

But do note that won't work either, as the affy package will not let you process the Exon arrays. For that you should use the oligo package, and that should be straightforward:

library(oligo)

dat <- read.celfiles(list.celfiles())

eset <- rma(dat)
ADD COMMENT
0
Entering edit mode

Thank you for the reply. I was bit confused regarding this. Is it possible to analyze/normalize Affymetrix Human Exon 1.0 ST Array and Affymetrix Human Gene 1.0 ST Array together? How should I deal with two datasets having these the above platforms respectively?

ADD REPLY
0
Entering edit mode

No, unfortunately you can't normalize them together. In fact you almost surely won't be able to analyze them together either - the two arrays are just too different. If you have the same experiment that was repeated on the two platforms, then you might be able to normalize and summarize the data separately and then use something like the GeneMeta package to do a meta analysis. But that assumes that you pretty much repeated the same experiment on each array platform.

But if the different groups that you want to compare are only assayed on one array or the other, then any biological difference is likely to be orders of magnitude smaller than the technical differences between the array platforms. While you could hypothetically still analyze the data, it is most likely a lost cause, because you can't say if any differences are due to biology or technical differences between the arrays.

ADD REPLY
0
Entering edit mode

Ok..now it is clear to me..thank you for your reply.

ADD REPLY

Login before adding your answer.

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