Help for this page
This is the driver module for Tree reading from data streams and flatf +iles. This is intended to be able to create Bio::Tree::TreeI objects.
{ use Bio::TreeIO; ... print "Tree is ", $tree->number_nodes, "\n"; } }