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
Link to this section Functions
Link to this function
parse()
Iterate over the trees in a Newick file handle.
:returns: generator of Bio.Phylo.Newick.Tree objects.
Link to this function
write()
Write a trees in Newick format to the given file handle.
:returns: number of trees written.