Name Mode Size
.github 040000
R 040000
inst 040000
man-roxygen 040000
man 040000
tests 040000
vignettes 040000
.Rbuildignore 100644 0 kb
.gitignore 100644 0 kb
DESCRIPTION 100644 4 kb
NAMESPACE 100644 3 kb
NEWS.md 100644 0 kb
README.md 100644 1 kb
_pkgdown.yml 100644 5 kb
README.md
# <u>Met</u>abolite <u>Mash</u>ing in <u>R</u> (MetMashR) `MetMashR` is an R package that can be used to import, clean, filter, prioritise, combine and otherwise "mash" together metabolite annotations from multiple sources. `MetMashR` extends class templates defined by the `struct` package to wrap annotation workflow steps into modular into easy to use components. ## Installation To install this package: ``` if (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("MetMashR") ``` To install the development version: ``` if (!require("remotes", quietly = TRUE)) install.packages("remotes") remotes::install_github("computational-metabolomics/MetMashR") ``` <!-- badges: start --> [![BioC version](https://img.shields.io/badge/dynamic/yaml?url=https%3A%2F%2Fbioconductor.org%2Fconfig.yaml&query=%24.release_version&label=Bioconductor)](http://www.bioconductor.org) [![BioC status](http://www.bioconductor.org/shields/build/release/bioc/MetMasheR.svg)](https://bioconductor.org/checkResults/release/bioc-LATEST/MetMasheR) <!-- badges: end -->