read.gpml: parse Wikipathways gpml file to a list format

Description Usage Arguments Value Author(s) Examples

View source: R/read.gpml.R

Description

This function parses wikipathways gpml file to a list format for enrichment analysis.

Usage

1
read.gpml(file, minnum = 5)

Arguments

file

*.gpml file

minnum

The minimal # of metabolites that should consider (Default 5).

Value

list

Author(s)

Kozo Nishida

Examples

1
2
3
file <- system.file('extdata', 
    'At_AtMetExpress_overview_WP3622_89229.gpml', package = 'MSEAp')
wikip <- read.gpml(file)

afukushima/MSEAp documentation built on Sept. 18, 2019, 7:12 p.m.