[BioC] Biobase or affy package makes update() not work

lgautier at altern.org lgautier at altern.org
Thu May 27 05:29:58 CEST 2004


> Would anyone have an idea of what is happening?

I do. There's a bug...
Thanks for reporting.

If you copy/paste the following line into your R session, it should solve the problem:

setMethod("update", "ANY", update.default)

(note the affy pack must be loaded)


I'll patch the affy pack with that fix ASAP.


Thanks again,


L.



More information about the Bioconductor mailing list