Related Experiment Video
Updated: Jun 17, 2025

12:00
A Practical Guide to Phylogenetics for Nonexperts
Published on: February 5, 2014
35.3K
Phylogenetic tree statistics: A systematic overview using the new R package 'treestats'.
Thijs Janzen1, Rampal S Etienne1
1Groningen Institute for Evolutionary Life Sciences, University of Groningen, Groningen, the Netherlands.
Molecular Phylogenetics and Evolution
|August 8, 2024
Summary
Comparing phylogenetic trees is complex. This study introduces the R package "treestats" to compute 70 summary statistics, revealing correlations and identifying new balance statistics for better tree analysis.
Area of Science:
- Phylogenetics
- Computational Biology
- Evolutionary Biology
Background:
- Phylogenetic trees offer insights into diversification but are high-dimensional and difficult to compare.
- Numerous summary statistics exist, but their interrelationships and information coverage are poorly understood.
- Existing studies often focus on extreme tree balance (fully balanced vs. imbalanced), neglecting intermediate states.
Purpose of the Study:
- To investigate the correlations among diverse phylogenetic summary statistics.
- To assess the information content of summary statistics in explaining variation across phylogenies.
- To explore tree balance properties using a new algorithm and identify key balance statistics.
Main Methods:
- Developed the R package 'treestats' for efficient computation of 70 summary statistics.
- Analyzed correlations between statistics using empirical and simulated phylogenetic trees.
- Introduced an algorithm to generate trees along a balance gradient to study statistic variation.
Main Results:
- Most summary statistics correlate with tree size, posing challenges for size correction without knowing the generating model.
- Identified at least three major clusters of correlated statistics based on topology or branching times.
- Tree balance statistics exhibit complex, non-linear, and non-monotonic relationships with tree balance.
Conclusions:
- The 'treestats' package provides a valuable tool for phylogenetic analysis.
- Tree balance is a more intricate characteristic than previously assumed.
- Recommendations are provided for selecting appropriate summary statistics for phylogenetic tree comparison and analysis.
Related Concept Videos
Statistical Analysis: Overview
6.3K
When we take repeated measurements on the same or replicated samples, we will observe inconsistencies in the magnitude. These inconsistencies are called errors. To categorize and characterize these results and their errors, the researcher can use statistical analysis to determine the quality of the measurements and/or suitability of the methods.
One of the most commonly used statistical quantifiers is the mean, which is the ratio between the sum of the numerical values of all results and the...
One of the most commonly used statistical quantifiers is the mean, which is the ratio between the sum of the numerical values of all results and the...
6.3K
Survival Tree
74
Survival trees are a non-parametric method used in survival analysis to model the relationship between a set of covariates and the time until an event of interest occurs, often referred to as the "time-to-event" or "survival time." This method is particularly useful when dealing with censored data, where the event has not occurred for some individuals by the end of the study period, or when the exact time of the event is unknown.
Building a Survival Tree
Constructing a...
Building a Survival Tree
Constructing a...
74
Biostatistics: Overview
227
Biostatistics plays a crucial role in understanding and analyzing data in healthcare and biology. Biostatisticians conduct experiments, gather evidence, and draw meaningful conclusions using statistical methods and techniques. Different variables form the foundation of biostatistical analysis, allowing researchers to understand and interpret data effectively. These variables are classified into different types, each serving a specific purpose in statistical analysis.
Discrete variables are...
Discrete variables are...
227
Introduction to R
259
R is a powerful software environment for statistical computing and graphics. Originating as an implementation of the S language, developed at Bell Laboratories, R has evolved into a robust, open-source statistical software favored by statisticians and data scientists worldwide. Its comprehensive suite includes data manipulation, calculation, and graphical display capabilities, making it versatile for data analysis and visualization. Its programming language is at the core of R's...
259
Evolutionary Relationships through Genome Comparisons
5.7K
Genome comparison is one of the excellent ways to interpret the evolutionary relationships between organisms. The basic principle of genome comparison is that if two species share a common feature, it is likely encoded by the DNA sequence conserved between both species. The advent of genome sequencing technologies in the late 20th century enabled scientists to understand the concept of conservation of domains between species and helped them to deduce evolutionary relationships across diverse...
5.7K
Interpreting R Charts
61
R chart, or range chart, is a fundamental tool in statistical process control used to monitor the variability within a process. It complements the X-bar (x̄) chart by focusing on the range of the data, rather than individual values, providing a clear picture of the process dispersion over time.
An R chart plots the range of subsets of measurements collected from a process. Each point on the chart represents the range—defined as the difference between the maximum and minimum...
An R chart plots the range of subsets of measurements collected from a process. Each point on the chart represents the range—defined as the difference between the maximum and minimum...
61

