Learn R Programming

metaX (version 1.4.0)

pathwayAnalysis: Pathway analysis

Description

Pathway analysis

Usage

pathwayAnalysis(id, id.type = "hmdb", outfile)

Arguments

id
A vector of metabolite IDs
id.type
The type of metabolite ID type, default is hmdb.
outfile
The output file name

Value

A data.frame object

Examples

Run this code
## Not run: 
# res <- pathwayAnalysis(id=c("HMDB00060","HMDB00056","HMDB00064"),
#     outfile="pathway.csv")
# head(res)
# ## End(Not run)

Run the code above in your browser using DataLab