Learn R Programming

MetChem (version 0.5)

pathwaysMet: Metabolic Pathways

Description

This function finds the metabolite related pathways.

Usage

pathwaysMet(doc)

Value

A data frame contains the pathways associated with each metabolite.

Arguments

doc

A list of metabolites information produced by readMetfunction.

See Also

readMet, taxonomyMet, enzymesMet, diseasesMet

Examples

Run this code

# \donttest{
data(Metabolites)
pat=pathwaysMet(Metabolites$readMet)
# }

Run the code above in your browser using DataLab