biopython v1.71.0 Bio.KEGG.KGML.KGML_pathway.Relation
A relationship between to products, KOs, or protein and compound.
This describes a relationship between two products, KOs, or protein and compound, as described in release KGML v0.7.1 (http://www.kegg.jp/kegg/xml/docs/)
Attributes:
- entry1 - The first Entry object node ID defining the relation (int)
- entry2 - The second Entry object node ID defining the relation (int)
- type - The relation type
- subtypes - List of subtypes for the relation, as a list of (name, value) tuples
Link to this section Summary
Functions
Initialize the class
A useful human-readable string
Return KGML element describing the Relation
Link to this section Functions
Link to this function
__init__()
Initialize the class.
Link to this function
__str__()
A useful human-readable string.
Link to this function
element()
Return KGML element describing the Relation.