Entering edit mode
3.2 years ago
Hongjin
•
0
Dose anyone know if there is a python package for Kendall-Colijn distances between phylogenetic trees? Thanks
Dose anyone know if there is a python package for Kendall-Colijn distances between phylogenetic trees? Thanks
I wrote a python script for calculating Kendall-Colijn distance. Maybe it will not help Hongjin, but since this is the first site from Google so I write this answer hoping it will help others in the future. Here is the link: Github link
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
ETE3 toolkit can calculate tree distances, though not exactly the one you want.
Thanks! I am using ETE3. Unfortunately it only support unweighted Robinson-Foulds distance. I need weighted Robinson-Foulds distance and Kendall-Colijn distance. ETE3 can not do this. Although I find some R packages meet part of the demanding. But python packages is preferred!