The KEGGID are unique identifiers used by KEGG PATHWAY to identify
gene products. After parsing the KEGG pathway into graph, the graph
use KEGGID as its nodes' names.
translateKEGGID2GeneID converts KEGGIDs into entrez GeneID, which can be
translated to other types of identifiers, for example with biomaRt
package or organism-specific annotation packages. See vignette for
examples.
translateKEGG2GeneID is maintained for back-compatibility and
wrapps translateKEGGID2GeneID.