| Literature DB >> 34694386 |
Kelsey Chetnik1, Elisa Benedetti1, Daniel P Gomari2, Annalise Schweickart1, Richa Batra1, Mustafa Buyukozkan1, Zeyu Wang1, Matthias Arnold2, Jonas Zierer1, Karsten Suhre3, Jan Krumsiek1.
Abstract
This paper presents maplet, an open-source R package for the creation of highly customizable, fully reproducible statistical pipelines for metabolomics data analysis. It builds on the SummarizedExperiment data structure to create a centralized pipeline framework for storing data, analysis steps, results, and visualizations. maplet's key design feature is its modularity, which offers several advantages, such as ensuring code quality through the maintenance of individual functions and promoting collaborative development by removing technical barriers to code contribution. With over 90 functions, the package includes a wide range of functionalities, covering many widely used statistical approaches and data visualization techniques. AVAILABILITY: The maplet package is implemented in R and freely available at https://github.com/krumsieklab/maplet.Entities:
Year: 2021 PMID: 34694386 PMCID: PMC8796365 DOI: 10.1093/bioinformatics/btab741
Source DB: PubMed Journal: Bioinformatics ISSN: 1367-4803 Impact factor: 6.937
Fig. 1.maplet pipeline. All data and annotations are stored in a central Summarized Experiment container, which is passed between functions. Each function generates a result entry, containing all function-specific information as well as the results the function generated (such as statistics tables and plots)