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
| Maintainer | Gavin Rhys Lloyd <g.r.lloyd@bham.ac.uk> |
| Author | Andris Jankevics [aut], Gavin Rhys Lloyd [aut, cre], Ralf Johannes Maria Weber [aut] |
| License | GPL-3 |
| Downloads rank | 377 |
| Source branch | RELEASE_3_23 |
| biocViews | BatchEffect, MassSpectrometry, Metabolomics, QualityControl, Software |
Documentation
- Peak Matrix Processing for metabolomics datasets
- Signal drift and batch effect correction and mass spectral quality assessment
- Signal drift and batch effect correction for mass spectrometry
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