Bio::Tree::NodeNHX

Bio::Tree::NodeNHX is a Simple Tree Node with support for NHX tags.
Download

Bio::Tree::NodeNHX Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Aaron Mackey
  • Publisher web site:
  • http://search.cpan.org/~birney/bioperl-1.4/Bio/Tree/NodeNHX.pm

Bio::Tree::NodeNHX Tags


Bio::Tree::NodeNHX Description

Bio::Tree::NodeNHX is a Simple Tree Node with support for NHX tags. Bio::Tree::NodeNHX is a Simple Tree Node with support for NHX tags.SYNOPSIS use Bio::Tree::NodeNHX; my $nodeA = new Bio::Tree::NodeNHX(); my $nodeL = new Bio::Tree::NodeNHX(); my $nodeR = new Bio::Tree::NodeNHX(); my $node = new Bio::Tree::NodeNHX(); $node->add_Descendents($nodeL); $node->add_Descendents($nodeR); print "node is not a leaf n" if( $node->is_leaf);Makes a Tree Node with NHX tags, suitable for building a Tree. See Bio::Tree::Node for a full list of functionality. Requirements: · Perl


Bio::Tree::NodeNHX Related Software