/POMA

Primary LanguageRGNU General Public License v3.0GPL-3.0

POMA

Lifecycle: stable Build Status AppVeyor build status Actions Status Bioc Status Codecov test coverage Last Commit License: GPL v3

POMA introduces a structured, reproducible and easy-to-use workflow for the visualization, pre-processing, exploratory and statistical analysis of mass spectrometry data. The main aim of POMA is to enable a flexible data cleaning and statistical analysis processes in one comprehensible and user-friendly R package. This package uses the standardized MSnbase data structures, developed by Laurent Gatto, to achieve the maximum flexibility and reproducibility and makes POMA compatible with other Bioconductor packages.

POMA also has two different Shiny app modules both for Exploratory Data Analysis and Statistical Analysis that implement all POMA functions in two user-friendly web interfaces.

The github page is for active development, issue tracking and forking/pulling purposes. To get an overview of the package, see the POMA Workflow vignette.

Installation

To install Bioconductor version:

# install.packages("BiocManager")
BiocManager::install("POMA")

If you need the GitHub version (not recommended unless you know what you are doing), use:

# install.packages("devtools")
devtools::install_github("pcastellanoescuder/POMA")

Code of Conduct

Please note that the ‘POMA’ project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.