get_pathway_info {PFP}R Documentation

get pathway info of a species in KEGG

Description

This function helps get pathway info of a species in KEGG.

Usage

get_pathway_info(spec)

Arguments

spec,

a character, refers to the species in KEGG. hsa, mmu...

Details

, get pathway info of a species in KEGG. It will return a data.frame.

Value

a data.frame whose colnames contains "index","id","name" and "group"

Examples

pathway_info <- get_pathway_info("hsa")

[Package PFP version 1.1.0 Index]