Related Experiment Video
Updated: May 27, 2026

09:51
Investigating Protein Sequence-structure-dynamics Relationships with Bio3D-web
Published on: July 16, 2017
A new efficient data structure for storage and retrieval of multiple biosequences
Sascha Steinbiss1, Stefan Kurtz
1University of Hamburg, Hamburg.
IEEE/ACM Transactions on Computational Biology and Bioinformatics
|November 16, 2011
Summary
A new data structure, GtEncseq, offers efficient storage for large biological sequences, improving genome analysis. This novel approach provides fast access and memory savings, outperforming previous methods in space and time requirements.
Area of Science:
- Bioinformatics
- Computational Biology
- Genomics
Background:
- Genome analysis demands efficient and memory-saving sequence representations for large datasets.
- Existing sequence storage solutions are often poorly reusable or language-specific, hindering broad application.
- A need exists for a generic, versatile, and efficient biological sequence data structure.
Purpose of the Study:
- To introduce GtEncseq, a novel, space-efficient data structure for storing multiple biological sequences.
- To provide a generic implementation that overcomes limitations of existing, specialized solutions.
- To offer customizable features like wildcard support and optimized internal representations.
Main Methods:
- Development of a C-implemented, portable software library for biological sequence storage.
- Incorporation of features such as variable alphabet size, character transformations, and wildcard support.
- Optimization of internal representations based on wildcard distribution and sequence length.
Main Results:
- GtEncseq achieves remarkable space efficiency, requiring only 2 + 8 × 10^-6 bits per character for the human genome.
- The implementation supports random and sequential access, including different reading directions, via an object-oriented interface.
- Benchmarks demonstrate competitive space and time performance compared to existing solutions.
Conclusions:
- GtEncseq offers a versatile and efficient solution for biological sequence representation in large-scale genome analysis.
- Its features and performance make it a valuable tool for bioinformatics and computational biology applications.
- The library's extensibility allows integration with various scripting languages, enhancing its utility.
Related Concept Videos
RNA-seq
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 microarray-based...
Before the discovery of RNA-seq, microarray-based methods and Sanger sequencing were used for transcriptome analysis. However, while microarray-based...
Multi-species Conserved Sequences
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 DNA...
Although the genome of each species varies greatly from each other, a few sequences are highly conserved. Such conserved DNA...
Maxam-Gilbert Sequencing
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...
Next-generation Sequencing
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.
Modern Molecular Taxonomy
Advancements in molecular biology have revolutionized the identification and characterization of bacteria, with multiple methods leveraging DNA sequencing for enhanced precision. As sequencing technologies improve and costs decline, these approaches are increasingly used in clinical, environmental, and evolutionary studies.Multilocus Sequence Typing (MLST) examines several housekeeping genes, essential chromosomal genes encoding cellular functions, to distinguish strains. Approximately...
Evolutionary Relationships through Genome Comparisons
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...

