- Home
- Bioconductor 3.23
- Software Packages
- PRONE (development version)
PRONE
This is the development version of PRONE; for the stable release version, see PRONE.
The PROteomics Normalization Evaluator
Bioconductor version: Development (3.23)
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.
Author: Lis Arend [aut, cre] ORCID iD ORCID: 0000-0001-7990-8385
Maintainer: Lis Arend <lis.arend at tum.de>
citation("PRONE")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("PRONE")
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("PRONE")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.