Related Experiment Video
Updated: Jul 24, 2025

12:36
Genomic MRI - a Public Resource for Studying Sequence Patterns within Genomic DNA
Published on: May 9, 2011
10.3K
Eulertigs: minimum plain text representation of k-mer sets without repetitions in linear time
Sebastian Schmidt1, Jarno N Alanko2,3
1Department of Computer Science, University of Helsinki, Helsinki, Finland. sebastian.schmidt@helsinki.fi.
Algorithms for Molecular Biology : AMB
|July 4, 2023
Summary
This study introduces a new algorithm for efficiently representing DNA k-mers, crucial for genomics. It achieves optimal linear time for minimum k-mer representation, outperforming previous heuristic methods.
Area of Science:
- Computational Genomics
- Bioinformatics
- Algorithm Design
Background:
- Representing k-mers (DNA subsequences) efficiently is vital for computational genomics applications.
- Current methods often use heuristics, leading to near-minimum but not optimal space representations.
- The need exists for space-efficient, easily usable k-mer representations without repetitions.
Purpose of the Study:
- To develop an algorithm for computing a minimum k-mer representation.
- To achieve this minimum representation in optimal linear time.
- To evaluate existing heuristic methods using the new optimal algorithm.
Main Methods:
- Construction of the de Bruijn graph in linear time.
- Application of a Eulerian-cycle-based algorithm to find the minimum representation.
- Analysis of algorithm complexity in relation to input size and output size.
Main Results:
- An algorithm is presented that computes a minimum k-mer representation.
- The algorithm achieves optimal time complexity, linear in the input size.
- The study provides a benchmark for evaluating heuristic k-mer representation methods.
Conclusions:
- The developed algorithm offers a theoretically optimal solution for minimum k-mer representation.
- This advancement can enhance the performance of downstream computational genomics applications.
- The findings provide a new standard for assessing the efficiency of k-mer storage techniques.
Related Concept Videos
Maxam-Gilbert Sequencing
11.3K
In the same year as the discovery of the Sanger sequencing method, another group of scientists, Allan Maxam and Walter Gilbert, demonstrated their chemical-cleavage method for DNA sequencing. The Maxam-Gilbert method relies on using different chemicals that can cleave the DNA sequence at specific sites, the separation of resulting DNA fragments of variable size using electrophoresis, and deciphering the DNA sequence from the resulting gel bands.
Challenges of the Maxam-Gilbert Method
The...
Challenges of the Maxam-Gilbert Method
The...
11.3K
Multi-species Conserved Sequences
4.0K
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...
4.0K
¹H NMR Signal Multiplicity: Splitting Patterns
5.2K
When protons A and X are coupled, their nuclear spin energy levels are slightly modified. This is because the energy required to excite proton A to a spin state parallel to proton X is slightly different from the energy required for it to become anti-parallel to spin X. Consequently, there are two possible excitation frequencies for A (A1 and A2), depending on the spin state of X, and vice versa. The mutual nature of coupling implies that the difference between frequencies A1 and A2, indicated...
5.2K
Karyotyping
61.9K
Overview
61.9K
Sanger Sequencing
755.1K
DNA sequencing is a fundamental technique that is routinely used in the biological sciences. This method can be applied to a range of questions at different scales - from the sequencing of a cloned DNA fragment or the study of a mutation in a gene up to whole-genome sequencing. However, despite the widespread use of sequencing today, it was not until 1977 that Fredrick Sanger and his collaborators developed the chain-termination method to decode DNA sequences. It relies on the separation of a...
755.1K
Polymers: Molecular Weight Distribution
3.5K
For any given polymer, the weight average molecular weight (Mw) is higher than, if not equal to, the number average molecular weight (Mn). The only situation in which the weight average molecular weight and the number average molecular weight are equal is when a polymer consists only of chains with equal molecular weight. However, this never happens in a synthetic polymer, since it is difficult to control the polymerization process up to a molecular level with accuracy to a hundred percent.
3.5K

