![]() |
![]()
| ![]() |
![]()
NAMEBio::PhyloRole - Extra behaviours for the base class SYNOPSIS# Actually, you would almost never use this module directly. This is # the base class for other modules. use Bio::Phylo; # sets global verbosity to 'error' Bio::Phylo->VERBOSE( -level => Bio::Phylo::Util::Logger::ERROR ); # sets verbosity for forest ojects to 'debug' Bio::Phylo->VERBOSE( -level => Bio::Phylo::Util::Logger::DEBUG, -class => 'Bio::Phylo::Forest' ); # prints version, including SVN revision number print Bio::Phylo->VERSION; # prints suggested citation print Bio::Phylo->CITATION; DESCRIPTIONThis is the base class for the Bio::Phylo package for phylogenetic analysis using object-oriented perl5. In this file, methods are defined that are performed by other objects in the Bio::Phylo release that inherit from this base class (which you normally wouldn't use directly). For general information on how to use Bio::Phylo, consult the manual (Bio::Phylo::Manual). If you come here because you are trying to debug a problem you run into in using Bio::Phylo, you may be interested in the "exceptions" system as discussed in Bio::Phylo::Util::Exceptions. In addition, you may find the logging system in Bio::Phylo::Util::Logger of use to localize problems. METHODSACCESSORS
PACKAGE METHODS
SEE ALSOThere is a mailing list at <https://groups.google.com/forum/#!forum/bio-phylo> for any user or developer questions and discussions. Also see the manual: Bio::Phylo::Manual and <http://rutgervos.blogspot.com> CITATIONIf you use Bio::Phylo in published research, please cite it: Rutger A Vos, Jason Caravas, Klaas Hartmann, Mark A Jensen and Chase Miller, 2011. Bio::Phylo - phyloinformatic analysis using Perl. BMC Bioinformatics 12:63. <http://dx.doi.org/10.1186/1471-2105-12-63>
|