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