I'm working on a microarray analysis using R/bioconductor (oligo package). I need to merge two datasets (affymetrix pd.hta.2.0.st and pd.hugene.2.0.st) and did this using inSilicoMerging. However, if I now look at the expressionSet, basically all information of the probes/genes is gone, so how am I supposed to further analyse the combined datasets?
the data looks like this:
01.CEL 02.CEL 03.CEL
1 549.326.420.227.016 485.001.635.030.679 383.486.118.570.383
so just insane high numbers (still intensity values or what exactly are these number representing?) and instead of a probe identifier just for example a 1.
thanks for any help! :)