Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 561 Bytes

Readme.md

File metadata and controls

19 lines (13 loc) · 561 Bytes

PHPPhylogeneticTrees

A simple PHP library to build phylogenetic trees from distance matrix.

This library is converted from Match7, a small tool written using Java by the Royal Veterinary and Agricultural University, Copenhagen, Denmark.

Requirements

PHP 5.4.0 or later

Installation

Download the repo and include the autoload.php to your project files

Examples

Examples are in the Examples directory.

NOTE: Use only UPGMATree and NJTree classes if you're not going to use the TreeGenerator class.

License

MIT License