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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.