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

A node in the NCBI taxonomy. More...

+ Inheritance diagram for ensembl.compara.NCBITaxon:

Properties

 parent = property(_tax_parent, None, None, """Parent node in the taxonomy""")
 
 children = property(_tax_children, None, None, """Child nodes in the taxonomy""")
 
 tags = property(_pyrest_core.fget("_tags"), None, None, """Additionnal tags""")
 
- 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

A node in the NCBI taxonomy.

Definition at line 29 of file compara.py.

Property Documentation

ensembl.compara.NCBITaxon.children = property(_tax_children, None, None, """Child nodes in the taxonomy""")
static

Definition at line 33 of file compara.py.

ensembl.compara.NCBITaxon.parent = property(_tax_parent, None, None, """Parent node in the taxonomy""")
static

Definition at line 31 of file compara.py.

ensembl.compara.NCBITaxon.tags = property(_pyrest_core.fget("_tags"), None, None, """Additionnal tags""")
static

Definition at line 35 of file compara.py.


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