a toolbox for metabolomic data analysis, interpretation and integrative exploration
Version: 1.2 (01 December 2016)
An R-based web applications for data processing, statistical analysis, integrative visual exploration and functional analysis with several approaches (such as functional class scoring, overrepresentation analysis and WordCloud generation).
#Install devtools R package, if not exist
install.packages('devtools', repos="http://cran.rstudio.com/")
library(devtools)
source('https://bioconductor.org/biocLite.R') biocLite(c('impute','preprocessCore','GO.db','AnnotationDbi','WGCNA','piano','qpgraph','BioNet','ChemmineR'))
install_github('kwanjeeraw/metabox') install.packages("openssl")
install.packages("opencpu") library(opencpu)
opencpu$browse("library/metabox/www") ocpu_start_app("metabox")
Documentation
=========
see [homepage](http://kwanjeeraw.github.io/metabox/)
License
=========
[GNU General Public License (v3)](https://github.com/kwanjeeraw/metabox/blob/master/LICENSE)