KEGGemUP
This is the development version of KEGGemUP; to use it, please install the devel version of Bioconductor.
Creating, Rendering, and Mapping Omics Data on KEGG Pathway Graphs
Bioconductor version: Development (3.24)
KEGGemUP retrieves and renders interactively KEGG pathway graphs. The retrieval makes full use of the caching functionality to avoid unnecessary download processes. The interactivity of the graph is warranted via the visNetwork interface to the vis.js library, fully supporting bindings to be used in Shiny for further operations.
Author: Edoardo Filippi [aut]
, Myriam Meineck [ctb]
, Paul Classen [ctb]
, Julia Weinmann-Menke [fnd]
, Federico Marini [aut, cre]
Maintainer: Federico Marini <marinif at uni-mainz.de>
citation("KEGGemUP")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("KEGGemUP")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("KEGGemUP")
| The KEGGemUP User's Guide | HTML | R Script |
| Reference Manual | ||
| NEWS | Text | |
| LICENSE | Text |
Details
| biocViews | DifferentialExpression, GraphAndNetwork, KEGG, Metabolomics, Network, Pathways, Proteomics, Software, SystemsBiology, Transcriptomics, Visualization |
| Version | 0.99.1 |
| In Bioconductor since | BioC 3.24 (R-4.6) |
| License | MIT + file LICENSE |
| Depends | R (>= 4.6.0) |
| Imports | BiocFileCache, httr2, ggplot2, rlang, methods, igraph, scales, KEGGREST, visNetwork, RColorBrewer, htmlwidgets, xml2, grDevices, stats, tools, utils |
| System Requirements | |
| URL | https://github.com/imbeimainz/KEGGemUP |
| Bug Reports | https://github.com/imbeimainz/KEGGemUP/issues |
See More
| Suggests | knitr, rmarkdown, BiocStyle, testthat (>= 3.0.0) |
| Linking To | |
| Enhances | |
| Depends On Me | |
| Imports Me | |
| Suggests Me | |
| Links To Me | |
| Build Report | Build Report |
Package Archives
Follow Installation instructions to use this package in your R session.
| Source Package | KEGGemUP_0.99.1.tar.gz |
| Windows Binary (x86_64) | |
| macOS Binary (big-sur-x86_64) | |
| macOS Binary (sonoma-arm64) | KEGGemUP_0.99.1.tgz |
| Source Repository | git clone https://git.bioconductor.org/packages/KEGGemUP |
| Source Repository (Developer Access) | git clone git@git.bioconductor.org:packages/KEGGemUP |
| Bioc Package Browser | https://code.bioconductor.org/browse/KEGGemUP/ |
| Package Short Url | https://bioconductor.org/packages/KEGGemUP/ |
| Package Downloads Report | Download Stats |