Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

License

NotificationsYou must be signed in to change notification settings

Sajal010/metaboliteR

Repository files navigation

pipeline statuscoverage 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 throughhere 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

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp