mcveanlab / treeseq-inference

Work for the tree sequence inference paper.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Kendall-Colijn stat to tree metrics

hyanwong opened this issue · comments

Done, mainly in 4dd5a54. At the moment the treescape version on holly is my modified copy from https://github.com/hyanwong/treescape which removes the dependency on rgl and the X11 windowing system (see thibautjombart/treescape#69)

Now been fixed at source, so it should be possible from within your version of R to install the treescape package from github. Fire up R and simply type

library(devtools)
install_github("thibautjombart/treescape")