Rutger Vos > Bio-Phylo-0.17_RC6 > Bio::Phylo::Matrices

Download:
Bio-Phylo-0.17_RC6.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  1
Open  1
View Bugs
Report a bug
Source   Latest Release: Bio-Phylo-0.17_RC9

NAME ^

Bio::Phylo::Matrices - Holds a set of matrix objects.

SYNOPSIS ^

 use Bio::Phylo::Matrices;
 use Bio::Phylo::Matrices::Matrix;

 my $matrices = Bio::Phylo::Matrices->new;
 my $matrix   = Bio::Phylo::Matrices::Matrix->new;

 $matrices->insert($matrix);

DESCRIPTION ^

The Bio::Phylo::Matrices object models a set of matrices. It inherits from the Bio::Phylo::Listable object, and so the filtering methods of that object are available to apply to a set of matrices.

METHODS ^

CONSTRUCTOR

new()

Matrices constructor.

 Type    : Constructor
 Title   : new
 Usage   : my $matrices = Bio::Phylo::Matrices->new;
 Function: Initializes a Bio::Phylo::Matrices object.
 Returns : A Bio::Phylo::Matrices object.
 Args    : None required.

SEE ALSO ^

Bio::Phylo::Listable

The Bio::Phylo::Matrices object inherits from the Bio::Phylo::Listable object. Look there for more methods applicable to the matrices object.

Bio::Phylo::Manual

Also see the manual: Bio::Phylo::Manual.

REVISION ^

 $Id: Matrices.pm 4234 2007-07-17 13:41:02Z rvosa $