Description Usage Arguments Value Examples
childIsEntry
1 | childIsEntry(r)
|
r |
xml root |
T or F
1 2 3 4 5 | path<-system.file(package = "Key2Enrich")
xmlPath<-paste(path,"/extdata",sep="")
xmlFile<-paste(xmlPath,sep="","/hsa04012.xml")
r<-parseKGMLFile(xmlFile)
kegg.nodes <- lapply(r[childIsEntry(r)], parseEntry)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.