Description Usage Arguments Details Value Examples
View source: R/load_kegg_graphs.R
This function will translate all kegg KGML files in path
file_dir
.
1 | 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
1 | trans_xml2graph(file_dir, test=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.