This is the homepage of TransPhylo, a software package for the Bayesian inference of infectious disease transmission from a phylogeny. The input is a dated phylogeny, where leaves correspond to pathogens isolated from the infected hosts. The main output is a transmission tree which indicates who infected whom. Such reconstruction can be achieved by colouring the branches of the phylogeny using a separate colour for each host, and such that the subtree coloured in a given colour represents the evolution happening within the corresponding host. Changes of colours on branches therefore correspond to transmission events from one host to another.
A more formal description of the statistical methodology underpinning TransPhylo has been published in 2014 in the scientific journal Molecular Biology and Evolution. This article is entitled Bayesian inference of infectious disease transmission from whole genome sequence data and was authored by Xavier Didelot from Imperial College London, Jennifer Gardy from the University of British Columbia and Caroline Colijn from Imperial College London.
You can download the Matlab source code for TransPhylo via GIT using the command:
git clone https://github.com/xavierdidelot/TransPhylo.git
You will need Matlab to use this code. The bioinformatics toolbox is not strictly required but used for some of the graphical outputs.
Please note that the code for TransPhylo is distributed under the terms of the GNU GPL v3 license, for more details see https://www.gnu.org/copyleft/gpl.html
To generate a timed phylogeny which is the input required by TransPhylo, you may want to use BEAST or BEAST2.
If you are new to TransPhylo, you can follow this tutorial which should only take a few minutes to go through and describes the main functionalities of TransPhylo, including simulating datasets, inferring the transmission tree given a phylogeny and several graphical representations.
If you need assistance using TransPhylo, you can get in touch by emailing [email protected]