Related Experiment Video
Updated: Apr 7, 2026

08:38
Targeted DNA Methylation Analysis by Next-generation Sequencing
Published on: February 24, 2015
38.3K
Indexing Arbitrary-Length k-Mers in Sequencing Reads
Tomasz Kowalski1, Szymon Grabowski1, Sebastian Deorowicz2
1Institute of Applied Computer Science, Lodz University of Technology, Al. Politechniki 11, 90-924 Łódź, Poland.
Plos One
|July 17, 2015
Summary
We developed PgSA, a new data structure for efficiently indexing and querying next-generation sequencing (NGS) reads. This method offers competitive performance for applications like variant calling and error correction in genomic data analysis.
Area of Science:
- Bioinformatics
- Computational Biology
- Genomics
Background:
- Next-generation sequencing (NGS) generates vast amounts of data, necessitating efficient methods for analysis.
- Indexing and querying k-mers in sequencing reads are fundamental operations in bioinformatics.
- Existing data structures face challenges in balancing space usage and query speed.
Purpose of the Study:
- To introduce a novel, lightweight data structure for in-memory indexing and querying of NGS reads.
- To support the k-mer counting and locating interface established by Philippe et al.
- To provide a competitive alternative to current algorithms in terms of space and time efficiency.
Main Methods:
- Developed PgSA (pseudogenome suffix array), a data structure based on identifying overlapping reads.
- Implemented an indexing strategy optimized for main memory.
- Evaluated performance against existing algorithms for k-mer analysis.
Main Results:
- PgSA demonstrates competitive performance in space utilization and query times compared to existing solutions.
- The data structure efficiently handles large collections of NGS reads.
- Achieved performance metrics suitable for demanding bioinformatics tasks.
Conclusions:
- PgSA offers an efficient and lightweight solution for indexing and querying NGS data.
- The proposed data structure is well-suited for key applications such as variant calling, error correction, and RNA-seq analysis.
- This work contributes to advancing computational tools for genomic data processing.
Related Concept Videos
RNA-seq
12.6K
RNA sequencing, or RNA-Seq, is a high-throughput sequencing technology used to study the transcriptome of a cell. Transcriptomics helps to interpret the functional elements of a genome and identify the molecular constituents of an organism. Additionally, it also helps in understanding the development of an organism and the occurrence of diseases.
Before the discovery of RNA-seq, microarray-based methods and Sanger sequencing were used for transcriptome analysis. However, while...
Before the discovery of RNA-seq, microarray-based methods and Sanger sequencing were used for transcriptome analysis. However, while...
12.6K
Maxam-Gilbert Sequencing
13.7K
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...
13.7K
Next-generation Sequencing
101.7K
The first human genome sequencing project cost $2.7 billion and was declared complete in 2003, after 15 years of international cooperation and collaboration between several research teams and funding agencies. Today, with the advent of next-generation sequencing technologies, the cost and time of sequencing a human genome have dropped over 100 fold.
Next-Generation Sequencing Methods
Although all next-generation methods use different technologies, they all share a set of standard features....
Next-Generation Sequencing Methods
Although all next-generation methods use different technologies, they all share a set of standard features....
101.7K
Sanger Sequencing
779.2K
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...
779.2K

