knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  warning = FALSE,
  message = TRUE
)

Introduction

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")

Usage

Please see the Get started page to get the instruction of metflow2.


Need help?

If you have any questions about metflow2, please don’t hesitate to email me (shenxt@stanford.edu).

shenzutao1990

shenxt@stanford.edu

Twitter

M339, Alway building, Cooper Lane, Palo Alto, CA 94304



jaspershen/metflow2 documentation built on Aug. 15, 2021, 4:38 p.m.