I am trying to use the `olgio` package to process some arrays from GEO/ArrayExpress (E-GEOD-53405 and E-GEOD-61364, among others), and I am running into issues with some of the chip layout packages where they are not available.
In some cases, there might be another chip that is similar enough to use its layout information instead ([3]). Is there a list of which packages one can fall back on? If it is known, how can I tell oligo to use this package instead?
The following are examples:
[1] is looking for the platform name pd.huex.1.0.st.v1, but only pd.huex.1.0.st.v2 is available as a BioConductor package (which might be very similar, can I use v2 instead of v1?)
[2] is looking for the platform pd.u133aaofav2, which is almost identical with pd.ht.hg.u133a according to [3]
Is there any way to process those packages, preferentially with `olgio`, but any other BioConductor package as well?
[1] http://www.ebi.ac.uk/arrayexpress/files/E-GEOD-53405/E-GEOD-53405.raw.3.zip/GSM1290926_t0_rep2.CEL
[2] http://www.ebi.ac.uk/arrayexpress/files/E-GEOD-61364/E-GEOD-61364.raw.1.zip/GSM1503012_05202764006888021105960891.A01.CEL
[3] help with SCAN.UPC and u133aaofav2
Thanks for point 2 - I used the oligo package which doesn't find the correct cdf.
Thanks for point 2 - I used the oligo package which doesn't find the correct cdf.
Right. But that's not what I said to do, is it?