- Home
- Bioconductor 3.19
- Software Packages
- CompoundDb
CompoundDb
This package is for version 3.19 of Bioconductor; for the stable, up-to-date release version, see CompoundDb.
Creating and Using (Chemical) Compound Annotation Databases
Bioconductor version: 3.19
CompoundDb provides functionality to create and use (chemical) compound annotation databases from a variety of different sources such as LipidMaps, HMDB, ChEBI or MassBank. The database format allows to store in addition MS/MS spectra along with compound information. The package provides also a backend for Bioconductor's Spectra package and allows thus to match experimetal MS/MS spectra against MS/MS spectra in the database. Databases can be stored in SQLite format and are thus portable.
Author: Jan Stanstrup [aut] , Johannes Rainer [aut, cre] , Josep M. Badia [ctb] , Roger Gine [aut] , Andrea Vicini [aut]
Maintainer: Johannes Rainer <johannes.rainer at eurac.edu>
citation("CompoundDb")):
Installation
To install this package, start R (version "4.4") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("CompoundDb")
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("CompoundDb")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.