paper-with-me

Papers

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 length. Existing alignment programs are unable or inefficient to process such data at scale, which presses for the development of new alignment algorithms. Results: Minimap2 is a general-purpose alignment program to map DNA or long mRNA sequences against a large reference database. It works with accurate short reads of $\ge$100bp in length, $\ge$1kb genomic reads at error rate $\sim$15%, full-length noisy Direct RNA or cDNA reads, and assembly contigs or closely related full chromosomes of hundreds of megabases in length. Minimap2 does split-read alignment, employs concave gap cost for long insertions and deletions (INDELs) and introduces new heuristics to reduce spurious alignments. It is 3-4 times faster than mainstream short-read mappers at comparable accuracy and $\ge$30 times faster at higher accuracy for both genomic and mRNA reads, surpassing most aligners specialized in one type of alignment. Availability and implementation: https://github.com/lh3/minimap2 Contact: hengli@broadinstitute.org

📄 PDF Abstract BibTeX arXiv:1708.01492

Code (3)

lh3/minimap2 공식 구현
hasindu2008/minimap2-arm
stormalex/minimap2_fpga

Similar Papers 제목 키워드 기반

New strategies to improve minimap2 alignment accuracy

2021-08-07 · Heng Li

Summary: We present several recent improvements to minimap2, a versatile pairwise aligner for nucleotide sequences. Now minimap2 v2.22 can more accurately map long reads to highly repetitive regions and align through ins…

LOGAN: High-Performance GPU-Based X-Drop Long-Read Alignment

2020-02-12 · Alberto Zeni, Giulia Guidi, Marquita Ellis, Nan Ding 외

Pairwise sequence alignment is one of the most computationally intensive kernels in genomic data analysis, accounting for more than 90% of the runtime for key bioinformatics applications. This method is particularly expe…

CPUGPUVocal Bursts Intensity Prediction

HQAlign: Aligning nanopore reads for SV detection using current-level modeling

2023-01-10 · Dhaivat Joshi, Suhas Diggavi, Mark J. P. Chaisson, Sreeram Kannan

Motivation: Detection of structural variants (SV) from the alignment of sample DNA reads to the reference genome is an important problem in understanding human diseases. Long reads that can span repeat regions, along wit…

RASSA: Resistive Pre-Alignment Accelerator for Approximate DNA Long Read Mapping

2019-01-28

DNA read mapping is a computationally expensive bioinformatics task, required for genome assembly and consensus polishing. It requires to find the best-fitting location for each DNA read on a long reference sequence. A n…

BLEND: A Fast, Memory-Efficient, and Accurate Mechanism to Find Fuzzy Seed Matches in Genome Analysis

2021-12-16 · Can Firtina, Jisung Park, Mohammed Alser, Jeremie S. Kim 외

Generating the hash values of short subsequences, called seeds, enables quickly identifying similarities between genomic sequences by matching seeds with a single lookup of their hash values. However, these hash values c…