![]() | |||
CO-evolution Assessment by a Likelihood-free Approach | |||
Jane / TreeMap Nexus Format
Jane [1] and TreeMap [2] use the same type of nexus file (also known as tanglegram .tgl). This kind of file has the following structure:
As we can see in the example above, the this nexus file format is composed of three blocks of information. Block HOST
This block defines the host tree. This tree must be given in newick format. Usually, in this kind of file the newick format does not contains the labels of the internal nodes. Block PARASITE
This block defines the parasite tree. This tree must be given in newick format. Usually, in this kind of file the newick format does not contains the labels of the internal nodes. Block DISTRIBUTION
This block defines the association among host and parasite leaves. This list of assocations is composed by pairs <Parasite Label : Host Label> separated by commas (,). In this file format, the separator is a collon character (:). Important observations
The input file must contain only one pair of host and parasite trees. The current version of Coala does not allow the association of one parasite leaf with many host leaves. For technical reasons, Coala create label names for the internal nodes of the trees. These labels have the format #HX and #PX, respectively, for host and parasite trees, where X is an integer number. Thus, the user should avoid the use of labels like #H1, #H2, #P1, #P2, etc. References
|