Search engine for discovering works of Art, research articles, and books related to Art and Culture
ShareThis
Javascript must be enabled to continue!

MBG: Minimizer-based Sparse de Bruijn Graph Construction

View through CrossRef
Motivation De Bruijn graphs can be constructed from short reads efficiently and have been used for many purposes. Traditionally long read sequencing technologies have had too high error rates for de Bruijn graph-based methods. Recently, HiFi reads have provided a combination of long read length and low error rate, which enables de Bruijn graphs to be used with HiFi reads. Results We have implemented MBG, a tool for building sparse de Bruijn graphs from HiFi reads. MBG outperforms existing tools for building dense de Bruijn graphs, and can build a graph of 50x coverage whole human genome HiFi reads in four hours on a single core. MBG also assembles the bacterial E. coli genome into a single contig in 8 seconds. Availability Package manager: https://anaconda.org/bioconda/mbg and source code: https://github.com/maickrau/MBG
Title: MBG: Minimizer-based Sparse de Bruijn Graph Construction
Description:
Motivation De Bruijn graphs can be constructed from short reads efficiently and have been used for many purposes.
Traditionally long read sequencing technologies have had too high error rates for de Bruijn graph-based methods.
Recently, HiFi reads have provided a combination of long read length and low error rate, which enables de Bruijn graphs to be used with HiFi reads.
Results We have implemented MBG, a tool for building sparse de Bruijn graphs from HiFi reads.
MBG outperforms existing tools for building dense de Bruijn graphs, and can build a graph of 50x coverage whole human genome HiFi reads in four hours on a single core.
MBG also assembles the bacterial E.
coli genome into a single contig in 8 seconds.
Availability Package manager: https://anaconda.
org/bioconda/mbg and source code: https://github.
com/maickrau/MBG.

Related Results

The open-closed mod-minimizer algorithm
The open-closed mod-minimizer algorithm
Abstract Sampling algorithms that deterministically select a subset of k -mers are an important building bloc...
Building Large Updatable Colored de Bruijn Graphs via Merging
Building Large Updatable Colored de Bruijn Graphs via Merging
MOTIVATION: There exists several massive genomic and metagenomic data collection efforts, including GenomeTrakr and MetaSub, which are routinely updated with new data. To analyze s...
Weighted minimizer sampling improves long read mapping
Weighted minimizer sampling improves long read mapping
Abstract Motivation In this era of exponential data growth, minimizer sampling has become a standard algor...
Multi de Bruijn Sequences and the Cross-Join Method
Multi de Bruijn Sequences and the Cross-Join Method
We show a method to construct binary multi de Bruijn sequences using the cross-join method. We extend the proof given by Alhakim for ordinary de Bruijn sequences to the case of mul...
Buffering Updates Enables Efficient Dynamic de Bruijn Graphs
Buffering Updates Enables Efficient Dynamic de Bruijn Graphs
Abstract Motivation The de Bruijn graph has become a ubiquitous graph model for biological data ever since its initial introduc...
10-minimizers: a promising class of constant-space minimizers
10-minimizers: a promising class of constant-space minimizers
Abstract Minimizers are sampling schemes which are ubiquitous in almost any high-throughput sequencing analysis. Assuming a fixed alphabet of siz...

Back to Top