Related Experiment Video
Updated: Jan 23, 2026

12:08
Hybrid De Novo Genome Assembly for the Generation of Complete Genomes of Urinary Bacteria using Short- and Long-read Sequencing Technologies
Published on: August 20, 2021
5.8K
Scalable De Novo Genome Assembly Using a Pregel-Like Graph-Parallel System.
Summary
PPA-assembler is a new toolkit for de novo genome assembly, efficiently stitching DNA sequences without a reference. This distributed system accelerates new genome discovery with strong performance and comparable quality to existing methods.
Area of Science:
- Genomics
- Bioinformatics
- Computational Biology
Background:
- De novo genome assembly reconstructs genomes from short DNA sequences without a reference.
- High-throughput sequencing necessitates efficient assembly tools for rapid genome discovery.
Purpose of the Study:
- To introduce PPA-assembler, a toolkit for distributed de novo genome assembly.
- To provide a scalable and efficient solution for assembling large genomic datasets.
Main Methods:
- Utilizes the de Bruijn graph approach for sequence assembly.
- Implements operations as programs within Google's Pregel framework for distributed computing.
- Designed for deployment on generic clusters.
Main Results:
- Demonstrates significantly higher efficiency compared to state-of-the-art methods on large real and simulated datasets.
- Achieves comparable genome sequencing quality to existing approaches.
- PPA-assembler offers strong performance guarantees for its operations.
Conclusions:
- PPA-assembler provides an efficient and scalable solution for de novo genome assembly in a distributed environment.
- The toolkit accelerates the discovery of new genomes through improved assembly performance.
- PPA-assembler is open-sourced to facilitate broader research adoption.
Related Concept Videos
Genome Annotation and Assembly
20.6K
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.
20.6K
Ogive Graph
6.7K
An ogive graph is sometimes called a cumulative frequency polygon. It is one type of frequency polygon that shows cumulative frequency. In other words, the cumulative percentages are added to the graph from left to right. An ogive graph plots cumulative frequency on the vertical y-axis and class boundaries along the horizontal x-axis. It’s very similar to a histogram; only instead of rectangles, an ogive displays a single point where the top right of the rectangle would be. Creating this...
6.7K
Graphing Antiderivatives
49
The concept of an antiderivative is fundamental in calculus, describing how a function's values accumulate over time. This process is closely related to physical motion, such as the movement of a rolling ball. As the ball progresses, its position changes in response to variations in velocity, just as an antiderivative graph reflects the cumulative effect of the original function's values.Graphing an antiderivative requires interpreting how a function's values influence the shape of its...
49
Bar Graph
21.5K
A bar graph is also called a bar chart and consists of bars that are separated from each other. It either uses horizontal or vertical bars to show comparisons among categories. The bars can be rectangles, or they can be rectangular boxes (used in three-dimensional plots). One axis of the graph represents the specific categories being compared, and the other axis shows a discrete value. In this graph, the length of the bar for each category is proportional to the number or percent of individuals...
21.5K
Genomics
39.8K
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...
39.8K
Time-Series Graph
5.0K
A time-series graph is a line graph with repeated measurements taken at successive intervals of time. It is also called a time series chart. To construct a time-series graph, one must look at both pieces of a paired data set. The horizontal axis is used to plot the time increments, and the vertical axis is used to plot the values of the variable that one is measuring. By using the axes in this way, each point on the graph will correspond to time and a measured quantity. The points on the graph...
5.0K

