Description Usage Arguments Details Value Author(s) See Also Examples
The function expands paralogue nodes in KEGG pathway and returns expanded KEGG pathway, KEGG node and edge data is maintained.
1 | expandKEGGPathway(pathway)
|
pathway |
An object of |
The function expands nodes with paralogues in KEGG pathway and copy neccessary edges.
An object of KEGGPathway-class
Jitao David Zhang mailto:jitao_david.zhang@roche.com
1 2 3 | sfile <- system.file("extdata/hsa04010.xml",package="KEGGgraph")
kegg.pathway <- parseKGML(sfile)
kegg.expandpathway <- expandKEGGPathway(kegg.pathway)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.