中文
相关论文

相关论文: Matching reads to many genomes with the $r$-index

200 篇论文

Gagie, Navarro and Prezza's $r$-index (SODA, 2018) promises to speed up DNA alignment and variation calling by allowing us to index entire genomic databases, provided certain obstacles can be overcome. In this paper we first strengthen and…

数据结构与算法 · 计算机科学 2019-07-05 Hideo Bannai , Travis Gagie , Tomohiro I

A basic problem in metagenomics is to assign a sequenced read to the correct species in the reference collection. In typical applications in genomic epidemiology and viral metagenomics the reference collection consists of set of species…

数据结构与算法 · 计算机科学 2020-06-11 Dustin Cobas , Veli Mäkinen , Massimiliano Rossi

With current hardware and software, a standard computer can now hold in RAM an index for approximate pattern matching on about half a dozen human genomes. Sequencing technologies have improved so quickly, however, that scientists will soon…

数据结构与算法 · 计算机科学 2013-07-25 Hector Ferrada , Travis Gagie , Tommi Hirvola , Simon J. Puglisi

Summary: We present a new method to incrementally construct the FM-index for both short and long sequence reads, up to the size of a genome. It is the first algorithm that can build the index while implicitly sorting the sequences in the…

基因组学 · 定量生物学 2014-08-29 Heng Li

There now exist compact indexes that can efficiently list all the occurrences of a pattern in a dataset consisting of thousands of genomes, or even all the occurrences of all the pattern's maximal exact matches (MEMs) with respect to the…

数据结构与算法 · 计算机科学 2022-09-20 Adrián Goga , Andrej Baláž , Alessia Petescia , Travis Gagie

With the recent advances in DNA sequencing, it is now possible to have complete genomes of individuals sequenced and assembled. This rich and focused genotype information can be used to do different population-wide studies, now first time…

数据结构与算法 · 计算机科学 2011-09-08 Jouni Sirén , Niko Välimäki , Veli Mäkinen

Next-generation sequencing technologies generate millions of short sequence reads, which are usually aligned to a reference genome. In many applications, the key information required for downstream analysis is the number of reads mapping to…

基因组学 · 定量生物学 2016-07-26 Yang Liao , Gordon K Smyth , Wei Shi

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 novel resistive…

基因组学 · 定量生物学 2019-01-29 Roman Kaplan , Leonid Yavits , Ran Ginosar

Recently, a compressed index for similar strings, called the FM-index of alignment (FMA), has been proposed with the functionalities of pattern search and random access. The FMA is quite efficient in space requirement and pattern search…

数据结构与算法 · 计算机科学 2016-06-14 Joong Chae Na , Hyunjoon Kim , Seunghwan Min , Heejin Park , Thierry Lecroq , Martine Leonard , Laurent Mouchardd , Kunsoo Park

A genome read data set can be quickly and efficiently remapped from one reference to another similar reference (e.g., between two reference versions or two similar species) using a variety of tools, e.g., the commonly-used CrossMap tool.…

基因组学 · 定量生物学 2023-11-21 Jeremie S. Kim , Can Firtina , Meryem Banu Cavlak , Damla Senol Cali , Can Alkan , Onur Mutlu

Advances in DNA sequencing technology will soon result in databases of thousands of genomes. Within a species, individuals' genomes are almost exact copies of each other; e.g., any two human genomes are 99.9% the same. Relative Lempel-Ziv…

数据结构与算法 · 计算机科学 2011-11-08 Travis Gagie , Juha Kärkkäinen , Yakov Nekrich , Simon J. Puglisi

Text indexing is a fundamental and well-studied problem. Classic solutions either replace the original text with a compressed representation, e.g., the FM-index and its variants, or keep it uncompressed but attach some redundancy - an index…

The way to infer well-supported phylogenetic trees that precisely reflect the evolutionary process is a challenging task that completely depends on the way the related core genes have been found. In previous computational biology studies,…

Motivation: The availability of thousands of invidual genomes of one species should boost rapid progress in personalized medicine or understanding of the interaction between genotype and phenotype, to name a few applications. A key…

计算工程、金融与科学 · 计算机科学 2017-03-03 Agnieszka Danek , Sebastian Deorowicz , Szymon Grabowski

Existing approximate nearest neighbor search systems suffer from two fundamental problems that are of practical importance but have not received sufficient attention from the research community. First, although existing systems perform well…

计算机视觉与模式识别 · 计算机科学 2018-08-14 Yusuke Matsui , Ryota Hinami , Shin'ichi Satoh

To store and search genomic databases efficiently, researchers have recently started building compressed self-indexes based on grammars. In this paper we show how, given a straight-line program with $r$ rules for a string (S [1..n]) whose…

数据结构与算法 · 计算机科学 2012-09-28 Travis Gagie , Paweł Gawrychowski , Juha Kärkkäinen , Yakov Nekrich , Simon J. Puglisi

Configuring databases for efficient querying is a complex task, often carried out by a database administrator. Solving the problem of building indexes that truly optimize database access requires a substantial amount of database and domain…

数据库 · 计算机科学 2024-04-12 Gabriel Paludo Licks , Felipe Meneguzzi

Summary: With the rapid development of long-read sequencing technologies, the era of individual complete genomes is approaching. We have developed wgatools, a cross-platform, ultrafast toolkit that supports a range of whole genome alignment…

基因组学 · 定量生物学 2025-04-01 Wenjie Wei , Songtao Gui , Jian Yang , Erik Garrison , Jianbing Yan , Hai-Jun Liu

Random Indexing (RI) K-tree is the combination of two algorithms for clustering. Many large scale problems exist in document clustering. RI K-tree scales well with large inputs due to its low complexity. It also exhibits features that are…

信息检索 · 计算机科学 2010-02-02 Christopher M. De Vries , Lance De Vine , Shlomo Geva

In this paper we show how to use one or more assembled or partially assembled genome as the basis for a compressed full-text index of its readset. Specifically, we build a labelled tree by taking the assembled genome as a trunk and grafting…

数据结构与算法 · 计算机科学 2021-06-02 Travis Gagie , Garance Gourdel , Giovanni Manzini
‹ 上一页 1 2 3 10 下一页 ›