Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 744 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 744 Bytes

lmm2met

Linear mixed-effects modeling to improve clinical metabolomics information.

Version: 1.0 (12 September 2018)

Description

Linear mixed-effects modelling for normalization of clinical metabolomics data by using subject metada.

Installation and Running metabox

  1. Require R software
  2. Install lmm2met using the following commands
#Install devtools R package, if not exist
install.packages('devtools', repos="http://cran.rstudio.com/")
library(devtools)

#Install lmm2met
install_github('kwanjeeraw/lmm2met')

Documentation

see homepage

License

MIT