View source: R/pathwayAnalysis.R
pathwayAnalysis | R Documentation |
Pathway analysis
pathwayAnalysis(id, id.type = "hmdb", outfile)
id |
A vector of metabolite IDs |
id.type |
The type of metabolite ID type, default is hmdb. |
outfile |
The output file name |
A data.frame object
Bo Wen wenbostar@gmail.com
## Not run:
res <- pathwayAnalysis(id=c("HMDB00060","HMDB00056","HMDB00064"),
outfile="pathway.csv")
head(res)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.