An R package for accessing Expasy ENZYME database, based on R package/framework biodb.
This package is an extension of biodb that implements a connector to Expasy ENZYME database.
Install the latest version of this package by running the following commands:
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install('biodbExpasy')
To instantiate a connector to Expasy ENZYME database., run:
mybiodb <- biodb::newInst()
conn <- mybiodb$getFactory()$createConn('expasy.enzyme')
mybiodb$terminate()
To get documentation on the implemented connector, run the following command in R:
?biodbExpasy::ExpasyEnzymeConn
- Bairoch A. The ENZYME database in 2000. Nucleic Acids Res 28:304-305(2000), https://enzyme.expasy.org/data/enz00.pdf.