Skip to content

A Bioconductor R package that can be used to import, clean, filter, prioritise, combine and otherwise "mash" together metabolite annotations from multiple sources.

Notifications You must be signed in to change notification settings

computational-metabolomics/MetMashR

Repository files navigation

Metabolite Mashing in R (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")

BioC version BioC status

About

A Bioconductor R package that can be used to import, clean, filter, prioritise, combine and otherwise "mash" together metabolite annotations from multiple sources.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages