POMA
This package is for version 3.21 of Bioconductor; for the stable, up-to-date release version, see POMA.
Tools for Omics Data Analysis
Bioconductor version: 3.21
The POMA package offers a comprehensive toolkit designed for omics data analysis, streamlining the process from initial visualization to final statistical analysis. Its primary goal is to simplify and unify the various steps involved in omics data processing, making it more accessible and manageable within a single, intuitive R package. Emphasizing on reproducibility and user-friendliness, POMA leverages the standardized SummarizedExperiment class from Bioconductor, ensuring seamless integration and compatibility with a wide array of Bioconductor tools. This approach guarantees maximum flexibility and replicability, making POMA an essential asset for researchers handling omics datasets. See https://github.com/pcastellanoescuder/POMAShiny. Paper: Castellano-Escuder et al. (2021)
Author: Pol Castellano-Escuder [aut, cre] ORCID iD ORCID: 0000-0001-6466-877X
Maintainer: Pol Castellano-Escuder <polcaes at gmail.com>
citation("POMA")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("POMA")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("POMA")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.