Related Experiment Video
Updated: Jun 7, 2025

08:57
Using Phylogenetic Analysis to Investigate Eukaryotic Gene Origin
Published on: August 14, 2018
15.8K
Sparse Neighbor Joining: rapid phylogenetic inference using a sparse distance matrix
Semih Kurt1, Alexandre Bouchard-Côté2, Jens Lagergren1
1School of EECS and SciLifeLab, KTH Royal Institute of Technology, Stockholm, 100 44, Sweden.
Bioinformatics (Oxford, England)
|November 21, 2024
Summary
A new Sparse Neighbor Joining algorithm speeds up phylogenetic tree reconstruction by avoiding dense distance matrix computation. This method reduces execution time for large datasets, offering a trade-off in accuracy.
Area of Science:
- Computational Biology
- Bioinformatics
- Phylogenetics
Background:
- Phylogenetic reconstruction is crucial in computational biology.
- The Neighbor Joining (NJ) algorithm is an efficient distance-based method for this.
- Scaling NJ to large datasets is limited by the computation of the distance matrix.
Purpose of the Study:
- To develop a novel algorithm for faster phylogenetic tree reconstruction.
- To overcome the computational bottleneck of the traditional Neighbor Joining algorithm.
Main Methods:
- Propose a new algorithm that avoids computing a dense distance matrix.
- Dynamically determine a sparse set of distance matrix entries to compute.
- Implement a basic version with O(n log n) entries and an enhanced version with O(n log^2 n) entries.
Main Results:
- The new algorithm significantly reduces execution time for large datasets.
- Experimental results demonstrate improved performance compared to standard NJ.
- A trade-off between execution speed and accuracy was observed.
Conclusions:
- Sparse Neighbor Joining offers a scalable alternative for phylogenetic reconstruction.
- The algorithm provides a practical solution for analyzing large biological datasets.
- The Python implementation is publicly available for use and further development.
Related Concept Videos
Gene Evolution - Fast or Slow?
7.0K
The genomes of eukaryotes are punctuated by long stretches of sequence which do not code for proteins or RNAs. Although some of these regions do contain crucial regulatory sequences, the vast majority of this DNA serves no known function. Typically, these regions of the genome are the ones in which the fastest change, in evolutionary terms, is observed, because there is typically little to no selection pressure acting on these regions to preserve their sequences.
In contrast, regions which code...
In contrast, regions which code...
7.0K
Phylogenetic Trees
45.2K
Phylogenetic trees come in many forms. It matters in which sequence the organisms are arranged from the bottom to the top of the tree, but the branches can rotate at their nodes without altering the information. The lines connecting individual nodes can be straight, angled, or even curved.
45.2K
Phylogeny
43.7K
Phylogeny is concerned with the evolutionary diversification of organisms or groups of organisms. A group of organisms with a name is called a taxon (singular). Taxa (plural) can span different levels of the evolutionary hierarchy. For instance, the group containing all birds is a taxon (comprising the class Aves), and the group of all species of daisies (the genus Bellis) is a taxon. Phylogenies can likewise include just one genus (i.e., depict species relationships) or span an entire kingdom.
43.7K
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
Multi-species Conserved Sequences
3.9K
Next-generation sequencing technologies have created large genomic databases of a variety of animals and plants. Ever since the human genome project was completed, scientists studied the genome of primates, mammals, and other phylogenetically distant living beings. Such large-scale studies have provided new insights into the evolutionary relationship between organisms.
Although the genome of each species varies greatly from each other, a few sequences are highly conserved. Such conserved...
Although the genome of each species varies greatly from each other, a few sequences are highly conserved. Such conserved...
3.9K
Gene Duplication and Divergence
6.0K
The seminal work of Ohno in 1970 popularized the idea of gene duplication and divergence. DNA sequence comparison studies reveal that a large portion of the genes in bacteria, archaebacteria, and eukaryotes was generated by gene duplication and divergence, indicating its critical role in evolution.
The duplicated copies of the gene are called Paralogs. Paralogs with similar sequences and functions form a gene family. Across several species, a large number of gene families are...
The duplicated copies of the gene are called Paralogs. Paralogs with similar sequences and functions form a gene family. Across several species, a large number of gene families are...
6.0K

