| KeggModuleEntry {biodbKegg} | R Documentation |
This is the entry class for KEGG Module database
biodb::BiodbEntry -> biodb::BiodbTxtEntry -> biodbKegg::KeggEntry -> KeggModuleEntry
clone()The objects of this class are cloneable with this method.
KeggModuleEntry$clone(deep = FALSE)
deepWhether to make a deep clone.
# Create an instance with default settings:
mybiodb <- biodb::newInst()
# Create a connector
conn <- mybiodb$getFactory()$createConn('kegg.module')
# Get an entry
e <- conn$getEntry('M00009')
# Terminate instance.
mybiodb$terminate()