KeggReactionEntry | R Documentation |
This is the entry class for KEGG Reation database.
biodb::BiodbEntry
-> biodb::BiodbTxtEntry
-> biodbKegg::KeggEntry
-> KeggReactionEntry
biodb::BiodbEntry$appendFieldValue()
biodb::BiodbEntry$cloneInstance()
biodb::BiodbEntry$computeFields()
biodb::BiodbEntry$fieldHasBasicClass()
biodb::BiodbEntry$getBiodb()
biodb::BiodbEntry$getDbClass()
biodb::BiodbEntry$getField()
biodb::BiodbEntry$getFieldCardinality()
biodb::BiodbEntry$getFieldClass()
biodb::BiodbEntry$getFieldDef()
biodb::BiodbEntry$getFieldNames()
biodb::BiodbEntry$getFieldValue()
biodb::BiodbEntry$getFieldsAsDataframe()
biodb::BiodbEntry$getFieldsAsJson()
biodb::BiodbEntry$getFieldsByType()
biodb::BiodbEntry$getId()
biodb::BiodbEntry$getName()
biodb::BiodbEntry$getParent()
biodb::BiodbEntry$hasField()
biodb::BiodbEntry$isNew()
biodb::BiodbEntry$makesRefToEntry()
biodb::BiodbEntry$parentIsAConnector()
biodb::BiodbEntry$parseContent()
biodb::BiodbEntry$print()
biodb::BiodbEntry$removeField()
biodb::BiodbEntry$setField()
biodb::BiodbEntry$setFieldValue()
biodb::BiodbTxtEntry$initialize()
clone()
The objects of this class are cloneable with this method.
KeggReactionEntry$clone(deep = FALSE)
deep
Whether to make a deep clone.
# Create an instance with default settings: mybiodb <- biodb::newInst() # Create a connector conn <- mybiodb$getFactory()$createConn('kegg.reaction') # Get an entry e <- conn$getEntry('R00105') # Terminate instance. mybiodb$terminate()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.