Bio::Taxonomy::Tree

An Organism Level Implementation of TreeI interface.
Download

Bio::Taxonomy::Tree Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Dan Kortschak
  • Publisher web site:
  • http://search.cpan.org/~cjfields/

Bio::Taxonomy::Tree Tags


Bio::Taxonomy::Tree Description

An Organism Level Implementation of TreeI interface. Bio::Taxonomy::Tree -is an Organism Level Implementation of TreeI interface.SYNOPSIS # NB: This module is deprecated. Use Bio::Taxon in combination with # Bio::Tree::Tree instead # like from a TreeIO my $treeio = Bio::TreeIO->new(-format => 'newick', -file => 'treefile.dnd'); my $tree = $treeio->next_tree; my @nodes = $tree->get_nodes; my $root = $tree->get_root_node; my @leaves = $tree->get_leaves;This object holds handles to Taxonomic Nodes which make up a tree. Requirements: · Perl


Bio::Taxonomy::Tree Related Software