NAME
Bio::Phylo::Trees - An object-oriented module for phylogenetic trees
SYNOPSIS
use Bio::Phylo::Trees;
my $trees = new Bio::Phylo::Trees;
DESCRIPTION
The Bio::Phylo::Trees object models a set of trees. The object subclasses the Bio::Phylo::Listable object, and so the set of trees can be filtered using the methods therein.
METHODS
CONSTRUCTOR
- new()
-
Type : Constructor Title : new Usage : my $trees = new Bio::Phylo::Trees; Function: Instantiates a Bio::Phylo::Trees object. Returns : A Bio::Phylo::Trees object. Args : none.
CONTAINER
- container
-
Type : Internal method Title : container Usage : $trees->container; Function: Returns : SCALAR Args :
- container_type
-
Type : Internal method Title : container_type Usage : $trees->container_type; Function: Returns : SCALAR Args :
AUTHOR
Rutger Vos, <rvosa@sfu.ca>
BUGS
Please report any bugs or feature requests to bug-phylo@rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Phylo. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
ACKNOWLEDGEMENTS
The author would like to thank Jason Stajich for many ideas borrowed from BioPerl http://www.bioperl.org, and CIPRES http://www.phylo.org and FAB* http://www.sfu.ca/~fabstar for comments and requests.
COPYRIGHT & LICENSE
Copyright 2005 Rutger Vos, All Rights Reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.