- Home
- Bioconductor 3.22
- Software Packages
- KEGGREST
KEGGREST
This is the released version of KEGGREST; for the devel version, see KEGGREST.
Client-side REST access to the Kyoto Encyclopedia of Genes and Genomes (KEGG)
Bioconductor version: Release (3.22)
A package that provides a client interface to the Kyoto Encyclopedia of Genes and Genomes (KEGG) REST API. Only for academic use by academic users belonging to academic institutions (see
Author: Dan Tenenbaum [aut], Bioconductor Package Maintainer [aut, cre], Martin Morgan [ctb], Kozo Nishida [ctb], Marcel Ramos [ctb], Kristina Riemer [ctb], Lori Shepherd [ctb], Jeremy Volkening [ctb]
Maintainer: Bioconductor Package Maintainer <maintainer at bioconductor.org>
citation("KEGGREST")):
Installation
To install this package, start R (version "4.5") 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.