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