Bio::Tree::NodeNHX 1.4 review

Download
by rbytes.net on

Bio::Tree::NodeNHX is a Simple Tree Node with support for NHX tags. SYNOPSIS use Bio::Tree::NodeNHX; my $nodeA = new B

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

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 1.4 keywords