1 unstable release
0.0.1 | Nov 17, 2021 |
---|
#11 in #phylogenetic
26KB
508 lines
Rust-Phylogeny, a Rust library for phylogenetic trees
Currently this library provides three algorithms:
- UPGMA and Nieghbor-Joining for constructing a phylogeny from a distance matrix.
- Robinson-Foulds metric for computing a distance between to phylogenetic trees.
Documentation is at https://docs.rs/phylogeny.
This package is inspired by rust-bio, which you should also check out.
This package is not stable.
License
Licensed under the MIT license http://opensource.org/licenses/MIT. This project may not be copied, modified, or distributed except according to those terms.
Dependencies
~4MB
~75K SLoC