Bioc2026 Registration Open!

pmp

Peak Matrix Processing and signal batch correction for metabolomics datasets

Bioconductor version: 3.23 · Package version: 1.24.0

Methods and tools for (pre-)processing of metabolomics datasets (i.e. peak matrices), including filtering, normalisation, missing value imputation, scaling, and signal drift and batch effect correction methods. Filtering methods are based on: the fraction of missing values (across samples or features); Relative Standard Deviation (RSD) calculated from the Quality Control (QC) samples; the blank samples. Normalisation methods include Probabilistic Quotient Normalisation (PQN) and normalisation to total signal intensity. A unified user interface for several commonly used missing value imputation algorithms is also provided. Supported methods are: k-nearest neighbours (knn), random forests (rf), Bayesian PCA missing value estimator (bpca), mean or median value of the given feature and a constant small value. The generalised logarithm (glog) transformation algorithm is available to stabilise the variance across low and high intensity mass spectral features. Finally, this package provides an implementation of the Quality Control-Robust Spline Correction (QCRSC) algorithm for signal drift and batch effect correction of mass spectrometry-based datasets.

Installation

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

BiocManager::install("pmp")

Details

MaintainerGavin Rhys Lloyd <g.r.lloyd@bham.ac.uk>
AuthorAndris Jankevics [aut], Gavin Rhys Lloyd [aut, cre], Ralf Johannes Maria Weber [aut]
LicenseGPL-3
Downloads rank377
Source branchRELEASE_3_23
biocViewsBatchEffect, MassSpectrometry, Metabolomics, QualityControl, Software

Documentation

Download

Dependencies

Depends: R (>= 4.0)

Imports: stats, impute, pcaMethods, missForest, ggplot2, methods, SummarizedExperiment, S4Vectors, matrixStats, grDevices, reshape2, utils

Suggests: testthat, covr, knitr, rmarkdown, BiocStyle, gridExtra, magick

Reverse dependencies

Suggests Me (2): metabolomicsWorkbenchR, structToolbox