Skip to content
Prev 566 / 21307 Next

[Bioc-devel] Error loading, on Bioconductor 1.8, exprSet generated with bioconductor 1.7

Hi,
today I was working on an Affy exprSet I saved before the new release of 
Bioconductor (1.8).
I loaded it but I got the following error when I tried to show it:
library(affy)
load("tr7.rma.rda")
tr7.rma
Error in slot(object, what) : no slot of name "pubMedIds" for this 
object of class "MIAME"

Furthermore, if I issue the command:
str(tr7.rma)
I got this error:
Error in FUN(X[[6]], ...) : no slot of name "reporterInfo" for this 
object of class "exprSet"

The error comes using the  Biobase Version: 1.10.0. Everythink run 
smootly if I run the same commands on Bioconductor 1.7 installed under 
R.2.3.0

I was expecting that there should be some sort of back compatibility 
with  at least the previous release of the exprSet. There is any way to 
convert old instances of exprSet in the new one?
Best
Raffaele