|
|
__init__(self,
root=None,
rooted=True,
rerootable=None,
branch_length_unit=None,
type=None,
name=None,
id=None,
description=None,
date=None,
confidences=None,
clade_relations=None,
sequence_relations=None,
properties=None,
other=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
Inherited from BaseTree.Tree:
__format__,
__str__,
format,
is_terminal,
root_with_outgroup
Inherited from BaseTree.TreeElement:
__repr__
Inherited from BaseTree.TreeMixin:
collapse,
collapse_all,
common_ancestor,
count_terminals,
depths,
distance,
find_any,
find_clades,
find_elements,
get_nonterminals,
get_path,
get_terminals,
is_bifurcating,
is_monophyletic,
is_parent_of,
is_preterminal,
ladderize,
prune,
split,
total_branch_length,
trace
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__sizeof__,
__subclasshook__
|