trans_xml2graph {PFP} | R Documentation |
This function will translate all kegg KGML files in path
file_dir
.
trans_xml2graph(file_dir, test_mode = FALSE)
file_dir, |
a character, refers to the file_path where kegg KGML files are stored. |
test_mode, |
please set whether to test this function. |
transform all KEGG KGML files downloaded by the function
kegg_download() in path file_dir
to the graphNEL object
a list of graphNEL
trans_xml2graph(file_dir, test=TRUE)