Bioc2026 Registration Open!

PRONE

The PROteomics Normalization Evaluator

Bioconductor version: 3.23 · Package version: 1.6.0

High-throughput omics data are often affected by systematic biases introduced throughout all the steps of a clinical study, from sample collection to quantification. Normalization methods aim to adjust for these biases to make the actual biological signal more prominent. However, selecting an appropriate normalization method is challenging due to the wide range of available approaches. Therefore, a comparative evaluation of unnormalized and normalized data is essential in identifying an appropriate normalization strategy for a specific data set. This R package provides different functions for preprocessing, normalizing, and evaluating different normalization approaches. Furthermore, normalization methods can be evaluated on downstream steps, such as differential expression analysis and statistical enrichment analysis. Spike-in data sets with known ground truth and real-world data sets of biological experiments acquired by either tandem mass tag (TMT) or label-free quantification (LFQ) can be analyzed.

Installation

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("PRONE")

Details

MaintainerLis Arend <lis.arend@tum.de>
AuthorLis Arend [aut, cre] (ORCID: <https://orcid.org/0000-0001-7990-8385>)
LicenseGPL (>= 3)
URLhttps://github.com/daisybio/PRONE
Bug Reportshttps://github.com/daisybio/PRONE/issues
Downloads rank186
Source branchRELEASE_3_23
biocViewsDifferentialExpression, Normalization, Preprocessing, Proteomics, Software, Visualization

Documentation

Download

Dependencies

Depends: R (>= 4.4.0), SummarizedExperiment

Imports: dplyr, magrittr, data.table, RColorBrewer, ggplot2, S4Vectors, ComplexHeatmap, stringr, NormalyzerDE, tibble, limma, MASS, edgeR, matrixStats, preprocessCore, stats, gtools, methods, ROTS, ComplexUpset, tidyr, purrr, circlize, gprofiler2, plotROC, MSnbase, UpSetR, dendsort, vsn, Biobase, reshape2, POMA, ggtext, scales, DEqMS, vegan

Suggests: testthat (>= 3.0.0), knitr, rmarkdown, BiocStyle, DT