batchCorr
Within And Between Batch Correction Of LC-MS Metabolomics Data
Bioconductor version: 3.23 · Package version: 1.2.0
From the perspective of metabolites as the continuation of the central dogma of biology, metabolomics provides the closest link to many phenotypes of interest. This makes metabolomics research promising in teasing apart the complexities of living systems. However, due to experimental reasons, the data includes non-biological variation which limits quality and reproducibility, especially if the data is obtained from several batches. The batchCorr package reduces unwanted variation by way of between-batch alignment, within-batch drift correction and between-batch normalization using batch-specific quality control samples and long-term reference QC samples. Please see the associated article for more thorough descriptions of algorithms.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("batchCorr") Details
| Maintainer | Anton Ribbenstedt <parasitetwin@gmail.com> |
| Author | Anton Ribbenstedt [cre] (ORCID: <https://orcid.org/0000-0002-9985-5644>), Carl Brunius [aut] (ORCID: <https://orcid.org/0000-0003-3957-870X>), Vilhelm Suksi [aut] |
| License | GPL-2 |
| URL | https://github.com/MetaboComp/batchCorr |
| Bug Reports | https://github.com/MetaboComp/batchCorr/issues |
| Downloads rank | 147 |
| Source branch | RELEASE_3_23 |
| biocViews | BatchEffect, BiomedicalInformatics, MassSpectrometry, Metabolomics, Normalization, QualityControl, Software |
Documentation
Download
Dependencies
Depends: R (>= 4.4.0), SummarizedExperiment
Imports: reshape, mclust, BiocParallel, methods
Reverse dependencies
Suggests Me (1): notameViz