- Notifications
You must be signed in to change notification settings - Fork0
License
Sajal010/metaboliteR
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 throughhere or the image below:
# 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)
Original PPCA function repositary
ShinyApp: can only host app when package is available in CRAN