- Home
- Bioconductor 3.16
- Software Packages
- KEGGREST
KEGGREST
This package is for version 3.16 of Bioconductor; for the stable, up-to-date release version, see KEGGREST.
Client-side REST access to the Kyoto Encyclopedia of Genes and Genomes (KEGG)
Bioconductor version: 3.16
A package that provides a client interface to the Kyoto Encyclopedia of Genes and Genomes (KEGG) REST server. Based on KEGGSOAP by J. Zhang, R. Gentleman, and Marc Carlson, and KEGG (python package) by Aurelien Mazurie.
Author: Dan Tenenbaum [aut], Jeremy Volkening [ctb], Bioconductor Package Maintainer [aut, cre]
Maintainer: Bioconductor Package Maintainer <maintainer at bioconductor.org>
citation("KEGGREST")):
Installation
To install this package, start R (version "4.2") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("KEGGREST")
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("KEGGREST")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.