Hi!
I'm trying to do an expression analysis from an Affymetrix HT MG-430 PM Array Plate (mus musculus). R asks me for the "pd.ht.mg.430.pm" package but is not available in Bioconductor. I'm wondering if I could use "pd.ht.mg.430a" package instead without any later error in the analysis. I've tried and R accepts the "pd.ht.mg.430a" package without problems but I am worried that the results I get are not appropriate.
Hope you can help me.
Hi Guido,
It is possible these days to use
pdInfoBuilder
andoligo
for all Affy arrays, even those with only CDFs (see for example thepd.ht.mg.430a
package).Figuring out how to do such things is a non-trivial endeavor however.
So essentially what one would need is the CDF file, a CEL file, and the tab-delimited sequence file. We can get those using
AffyCompatible
andGEOquery
.Hi James, Very good to know; I would not have been able to find this out by myself... Thanks!
Thank you so much for your answer. I will try to do it as you say!