I am trying to analyze 24 arrays from new Affy Clariom S arrays (24x plate format). I have tried to use the oligo package to read the arrays and I have encountered the problem that I would need a "platform design package" from this type of array (something like pd.clariomsarray.1.0). I have look for it but I haven't found it.
Then I have tried to create it with pdInfoBuilder package (updated recently), but unfortunately I got the error that "AffyClariomSPDInfoPkgSeed" is not defined class (when using it in the "makePdInfoPackage" function).
Anybody knows how to read these new affy arrays?
thanks in advanced
Ricardo Gonzalo Sanz, Ph.D.
Statistics and Bioinformatics Unit (UEB)
Vall d'Hebron Research Institute (VHIR)
Bottom line: James proves some lines of code to generate such PlatformDesign package (for the human "D" array) using the files available from Affymetrix. You say it didn't work for you, so please prove your code and session info....
So if you have the current release version, you should have no problems building a pdInfo package for that array. In fact, I just did so (for all the Human, Mouse and Rat Clariom arrays) and have submitted them. They should appear on the download server in due time (maybe a couple of days?). But then it's a holiday week in the US, so maybe next week...
I realize that I don't have the current release version of Bioconductor. I have update it. I have already seen your pd packages on Bioconductor web page. Thank you very much!
I don't have experience with these new arrays (yet), but I recall a recent thread on the "D" arrays on this site:
C: Clariom D Human Microarray CDF file to package
Bottom line: James proves some lines of code to generate such PlatformDesign package (for the human "D" array) using the files available from Affymetrix. You say it didn't work for you, so please prove your code and session info....