|
Project Information
Members
Featured
Downloads
|
TreeSample IntroductionThis package contains evolutionary models of speciation for phylogenetic trees and algorithms for sampling from these models. The initial set of algorithms available in this package corresponds to those in: Sampling trees from evolutionary models The project consists of (i) a Perl package called Bio::Phylo::EvolutionaryModels and (ii) a GUI for this called TreeSample. TreeSample GUIThe TreeSample GUI provides a graphical interface allowing you to sample trees from several inbuilt models or your own specified Newick trees. Windows InstallationWindows users can download a self-contained executable from the Downloads tab. Download the executable and save it somewhere convenient (eg. your desktop). To run TreeSample simply run (double-click) this executable, it may take a little while to start. Platform independent InstallationUsers of other operating systems must install the Bio::Phylo::EvolutionaryModels package which includes TreeSample (see below). In addition to the prerequisites for Bio::Phylo::EvolutionaryModels (see below) the package wxPerl must also be installed. To run the GUI simply run TreeSample.pl (eg. run perl TreeSample.pl in the installed location) Bio::Phylo::EvolutionaryModelsBio::Phylo::EvolutionaryModels is a Perl package that permits you to sample phylogenetic trees from either (i) several pre-defined models of speciation or (ii) your own speciation model. Extensive documentation and examples are included in the source code. Platform Independent InstallationUltimately this should be a part of the Perl Bio::Phylo package and should install automatically with this. In the interim:
Related ProjectsSome of the algorithms developed here are also available as: |