## Make up an example
genes = c(2,9,9,10)
KEGGIds = c("04610","00232","00983","00232")
frameData = data.frame(cbind(KEGGIds,genes))
library(AnnotationDbi)
frame=KEGGFrame(frameData,organism="Homo sapiens")
getKEGGFrameData(frame)
Run the code above in your browser using DataLab