Bioconductor Code: MetaboCoreUtils (original) (raw)
# Low level functions for metabolomics data [\](https://www.repostatus.org/#active) [\](https://github.com/RforMassSpectrometry/MetaboCoreUtils/actions?query=workflow%3AR-CMD-check-bioc) [\](https://codecov.io/gh/rformassspectrometry/MetaboCoreUtils) [\](https://opensource.org/licenses/Artistic-2.0) [\](https://bioconductor.org/packages/release/bioc/html/MetaboCoreUtils.html) [\](https://bioconductor.org/packages/stats/bioc/MetaboCoreUtils/) [\](https://bioconductor.org/checkResults/release/bioc-LATEST/MetaboCoreUtils/) [\](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).