structToolbox
Data processing & analysis tools for Metabolomics and other omics
Bioconductor version: 3.23 · Package version: 1.24.0
An extensive set of data (pre-)processing and analysis methods and tools for metabolomics and other omics, with a strong emphasis on statistics and machine learning. This toolbox allows the user to build extensive and standardised workflows for data analysis. The methods and tools have been implemented using class-based templates provided by the struct (Statistics in R Using Class-based Templates) package. The toolbox includes pre-processing methods (e.g. signal drift and batch correction, normalisation, missing value imputation and scaling), univariate (e.g. ttest, various forms of ANOVA, Kruskal–Wallis test and more) and multivariate statistical methods (e.g. PCA and PLS, including cross-validation and permutation testing) as well as machine learning methods (e.g. Support Vector Machines). Ontology terms have been integrated to provide standardised definitions for the different methods, inputs and outputs.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("structToolbox") Details
| Maintainer | Gavin Rhys Lloyd <g.r.lloyd@bham.ac.uk> |
| Author | Gavin Rhys Lloyd [aut, cre] (ORCID: <https://orcid.org/0000-0001-7989-6695>), Ralf Johannes Maria Weber [aut] |
| License | GPL-3 |
| URL | https://github.com/computational-metabolomics/structToolbox, https://computational-metabolomics.github.io/structToolbox/ |
| Downloads rank | 306 |
| Source branch | RELEASE_3_23 |
| biocViews | Metabolomics, Software, WorkflowStep |
Documentation
Download
Dependencies
Depends: R (>= 4.0), struct (>= 1.5.1)
Imports: ggplot2, ggthemes, grid, gridExtra, httr, jsonlite, methods, scales, sp, stats, limma
Suggests: agricolae, BiocFileCache, BiocStyle, car, covr, cowplot, e1071, emmeans, ggdendro, knitr, magick, nlme, openxlsx, pls, pmp, reshape2, ropls, rmarkdown, Rtsne, testthat, rappdirs
Reverse dependencies
Suggests Me (2): metabolomicsWorkbenchR, MetMashR