Data Integrator (Python API)
Classes | Variables
cls.GOGraphNode Namespace Reference

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...
 

Detailed Description

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.

Author
Chris X. Weichenberger
Date
2014-05-20

Variable Documentation

◆ GONoneNode

cls.GOGraphNode.GONoneNode = CGOGraphNode(None, None);

Empty node.