Bio::TreeIO::svggraph 1.4 review

Download
by rbytes.net on

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

Bio::TreeIO::svggraph is a simple output format that converts a Tree object to an SVG output.

SYNOPSIS

use Bio::TreeIO;
my $in = new Bio::TreeIO(-file => 'input', -format => 'newick');
my $out = new Bio::TreeIO(-file => '>output', -format => 'svggraph');

while( my $tree = $in->next_tree ) {
my $svg_xml = $out->write_tree($tree);
}

This outputs a tree as an SVG graphic using the SVG::Graph API[

Requirements:
Perl

Bio::TreeIO::svggraph 1.4 keywords