metflow2
is a R package which is used for untargeted metabolomics data processing and analysis.
You can install metflow2
from Github.
# Install `metflow2` from 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")
If you have any quesitions about metflow2
, please don’t hesitate to email me (shenxt@stanford.edu).
M339, Alway building, Cooper Lane, Palo Alto, CA 94304
If you use metflow2
in you publication, please cite this publication:
X Shen, ZJ Zhu - Bioinformatics (Oxford, England), 2019, MetFlow: An interactive and integrated workflow for metabolomics data cleaning and differential metabolite discovery.
Web Link.
Thanks very much!