ReadsMap: a new tool for high precision mapping of DNAseq and RNAseq read sequences
Igor Seledtsov (1), Jaroslav Efremov ( 1, 2), Vladimir Molodtsov (1, and2), Victor Solovyev (1)

TL;DR
ReadsMap introduces a novel hashing-based algorithm for high-precision mapping of DNA and RNA sequencing reads, effectively handling errors, SNPs, and spliced reads, surpassing traditional BWT-based methods.
Contribution
The paper presents a new hashing algorithm for read mapping that improves accuracy, especially for error-prone and spliced RNA reads, and is integrated into a gene identification pipeline.
Findings
High-accuracy mapping of short reads achieved
Effective handling of spliced RNA reads with introns
Outperforms BWT-based mappers in error-prone scenarios
Abstract
There are currently plenty of programs available for mapping short sequences (reads) to a genome. Most of them, however, including such popular and actively developed programs as Bowtie, BWA, TopHat and many others, are based on Burrows-Wheeler Transform (BWT) algorithm. This approach is very effective for mapping high-homology reads, but runs into problems when mapping reads with high level of errors or SNP. Also it has problems with mapping RNASeq spliced reads (such as reads that aligning with gaps corresponding intron sequences), the kind that is essential for finding introns and alternative splicing gene isoforms. Meanwhile, finding intron positions is the most important task for determining the gene structure, and especially alternatively spliced variants of genes. In this paper, we propose a new algorithm that involves hashing reference genome. ReadsMap program, implementing such…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenomics and Phylogenetic Studies · RNA and protein synthesis mechanisms · RNA modifications and cancer
