| Trees | Indices | Help |
|
|---|
|
|
object --+
|
BaseTree.TreeElement --+
|
PhyloElement --+
|
object --+ |
| |
BaseTree.TreeElement --+ |
| |
object --+ | |
| | |
BaseTree.TreeMixin --+ |
| |
BaseTree.Tree --+
|
Phylogeny
A phylogenetic tree.
:Parameters:
root : Clade
the root node/clade of this tree
rooted : bool
True if this tree is rooted
rerootable : bool
True if this tree is rerootable
branch_length_unit : string
unit for branch_length values on clades
name : string
identifier for this tree, not required to be unique
id : Id
unique identifier for this tree
description : string
plain-text description
date : Date
date for the root node of this tree
confidences : list
Confidence objects for this tree
clade_relations : list
CladeRelation objects
sequence_relations : list
SequenceRelation objects
properties : list
Property objects
other : list
non-phyloXML elements (type `Other`)
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
confidence Equivalent to self.confidences[0] if there is only 1 value. |
|||
|
Inherited from Inherited from |
|||
|
|||
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Create a new Phylogeny given a Tree (from Newick/Nexus or BaseTree). Keyword arguments are the usual `Phylogeny` constructor parameters. |
Create a new Phylogeny given a Newick or BaseTree Clade object. Keyword arguments are the usual `PhyloXML.Clade` constructor parameters.
|
Return this tree, a PhyloXML-compatible Phylogeny object. Overrides the `BaseTree` method.
|
Equivalent to self.confidences[0] if there is only 1 value. See also: `Clade.confidence`, `Clade.taxonomy` |
|
|||
confidenceEquivalent to self.confidences[0] if there is only 1 value. See also: `Clade.confidence`, `Clade.taxonomy`
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Feb 24 13:46:18 2012 | http://epydoc.sourceforge.net |