Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/muntashirakon/phpphylogenetictrees

A simple PHP library to build phylogenic trees from distance matrix
https://github.com/muntashirakon/phpphylogenetictrees

distance-matrix nj php-library phylogenetic-trees upgma

Last synced: 30 days ago
JSON representation

A simple PHP library to build phylogenic trees from distance matrix

Awesome Lists containing this project

README

        

# 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