Name Mode Size
..
figures 040000
addElements.Rd 100644 1 kb
adductFormula.Rd 100644 2 kb
adductNames.Rd 100644 1 kb
calculateKendrickMass.Rd 100644 3 kb
calculateMass.Rd 100644 1 kb
containsElements.Rd 100644 1 kb
convertMtime.Rd 100644 2 kb
correctRindex.Rd 100644 1 kb
countElements.Rd 100644 1 kb
formula2mz.Rd 100644 2 kb
indexRtime.Rd 100644 1 kb
internalStandardMixNames.Rd 100644 1 kb
internalStandards.Rd 100644 2 kb
isotopicSubstitutionMatrix.Rd 100644 3 kb
isotopologues.Rd 100644 5 kb
mass2mz.Rd 100644 2 kb
mclosest.Rd 100644 3 kb
multiplyElements.Rd 100644 1 kb
mz2mass.Rd 100644 2 kb
pasteElements.Rd 100644 1 kb
standardizeFormula.Rd 100644 1 kb
subtractElements.Rd 100644 1 kb
README.md
# Low level functions for metabolomics data [![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) [![R-CMD-check-bioc](https://github.com/RforMassSpectrometry/MetaboCoreUtils/workflows/R-CMD-check-bioc/badge.svg)](https://github.com/RforMassSpectrometry/MetaboCoreUtils/actions?query=workflow%3AR-CMD-check-bioc) [![codecov](https://codecov.io/gh/rformassspectrometry/MetaboCoreUtils/branch/main/graph/badge.svg?token=bNwqkn4PKd)](https://codecov.io/gh/rformassspectrometry/MetaboCoreUtils) [![license](https://img.shields.io/badge/license-Artistic--2.0-brightgreen.svg)](https://opensource.org/licenses/Artistic-2.0) [![years in bioc](http://bioconductor.org/shields/years-in-bioc/MetaboCoreUtils.svg)](https://bioconductor.org/packages/release/bioc/html/MetaboCoreUtils.html) [![Ranking by downloads](http://bioconductor.org/shields/downloads/release/MetaboCoreUtils.svg)](https://bioconductor.org/packages/stats/bioc/MetaboCoreUtils/) [![build release](http://bioconductor.org/shields/build/release/bioc/MetaboCoreUtils.svg)](https://bioconductor.org/checkResults/release/bioc-LATEST/MetaboCoreUtils/) [![build devel](http://bioconductor.org/shields/build/devel/bioc/MetaboCoreUtils.svg)](https://bioconductor.org/checkResults/devel/bioc-LATEST/MetaboCoreUtils/) `MetaboCoreUtils` defines metabolomics-related core functionality which is provided as low-level functions to allow a data structure-independent usage across various R packages. For more information see the package [homepage](https://rformassspectrometry.github.io/MetaboCoreUtils). # Installation The package can be installed with ```r install.packages("BiocManager") BiocManager::install("MetaboCoreUtils") ``` # Contributions Contributions are highly welcome and should follow the [contribution guidelines](https://rformassspectrometry.github.io/RforMassSpectrometry/articles/RforMassSpectrometry.html#contributions). Also, please check the coding style guidelines in the [RforMassSpectrometry vignette](https://rformassspectrometry.github.io/RforMassSpectrometry/articles/RforMassSpectrometry.html).