PhyloTree Documentation
=======================

PhlyoTree is a simple and useful module to help quickly view and create
phylogenetic trees from existing tree files.

Example
-------

Draw a newick formatted tree
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. code:: python

    from OrthoEvol.Orthologs.Phylogenetics.PhyloTree import TreeViz

    TreeViz(path2tree='path/to/newick/tree', treeformat='newick')

Notes
-----

THIS MODULE IS UNDER DEVELOPMENT!!!!
