https://github.com/rwehrens/BatchCorrMetabolomics
Raw File
Tip revision: e0c7668140e206dcdae9afa602dd2e1b337ac4f6 authored by Ron Wehrens on 13 November 2018, 09:47:13 UTC
corrected doBC documentation
Tip revision: e0c7668
README.md
# BatchCorrMetabolomics [![Travis build status](https://travis-ci.org/rwehrens/BatchCorrMetabolomics.svg?branch=master)](https://travis-ci.org/rwehrens/BatchCorrMetabolomics)


Supplementary material for the paper "Improved batch correction in
untargeted MS-based metabolomics" by R. Wehrens, et al. Metabolomics,
12:1-12 (2016).

Installing this package: in R, type the following

install.packages("devtools")

install_github("rwehrens/BatchCorrMetabolomics")

The demo that is reproducing all examples from the paper is obtained
by typing:

library(BatchCorrMetabolomics)

demo(BC, echo = FALSE)

back to top