| Trees | Indices | Help |
|---|
|
|
1 # Copyright (C) 2009 by Eric Talevich (eric.talevich@gmail.com)
2 # This code is part of the Biopython distribution and governed by its
3 # license. Please see the LICENSE file that should have been included
4 # as part of this package.
5
6 """Package for working with phylogenetic trees.
7
8 See also: U{ http://biopython.org/wiki/Phylo }
9 """
10 __docformat__ = "epytext en"
11
12 from Bio.Phylo._io import parse, read, write, convert
13 from Bio.Phylo._utils import (draw_ascii, draw_graphviz, to_networkx)
14
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri Nov 26 16:19:59 2010 | http://epydoc.sourceforge.net |