Bio::Tree::Tree 1.4 review

Download
by rbytes.net on

License: Perl Artistic License
File size: 4788K
Developer: Jason Stajich
0 stars award from rbytes.net

Bio::Tree::Tree is an implementation of TreeI interface.

SYNOPSIS

# like from a TreeIO
my $treeio = new Bio::TreeIO(-format => 'newick', -file => 'treefile.dnd');
my $tree = $treeio->next_tree;
my @nodes = $tree->get_nodes;
my $root = $tree->get_root_node;

This object holds handles to Nodes which make up a tree.

Requirements:
Perl

Bio::Tree::Tree 1.4 keywords