| KeggOrthologyEntry {biodbKegg} | R Documentation |
This is the class entry for KEGG Orthology database.
biodb::BiodbEntry -> biodb::BiodbTxtEntry -> biodbKegg::KeggEntry -> KeggOrthologyEntry
clone()The objects of this class are cloneable with this method.
KeggOrthologyEntry$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.orthology')
# Get an entry
e <- conn$getEntry('K12668')
# Terminate instance.
mybiodb$terminate()