Skip to content
Prev 3371 / 21318 Next

[Bioc-devel] KEGG.db

Willem is right.  The as.list() method you want is the one from 
AnnotationDbi.  Other as.list methods will not know what to do with the 
bimap object in question.  So in the usage context you are dexcribing, 
you may need to import that method in your NAMESPACE file so that your 
package knows about it.

Also, the KEGG.db package has not been able to be updated for over a 
year now.  The reactome.db package is probably a good alternative.


   Marc
On 05/07/2012 12:38 AM, Willem Ligtenberg wrote: