get_PFPRefnet {PFP} | R Documentation |
This function helps update the latest PFPRefnet odject for a species
get_PFPRefnet(spec, file_root = ".", test_mode = FALSE)
spec, |
a character, refers to the species in KEGG. hsa, mmu... |
file_root, |
a character, file dir to download the kgml files. |
test_mode, |
please set whether to test this function. |
, gupdate the latest PFPRefnet odject for a species in KEGG. It will return a PFPRefnet object.
a PFPRefnet object.
PFPRefnet1 <- get_PFPRefnet("hsa",".",test_mode=TRUE)