Description Usage Arguments Details Value Examples
View source: R/load_kegg_graphs.R
This function will download all kegg KGML files assigned by
spec.
| 1 | kegg_download(spec, file_root = ".", test_mode = FALSE)
 | 
| spec,  | a character, refers to the species names in kegg, such as "hsa", "mmu"... | 
| file_root,  | a character,refers to the root you want to save kegg pathway kgml files in. | 
| test_mode,  | please set whether to test this function. | 
Downloading all kegg KGML files assigned by spec from
https://www.kegg.jp/kegg/xml/,
which may take tens of minutes.
the kegg KGML files
| 1 | kegg_download(spec,file_root=".", test_mode=TRUE)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.