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