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
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)
Methods
|
|
__init__
__str__
_dblinks
_entry
_enzyme
_formula
_name
_pathway
_structures
|
|
__init__
|
__init__ ( self )
__init___(self)
Create a new Record.
|
|
__str__
|
__str__ ( self )
__str__(self)
Returns a string representation of this Record.
|
|
_dblinks
|
_dblinks ( self )
|
|
_entry
|
_entry ( self )
|
|
_enzyme
|
_enzyme ( self )
|
|
_formula
|
_formula ( self )
|
|
_name
|
_name ( self )
|
|
_pathway
|
_pathway ( self )
|
|
_structures
|
_structures ( self )
|
|