trans_xml2graph {PFP}R Documentation

translate kgml files to graphNEl

Description

This function will translate all kegg KGML files in path file_dir.

Usage

trans_xml2graph(file_dir, test_mode = FALSE)

Arguments

file_dir,

a character, refers to the file_path where kegg KGML files are stored.

test_mode,

please set whether to test this function.

Details

transform all KEGG KGML files downloaded by the function kegg_download() in path file_dir to the graphNEL object

Value

a list of graphNEL

Examples

trans_xml2graph(file_dir, test=TRUE)

[Package PFP version 1.0.0 Index]