| ChebiEntry | R Documentation |
This is the entry class for ChEBI database.
biodb::BiodbEntry -> biodb::BiodbXmlEntry -> ChebiEntry
clone()The objects of this class are cloneable with this method.
ChebiEntry$clone(deep = FALSE)
deepWhether to make a deep clone.
# Create an instance with default settings:
mybiodb <- biodb::newInst()
# Create a connector to ChEBI
conn <- mybiodb$getFactory()$createConn('chebi')
# Get an entry
e <- conn$getEntry('15440')
# Terminate instance.
mybiodb$terminate()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.