NAME

Bio::Gonzales::Phylo::Dendroscope - Color phylogenetic trees in Dendroscope format

SYNOPSIS

    use Bio::Gonzales::Phylo::Dendroscope;

    my $file = "/path/to/dendroscope.tree";
    my $v->Bio::Gonzales::Phylo::Dendroscope(file => $file);
    
    $v->color_by_groups( $newfile, [ [ node_label1, node_label3, node_label5], [node_label2, node_label22, node_label51] ]);

DESCRIPTION

    Colors node labels of phylogenetic trees in Dendroscope file format

METHODS

$v->color_by_groups($newfile, $groups)

Colors the labels given in $groups and saves the resulting tree in $newfile. See SYNOPSIS for structure of $groups.

SEE ALSO

AUTHOR

jw bargsten, <joachim.bargsten at wur.nl>