genesis icon indicating copy to clipboard operation
genesis copied to clipboard

A library for working with phylogenetic and population genetic data.

Results 2 genesis issues
Sort by recently updated
recently updated
newest added

Related to #1, there could be a function for calculating the Kuhner-Felsenstein distance between two trees, as described in [Kuhner and Felsenstein, 94](http://mbe.oxfordjournals.org/content/11/3/459.full.pdf), Equation (1). ``` C++ auto distance =...

enhancement

Bipartitions are very important representations to analyse tree topologies. Maybe we can create a Bipartition Utils containing - extraction algorithms - efficient bipartition representations (Sparse BitVector Format or a [Compressed...

enhancement