A node in the NCBI taxonomy.
More...
|
| | 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""") |
| |
| | server = property(fget('_server'), None, None, 'REST server that was used to fetch this object') |
| |
A node in the NCBI taxonomy.
Definition at line 29 of file compara.py.
| ensembl.compara.NCBITaxon.children = property(_tax_children, None, None, """Child nodes in the taxonomy""") |
|
static |
| ensembl.compara.NCBITaxon.parent = property(_tax_parent, None, None, """Parent node in the taxonomy""") |
|
static |
| ensembl.compara.NCBITaxon.tags = property(_pyrest_core.fget("_tags"), None, None, """Additionnal tags""") |
|
static |
The documentation for this class was generated from the following file: