get_PFPRefnet {PFP}R Documentation

get a PFPRefnet for a species

Description

This function helps update the latest PFPRefnet odject for a species

Usage

get_PFPRefnet(spec, file_root = ".", test_mode = FALSE)

Arguments

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.

Details

, gupdate the latest PFPRefnet odject for a species in KEGG. It will return a PFPRefnet object.

Value

a PFPRefnet object.

Examples

PFPRefnet1 <- get_PFPRefnet("hsa",".",test_mode=TRUE)

[Package PFP version 1.0.0 Index]