expandKEGGPathway: Expand KEGG Pathway

View source: R/parse.R

expandKEGGPathwayR Documentation

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

Details

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

Value

An object of KEGGPathway-class

Author(s)

Jitao David Zhang mailto:jitao_david.zhang@roche.com

See Also

expandKEGGNode

Examples

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

Accio/KEGGgraph documentation built on Jan. 13, 2023, 1:03 p.m.