Help for this page

Select Code to Download


  1. or download this
    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.
    
  2. or download this
    {
          use Bio::TreeIO;
    ...
                    print "Tree is ", $tree->number_nodes, "\n";
          }
      }