expandKEGGPathway: Expand KEGG Pathway

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/parse.R

Description

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

Usage

1

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

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

Example output

Attaching package: 'KEGGgraph'

The following object is masked from 'package:graphics':

    plot

KEGGgraph documentation built on Nov. 8, 2020, 5:42 p.m.