~javiljoen/phylojjeny

Miscellaneous R utilities for phylogenetics
5615dd8d — Jack Viljoen 9 years ago
clean up docs & metadata
0987a507 — Jack Viljoen 9 years ago
fix examples; build check now passes
bb753e97 — Jack Viljoen 9 years ago
rstudio project with auto-updated docs

clone

read-only
https://git.sr.ht/~javiljoen/phylojjeny
read/write
git@git.sr.ht:~javiljoen/phylojjeny

You can also use your local clone with git send-email.

#phylojjeny

#Jack and Jasper's suite of miscellaneous utilities for phylogenetics in R

A collection of helper functions inspired by and largely building on Christoph Heibl's phyloch package (http://www.christophheibl.de/Rpackages.html).

These R scripts are in the process of being rewritten for packaging with roxygen. For now, they should work but you might need to change some hard-coded function imports and paths to external programs.

The R source code is in R/ and can be built with build_package.r. Pre-compiled packages for Win, Mac, and Unices are also available in compiled/.

Examples and a vignette are forthcoming....

Tested in GNU/Linux. Should also work in OS X and probably in Windows. But note that dependencies are not currently well documented.

PS. Two shell scripts (nex2nwk and rm_node_annotations.py) are also included (in bin/). These can be copied or symlinked into, e.g., $HOME/bin/ for convenient use. You may need to chmod +x them, and the first one probably won't work on Windows as written.