pyEnsemblRest
All Classes Namespaces Files Functions Variables Properties
ensembl.compara.GeneTreeNode Class Reference

Node in a gene-tree. More...

+ Inheritance diagram for ensembl.compara.GeneTreeNode:

Properties

 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)""")
 
- Properties inherited from ensembl._pyrest_core.BaseObject
 server = property(fget('_server'), None, None, 'REST server that was used to fetch this object')
 

Additional Inherited Members

- Public Member Functions inherited from ensembl._pyrest_core.BaseObject
def __init__
 
def __str__
 

Detailed Description

Node in a gene-tree.

Definition at line 55 of file compara.py.

Property Documentation

ensembl.compara.GeneTreeNode.children = property(_pyrest_core.fget("_children"), None, None, """Child nodes in the gene-tree""")
static

Definition at line 59 of file compara.py.

ensembl.compara.GeneTreeNode.confidence = property(_pyrest_core.fget("_confidence"), None, None, """The confidence tags attached to a given gene-tree node""")
static

Definition at line 61 of file compara.py.

ensembl.compara.GeneTreeNode.events = property(_pyrest_core.fget("_events"), None, None, """The evolutionary event that took place at this node""")
static

Definition at line 65 of file compara.py.

ensembl.compara.GeneTreeNode.id = property(_pyrest_core.fget("_id"), None, None, """Gene identifier (only for leaves)""")
static

Definition at line 63 of file compara.py.

ensembl.compara.GeneTreeNode.sequence = property(_pyrest_core.fget("_sequence"), None, None, """GeneTreeMember (only for leaves)""")
static

Definition at line 67 of file compara.py.

ensembl.compara.GeneTreeNode.taxonomy = property(_pyrest_core.fget("_taxonomy"), None, None, """Taxonomy annotation of this node""")
static

Definition at line 57 of file compara.py.


The documentation for this class was generated from the following file: