[Bioperl-l] bootstrap values in cladogram
Alexander Donath
alex at bioinf.uni-leipzig.de
Tue Mar 9 18:00:01 UTC 2010
Hi,
using Bioperl 1.6.1, I'm reading a newick tree with branch lengths and
bootstrap values and try to plot the tree as cladogram. But somehow I
cannot print the bootstrap values.
Short example:
test.nwk
((seq_1:0.18484,seq_3:0.23183):0.17826[879],seq_2:0.36341,seq_4:0.30326);
<code snippet>
[..]
use Bio::TreeIO;
use Bio::Tree::Draw::Cladogram;
[..]
my $trees = Bio::TreeIO->new( -file => "test.nwk",
-format => 'newick');
my $tree = $trees->next_tree();
[..]
my $out = Bio::Tree::Draw::Cladogram->new( -bootstrap => 1,
-tree => $tree,
-compact => 0);
$out->print(-file => "test.eps");
</code snippet>
I already tried it by copying the bootstrap values into the ids of the
internal nodes - nothing. Any suggestions?
Thanks,
Alex
---
By the time you've read this, you've already read it!
More information about the Bioperl-l
mailing list