next up previous contents
Next: Branch lengths Up: Phylogenetic trees Previous: Unrooted phylogenies   Contents


String representation of a tree

All trees used by the programs follow the newick standard though the grammar in PHASE is more limited. The newick format uses the recursive definition of a tree to represent phylogenies in a computer readable form with nested parentheses. The tree in figure 2.1 can be written:

\begin{displaymath}
(Outgroup,gorilla,(human,chimpanzee));
\end{displaymath}

However one must be aware that this representation is not unique, the following one works as well:

\begin{displaymath}
(human,(Outgroup,gorilla),chimpanzee));
\end{displaymath}

Sometimes, when an outgroup was provided, the rooted representation is used in PHASE:

\begin{displaymath}
(Outgroup,(gorilla,(human,chimpanzee)))
\end{displaymath}



Gowri-Shankar Vivek 2003-04-24