Related Experiment Video
Updated: Mar 10, 2026

10:34
Ultra-long Read Sequencing for Whole Genomic DNA Analysis
Published on: March 15, 2019
24.1K
Using reference-free compressed data structures to analyze sequencing reads from thousands of human genomes
Dirk D Dolle1, Zhicheng Liu1,2, Matthew Cotten1
1Wellcome Trust Sanger Institute, Hinxton, Cambridge CB10 1SA, United Kingdom.
Genome Research
|December 18, 2016
Summary
A novel population Burrows-Wheeler transform (BWT) efficiently stores and analyzes large-scale human genome sequencing data. This method improves compression and enables rapid genotyping and viral detection across diverse populations.
Area of Science:
- Genomics and Bioinformatics
- Computational Biology
- Data Structures and Algorithms
Background:
- The increasing volume of human genome sequencing data necessitates advanced data structures and algorithms for efficient storage and population-scale analysis.
- Existing reference-based formats do not fully leverage the redundancy and shared genetic variation present in population sequencing data.
- The Burrows-Wheeler transform (BWT) and FM-index are established tools for sequence alignment and assembly but require adaptation for population genomics.
Purpose of the Study:
- To introduce and implement a population Burrows-Wheeler transform (BWT) for storing and indexing large-scale human sequencing data.
- To assess the efficiency of the population BWT in terms of compression and data retrieval.
- To demonstrate the utility of the population BWT for variant genotyping and pathogen detection.
Main Methods:
- Development and application of a population Burrows-Wheeler transform (BWT) to index sequencing reads from 2705 samples in the 1000 Genomes Project.
- Assessment of data compression efficiency as the number of genomes increases.
- Analysis of human reference genome assembly support and variant allele representation using k-mers (31-mers).
- Implementation of SNP and indel genotyping and non-reference queries for viral genome detection.
Main Results:
- The population BWT demonstrates increasing compression efficiency with more genomes due to shared sequence redundancy.
- Comparison of human reference assemblies (GRCh37 vs. GRCh38) revealed significant differences in sequence support.
- The population BWT enables rapid and accurate SNP and indel genotyping across the dataset.
- Non-reference queries successfully identified human T-lymphotropic virus 1 integrations in six samples.
Conclusions:
- The population BWT is an effective data structure for managing and analyzing large-scale population sequencing data.
- This approach offers improved compression and facilitates efficient genomic analysis, including variant calling and pathogen discovery.
- The population BWT provides a scalable solution for future genomic studies with millions of samples.
Related Concept Videos
Genome Annotation and Assembly
21.3K
The genome refers to all of the genetic material in an organism. It can range from a few million base pairs in microbial cells to several billion base pairs in many eukaryotic organisms. Genome assembly refers to the process of taking the DNA sequencing data and putting it all back together in a correct order to create a close representation of the original genome. This is followed by the identification of functional elements on the newly assembled genome, a process called genome annotation.
21.3K
Next-generation Sequencing
100.1K
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....
100.1K
Multi-species Conserved Sequences
4.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...
4.9K
RNA-seq
12.3K
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.3K
Genomics
41.2K
Genomics is the science of genomes: it is the study of all the genetic material of an organism. In humans, the genome consists of information carried in 23 pairs of chromosomes in the nucleus, as well as mitochondrial DNA. In genomics, both coding and non-coding DNA is sequenced and analyzed. Genomics allows a better understanding of all living things, their evolution, and their diversity. It has a myriad of uses: for example, to build phylogenetic trees, to improve productivity and...
41.2K
Evolutionary Relationships through Genome Comparisons
7.1K
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...
7.1K

