Version0.9.2: Output EICs of some features in some sample. Click here.
More news: Click here
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")
Please see the Get
started
page to get the instrduction of metflow2
.
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!
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.