README.md

metaboliteR

pipeline status coverage report

Overview

metaboliteR is a R package that provides few Probabilistic PCA (PPCA) methods (Nyamundanda G. et al. 2010) to analyse metabolomic data. PPCA is an extension of the PCA method with probabilistic basis which offers quantification of statistical uncertainty in the model. While PCA uses orthogonal transformation to obtain Principal Components (PC) scores, PPCA assumes a multivariate Gaussian distribution on the Principal Components scores and estimate the model parameter through Expectation-Maximisation (EM) algorithm. There are also further extension with PPCCA (including covariates), MPPCA (accounting groupings) and DPPCA (different time points) (Nyamundanda G. et al. 2014).

In addition, metaboliteR also incorporates a method of estimating sample size for metabolomic experiments introduced by (Nyamundanda G. et al. 2013).

metaboliteR also has a graphical user interface (GUI) application through the use of Shiny. This can be accessed through here or the image below:

Installation

# Install from CRAN (To be published.. )
install.packages("metaboliteR")

# Or the development version from Gitlab
# install.packages("devtools")
devtools::install_gitlab("metaboliteR/metaboliteR")

You can also clone this repositary and install it locally. However, make sure to install dependencies in your computer for the package to work.

Run the following code: remotes::install_local(dependencies = TRUE)

Quick Guide

References

Websites (removing later)

Original PPCA function repositary

GitLab

Webpage

ShinyApp: can only host app when package is available in CRAN



GweeXianYao/metaboliteR documentation built on Jan. 21, 2020, 7:18 a.m.