MetNet
Inferring metabolic networks from untargeted high-resolution mass spectrometry data
Bioconductor version: 3.23 · Package version: 1.30.0
MetNet contains functionality to infer metabolic network topologies from quantitative data and high-resolution mass/charge information. Using statistical models (including correlation, mutual information, regression and Bayes statistics) and quantitative data (intensity values of features) adjacency matrices are inferred that can be combined to a consensus matrix. Mass differences calculated between mass/charge values of features will be matched against a data frame of supplied mass/charge differences referring to transformations of enzymatic activities. In a third step, the two levels of information are combined to form a adjacency matrix inferred from both quantitative and structure information.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("MetNet") Details
| Maintainer | Thomas Naake <thomasnaake@googlemail.com> |
| Author | Thomas Naake [aut, cre], Liesa Salzer [ctb], Elva Maria Novoa-del-Toro [ctb] (ORCID: <https://orcid.org/0000-0002-6135-5839>) |
| License | GPL (>= 3) |
| Downloads rank | 364 |
| Source branch | RELEASE_3_23 |
| biocViews | ImmunoOncology, MassSpectrometry, Metabolomics, Network, Regression, Software |
Documentation
Download
Dependencies
Depends: R (>= 4.1), S4Vectors (>= 0.28.1), SummarizedExperiment (>= 1.20.0)
Imports: bnlearn (>= 4.3), BiocParallel (>= 1.12.0), corpcor (>= 1.6.10), dplyr (>= 1.0.3), ggplot2 (>= 3.3.3), GeneNet (>= 1.2.15), GENIE3 (>= 1.7.0), methods (>= 4.1), parmigene (>= 1.0.2), psych (>= 2.1.6), rlang (>= 0.4.10), stabs (>= 0.6), stats (>= 4.1), tibble (>= 3.0.5), tidyr (>= 1.1.2)
Suggests: BiocGenerics (>= 0.24.0), BiocStyle (>= 2.6.1), glmnet (>= 4.1-1), igraph (>= 1.1.2), knitr (>= 1.11), rmarkdown (>= 1.15), testthat (>= 2.2.1), Spectra (>= 1.4.1), MsCoreUtils (>= 1.6.0)