- Home
- Bioconductor 3.23
- Software Packages
- biodbChebi (development version)
biodbChebi
This is the development version of biodbChebi; for the stable release version, see biodbChebi.
biodbChebi, a library for connecting to the ChEBI Database
Bioconductor version: Development (3.23)
The biodbChebi library provides access to the ChEBI Database, using biodb package framework. It allows to retrieve entries by their accession number. Web services can be accessed for searching the database by name, mass or other fields.
Author: Pierrick Roger [aut, cre] ORCID iD ORCID: 0000-0001-8177-4873
Maintainer: Pierrick Roger <pierrick.roger at cea.fr>
citation("biodbChebi")):
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("biodbChebi")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.