Learn R Programming

KEGGgraph (version 1.30.0)

expandKEGGPathway: Expand KEGG Pathway

Description

The function expands paralogue nodes in KEGG pathway and returns expanded KEGG pathway, KEGG node and edge data is maintained.

Usage

expandKEGGPathway(pathway)

Arguments

pathway
An object of KEGGPathway-class

Value

An object of KEGGPathway-class

Details

The function expands nodes with paralogues in KEGG pathway and copy neccessary edges.

See Also

expandKEGGNode

Examples

Run this code
sfile <- system.file("extdata/hsa04010.xml",package="KEGGgraph")
kegg.pathway <- parseKGML(sfile)
kegg.expandpathway <- expandKEGGPathway(kegg.pathway)

Run the code above in your browser using DataLab