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