|
__init__(self,
trees)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
write(self,
handle,
**kwargs)
Write this instance's trees to a file handle. |
source code
|
|
|
to_strings(self,
confidence_as_branch_length=False,
branch_length_only=False,
plain=False,
plain_newick=True,
ladderize=None,
max_confidence=1.0,
format_confidence=' %1.2f ' ,
format_branch_length=' %1.5f ' ,
support_as_branchlengths=None,
branchlengths_only=None,
max_support=None)
Return an iterable of PAUP-compatible tree lines. |
source code
|
|
|
_info_factory(self,
plain,
confidence_as_branch_length,
branch_length_only,
max_confidence,
format_confidence,
format_branch_length)
Return a function that creates a nicely formatted node tag. |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|