biopython v1.71.0 Bio.Phylo.NewickIO.Writer
Based on the writer in Bio.Nexus.Trees (str, to_string).
Link to this section Summary
Functions
Initialize parameter for Tree Writer object
Return a function that creates a nicely formatted node tag
Convert a node tree to a Newick tree string, recursively
Return an iterable of PAUP-compatible tree lines
Write this instance’s trees to a file handle
Link to this section Functions
Link to this function
__init__()
Initialize parameter for Tree Writer object.
Link to this function
_info_factory()
Return a function that creates a nicely formatted node tag.
Link to this function
newickize()
Convert a node tree to a Newick tree string, recursively.
Link to this function
to_strings()
Return an iterable of PAUP-compatible tree lines.
Link to this function
write()
Write this instance’s trees to a file handle.