Skip to content

islamismailov/ranked_gene_trees

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Ranked gene tree topologies probability computation

This is a polynomial-time algorithm implementation for computing probabilities of ranked gene tree topologies given species trees. Ranked gene tree probabilities could be used to infer species trees, although inferring species trees is beyond the scope of the project. The idea is to consider ranked gene tree topologies, where we distinguish the relative order of times of nodes on gene trees, but not the real-valued branch lengths.

This project provides an efficient implementation of polynomial time algorithm to calculate the probability of a ranked gene tree topology for a given species tree.

You will need to install GMP and MPFR to use this code (apt-get install libgmp-dev libmpfr-dev)

About

probabilities of ranked gene tree topologies in species trees

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages