gatom
Finding an Active Metabolic Module in Atom Transition Network
Bioconductor version: 3.23 · Package version: 1.10.2
This package implements a metabolic network analysis pipeline to identify an active metabolic module based on high throughput data. The pipeline takes as input transcriptional and/or metabolic data and finds a metabolic subnetwork (module) most regulated between the two conditions of interest. The package further provides functions for module post-processing, annotation and visualization.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("gatom") Details
| Maintainer | Alexey Sergushichev <alsergbox@gmail.com> |
| Author | Anastasiia Gainullina [aut], Mariia Emelianova [aut], Alexey Sergushichev [aut, cre] |
| License | MIT + file LICENCE |
| URL | https://github.com/ctlab/gatom/ |
| Bug Reports | https://github.com/ctlab/gatom/issues |
| Downloads rank | 242 |
| Source branch | RELEASE_3_23 |
| biocViews | DifferentialExpression, GeneExpression, Network, Pathways, Software |
Documentation
Download
Dependencies
Depends: R (>= 4.3.0)
Imports: data.table, igraph, BioNet, plyr, methods, XML, sna, intergraph, network, ggnetwork, scales, grid, ggplot2, mwcsr, htmlwidgets, htmltools, shinyCyJS (>= 1.0.0)
Suggests: testthat, knitr, rmarkdown, KEGGREST (>= 1.52.2), AnnotationDbi, org.Mm.eg.db, reactome.db, fgsea, readr, BiocStyle, R.utils