## We show how to extract information from KEGGNode object
sfile <- system.file("extdata/hsa04010.xml",package="KEGGgraph")
pathway <- parseKGML(sfile)
ns <- nodes(pathway)
node <- ns[[1]]
show(node)
getName(node)
getDisplayName(node)
getEntryID(node)
getKEGGID(node)
Run the code above in your browser using DataLab