Skip to content
Prev 3367 / 21318 Next

[Bioc-devel] KEGG.db

Hi,

Although I am not sure if you should be using the KEGG.db package any
more, since it is deprecated.
See the following message when you load the KEGG.db package:
KEGG.db contains mappings based on older data because the original
  resource was removed from the the public domain before the most
  recent update was produced. This package should now be considered
  deprecated and future versions of Bioconductor may not have it
  available.  One possible alternative to consider is to look at the
  reactome.db package

You should make sure, your package uses the right as.list method. You
can do this by using:
AnnotationDbi::as.list instead of just as.list. (This specifies the
package from which it should load the function.)

Kind regards,

Willem
On Mon, May 7, 2012 at 9:30 AM, Setia Pramana <setia.pramana at ki.se> wrote: