- Home
- Bioconductor 3.21
- Software Packages
- qmtools
qmtools
This package is for version 3.21 of Bioconductor; for the stable, up-to-date release version, see qmtools.
Quantitative Metabolomics Data Processing Tools
Bioconductor version: 3.21
The qmtools (quantitative metabolomics tools) package provides basic tools for processing quantitative metabolomics data with the standard SummarizedExperiment class. This includes functions for imputation, normalization, feature filtering, feature clustering, dimension-reduction, and visualization to help users prepare data for statistical analysis. This package also offers a convenient way to compute empirical Bayes statistics for which metabolic features are different between two sets of study samples. Several functions in this package could also be used in other types of omics data.
Author: Jaehyun Joo [aut, cre], Blanca Himes [aut]
Maintainer: Jaehyun Joo <jaehyunjoo at outlook.com>
citation("qmtools")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("qmtools")
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("qmtools")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.