KEGG.db {KEGG.db}R Documentation

Bioconductor annotation data package

Description

Welcome to the KEGG.db annotation Package. The purpose of this package was to provide detailed information about the latest version of the KEGG pathway databases. But a number of years ago, KEGG changed their policy about sharing their data and so this package is no longer allowed to be current. Users who are interested in a more current pathway data are encouraged to look at the KEGGREST or reactome.db packages.

Objects in this package are accessed using the select() interface. See ?select in the AnnotationDbi package for details.

See Also

Examples

## select() interface:
## Objects in this package can be accessed using the select() interface
## from the AnnotationDbi package. See ?select for details.
columns(KEGG.db)

## Bimap interface:
## The 'old style' of interacting with these objects is manipulation as 
## bimaps. While this approach is still available we strongly encourage the
## use of select().
ls("package:KEGG.db")

[Package KEGG.db version 3.2.3 Index]