biopython v1.71.0 Bio.Phylo.NewickIO

I/O function wrappers for the Newick file format.

See: http://evolution.genetics.washington.edu/phylip/newick_doc.html

Link to this section Summary

Functions

Iterate over the trees in a Newick file handle

Write a trees in Newick format to the given file handle

Link to this section Functions

Iterate over the trees in a Newick file handle.

:returns: generator of Bio.Phylo.Newick.Tree objects.

Write a trees in Newick format to the given file handle.

:returns: number of trees written.