Skip to main content
Dryad

Robust analysis of phylogenetic tree space

Cite this dataset

Smith, Martin R. (2022). Robust analysis of phylogenetic tree space [Dataset]. Dryad. https://doi.org/10.5061/dryad.kh1893240

Abstract

Phylogenetic analyses often produce large numbers of trees. Mapping trees’ distribution in “tree space” can illuminate the behavior and performance of search strategies, reveal distinct clusters of optimal trees, and expose differences between different data sources or phylogenetic methods—but the high-dimensional spaces defined by metric distances are necessarily distorted when represented in fewer dimensions. Here, I explore the consequences of this transformation in phylogenetic search results from 128 morphological data sets, using stratigraphic congruence—a complementary aspect of tree similarity—to evaluate the utility of low-dimensional mappings. I find that phylogenetic similarities between cladograms are most accurately depicted in tree spaces derived from information-theoretic tree distances or the quartet distance. Robinson–Foulds tree spaces exhibit prominent distortions and often fail to group trees according to phylogenetic similarity, whereas the strong influence of tree shape on the Kendall–Colijn distance makes its tree space unsuitable for many purposes. Distances mapped into two or even three dimensions often display little correspondence with true distances, which can lead to profound misrepresentation of clustering structure. Without explicit testing, one cannot be confident that a tree space mapping faithfully represents the true distribution of trees, nor that visually evident structure is valid. My recommendations for tree space validation and visualization are implemented in a new graphical user interface in the “TreeDist” R package.

Methods

Projections of the 128 datasets from Wright & Lloyd (2020, doi:10.1111/pala.12500) into six dimensions, with evaluations of projection quality, clusterings and correlation with stratigraphic fit.

File names detail the dataset, tree distance method, and projection method.

Abbreviations:

cid, clustering information distance, treating trees as unrooted (cid) / rooted (cidR);

es, split size vector metric;

kc, Kendall–Colijn distance;

msid, matching split information distance;

path, path distance;

pid, phylogenetic information distance;

qd[R], quartet distance, treating trees as unrooted (qd) / rooted (qdR);

rf, Robinson–Foulds distance;

cca, curvilinear components analysis;

dif, diffusion mapping;

ks1, Kruskal-1 MDS;

leim, Laplacian eigenmapping;

nls, Sammon MDS;

pco, principle components (classic MDS);

tsne, t-distributed stochastic neighbour embedding.

Trees sourced from https://github.com/graemetlloyd/ProjectWhalehead/tree/master/Data/CombinedTrees

References to original studies listed at https://github.com/graemetlloyd/ProjectWhalehead/tree/master/Data/XML.

Usage notes

Underlying data and scripts necessary for reproduction are included as described in the README.md file.