kegg_download {PFP} | R Documentation |
This function will download all kegg KGML files assigned by
spec
.
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
kegg_download(spec,file_root=".", test_mode=TRUE)