knitr::opts_chunk$set( collapse = TRUE, comment = "#>", warning = FALSE, message = TRUE )
metflow2 is a R package which is used to process and analyze metabolomics data.
Please install it via github.
if(!require(devtools)){ install.packages("devtools") } devtools::install_github("jaspershen/metflow2")
We use the demo data in demoData
package to show how to use metflow2
. Please install it first.
devtools::install_github("jaspershen/demoData")
Please see the Get started page to get the instruction of metflow2
.
If you have any questions about metflow2
, please don’t hesitate to email me (shenxt@stanford.edu).
shenxt@stanford.edu
M339, Alway building, Cooper Lane, Palo Alto, CA 94304
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.