Learn R Programming

specmine (version 4.0.0)

get_MetabolitePath: Returns an object of KEGGPathway of the pathway especified in pathcode

Description

Returns an object of KEGGPathway of the pathway especified in pathcode

Usage

get_MetabolitePath(pathcode)

Value

A KEGGPathway object corresponding to the pathway specified by

pathcode. This object contains the parsed KEGG pathway structure and can be used as input to downstream graph conversion and visualization functions.

Arguments

pathcode

TODO.

Examples

Run this code
if (FALSE) {
path <- get_MetabolitePath("hsa00010")
class(path)
}

Run the code above in your browser using DataLab