The package can be installed with
install.packages(c("BiocManager", "remotes"))
BiocManager::install("EuracBiomedicalResearch/CompoundDb")
This package provides functionality to create and use compound databases generated from (mostly publicly) available resources such as HMDB, ChEBI and PubChem.
Contributions are welcome, but should follow certain guidelines:
- Open an issue.
- Create a new branch (internal collaborator) or fork the repository (external contributor).
- Add your code (following loosly Bioconductor's coding style.
- Ensure the package passes
R CMD build
andR CMD check
. - Make a pull request.