Node in a gene-tree.  
 More...
|  | 
|  | taxonomy = property(_pyrest_core.fget("_taxonomy"), None, None, """Taxonomy annotation of this node""") | 
|  | 
|  | children = property(_pyrest_core.fget("_children"), None, None, """Child nodes in the gene-tree""") | 
|  | 
|  | confidence = property(_pyrest_core.fget("_confidence"), None, None, """The confidence tags attached to a given gene-tree node""") | 
|  | 
|  | id = property(_pyrest_core.fget("_id"), None, None, """Gene identifier (only for leaves)""") | 
|  | 
|  | events = property(_pyrest_core.fget("_events"), None, None, """The evolutionary event that took place at this node""") | 
|  | 
|  | sequence = property(_pyrest_core.fget("_sequence"), None, None, """GeneTreeMember (only for leaves)""") | 
|  | 
|  | server = property(fget('_server'), None, None, 'REST server that was used to fetch this object') | 
|  | 
Node in a gene-tree. 
Definition at line 55 of file compara.py.
  
  | 
        
          | ensembl.compara.GeneTreeNode.children = property(_pyrest_core.fget("_children"), None, None, """Child nodes in the gene-tree""") |  | static | 
 
 
  
  | 
        
          | ensembl.compara.GeneTreeNode.confidence = property(_pyrest_core.fget("_confidence"), None, None, """The confidence tags attached to a given gene-tree node""") |  | static | 
 
 
  
  | 
        
          | ensembl.compara.GeneTreeNode.events = property(_pyrest_core.fget("_events"), None, None, """The evolutionary event that took place at this node""") |  | static | 
 
 
  
  | 
        
          | ensembl.compara.GeneTreeNode.id = property(_pyrest_core.fget("_id"), None, None, """Gene identifier (only for leaves)""") |  | static | 
 
 
  
  | 
        
          | ensembl.compara.GeneTreeNode.sequence = property(_pyrest_core.fget("_sequence"), None, None, """GeneTreeMember (only for leaves)""") |  | static | 
 
 
  
  | 
        
          | ensembl.compara.GeneTreeNode.taxonomy = property(_pyrest_core.fget("_taxonomy"), None, None, """Taxonomy annotation of this node""") |  | static | 
 
 
The documentation for this class was generated from the following file: