ExpasyEnzymeEntry | R Documentation |
Entry class for Expasy ENZYME database.
biodb::BiodbEntry
-> biodb::BiodbTxtEntry
-> ExpasyEnzymeEntry
clone()
The objects of this class are cloneable with this method.
ExpasyEnzymeEntry$clone(deep = FALSE)
deep
Whether to make a deep clone.
BiodbTxtEntry
.
# Create an instance with default settings: mybiodb <- biodb::newInst() # Get a connector that inherits from ExpasyEnzymeConn: conn <- mybiodb$getFactory()$createConn('expasy.enzyme') # Get the first entry e <- conn$getEntry('1.1.1.1') # Terminate instance. mybiodb$terminate()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.