Class Record
source code
Holds info from a KEGG Ligand/Compound record.
Members: entry The entry identifier. name A list of the
compund names. formula The chemical formula for the compound mass
The molecular weight for the compound pathway A list of 3-tuples:
(database, id, pathway) enzyme A list of 2-tuples: (enzyme id, role)
structures A list of 2-tuples: (database, list of struct ids) dblinks
A list of 2-tuples: (database, list of link ids)
|
|
|
__str__(self)
Returns a string representation of this Record. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|