TQDist | R Documentation |
TQDist()
and TQAE()
are convenience functions that writes a list of
trees to text files that can be processed by the C implementation of tqDist
\insertCiteSand2014Quartet.
tqDist is then called, and the temporary file is deleted when analysis is
complete.
TQDist(trees)
TQAE(trees)
trees |
List of phylogenetic trees, of class |
Quartets can be resolved in one of five ways, which \insertCiteBrodal2013;textualQuartet and \insertCiteHolt2014;textualQuartet distinguish using the letters A-E, and \insertCiteEstabrook1985;textualQuartet refer to as:
s = resolved the same in both trees;
d = resolved differently in both trees;
r1 = resolved only in tree 1;
r2 = resolved only in tree 2 (the comparison tree);
u = unresolved in both trees.
TQDist()
returns the quartet distance between each pair of trees.
TQAE()
returns the number of resolved quartets in agreement between
each pair of trees ("A" in Brodal et al. 2013) and the number of quartets
that are unresolved in both trees ("E" in Brodal et al. 2013).
Martin R. Smith (martin.smith@durham.ac.uk)
CompareQuartets()
, QuartetStatus()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.