paper-with-me

Papers

Fast genomic optical map assembly algorithm using binary representation

2022-10-13 · Przemysław Stawczyk, Robert Nowak

Reducing the cost of sequencing genomes provided by next-generation sequencing technologies has greatly increased the number of genomic projects. As a result, there is a growing need for better assembly and assembly validation methods. One promising idea is to use heterogeneous data in assembly projects. Optical Mapping (OM) is beneficial in validating genomic assemblies, correction and scaffolding. Single raw OM read describes a DNA molecule's long fragment, up to 1Mbp. Raw OM data from the same genome could be assembled to create consensus maps that span an entire chromosome. The assembly process is computationally hard because of the large number of errors in input data. This work describes a new algorithm and computer program to assemble OM reads without a reference genome. In our algorithm, we explored binary representation for genome maps. We focused on the efficiency of data structures and algorithms and scale on parallel platforms. The algorithm consists of several steps, of which the most important are : (1) conversion of the restriction maps into binary strings, (2) detection of overlaps between restriction maps, (3) determining the layout of restriction maps set, (4) creation of consensus genomic maps. Our algorithm deals with optical mapping data with low error levels but fails with high-level error reads. We developed a software library, console application and module for Python language. The approach presented in this paper proved to be faster than a dynamic programming approach and performed well on error-free data. It could be used as a step of \textit{de~novo} assembly pipelines or to detect misassemblies.The software is freely available in a public repository under GNU LGPL v3 license (\url{https://sourceforge.net/p/binary-genome-maps/code}).

📄 PDF Abstract BibTeX arXiv:2210.06865

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MetaCompass: Reference-guided Assembly of Metagenomes

2024-03-03 · Tu Luan, Victoria Cepeda, Bo Liu, Zac Bowen 외

Metagenomic studies have primarily relied on de novo assembly for reconstructing genes and genomes from microbial mixtures. While reference-guided approaches have been employed in the assembly of single organisms, they h…

Estimation of genomic characteristics by analyzing k-mer frequency in de novo genome projects

2013-08-09 · Binghang Liu, Yujian Shi, Jianying Yuan, Xuesong Hu 외

Background: With the fast development of next generation sequencing technologies, increasing numbers of genomes are being de novo sequenced and assembled. However, most are in fragmental and incomplete draft status, and …

An Improved Filtering Algorithm for Big Read Datasets

2016-10-11

For single-cell or metagenomic sequencing projects, it is necessary to sequence with a very high mean coverage in order to make sure that all parts of the sample DNA get covered by the reads produced. This leads to huge …

Exploring the Multifractal Behavior of the Human Genome T2T-CHM13v2.0: Graphical Representations and Cytogenetics

2024-12-21 · Yulián A. Alvarez-Ballesteros, Mario A. Quiroz-Juarez, José L. Del-Rio-Correa, Adrian M. Escobar-Ruiz

In this work, we applied the Chaos Game Representation (CGR) to the complete human genomic sequence T2T-CHM13v2.0, analyzing the entire chromosome assembly and each chromosome separately, including mitochondrial DNA. Mul…

Minimap2: pairwise alignment for nucleotide sequences

2017-08-04 · Heng Li

Motivation: Recent advances in sequencing technologies promise ultra-long reads of $\sim$100 kilo bases (kb) in average, full-length mRNA or cDNA reads in high throughput and genomic contigs over 100 mega bases (Mb) in l…