Bio::TreeIO::svggraph 1.4 review
Download
|
|
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 search tags