Data Integrator (Python API)
|
Definition of Gene Ontology node content. More...
Classes | |
class | CGOGraphNode |
Storage class for semantic similarity specific data. More... | |
Variables | |
GONoneNode = CGOGraphNode(None, None); | |
Empty node. More... | |
Definition of Gene Ontology node content.
A container that represents a GO graph node. It is used as a reference in the derived GO graph classes and is the basic element for communication between GO graphs and computational modules.
cls.GOGraphNode.GONoneNode = CGOGraphNode(None, None); |
Empty node.