中文
相关论文

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

200 篇论文

The suffix tree is a data structure for indexing strings. It is used in a variety of applications such as bioinformatics, time series analysis, clustering, text editing and data compression. However, when the string and the resulting suffix…

数据库 · 计算机科学 2011-10-03 Essam Mansour , Amin Allam , Spiros Skiadopoulos , Panos Kalnis

This paper presents a novel DNA sequences alignment method based on inverted index. Now most large scale information retrieval system are all use inverted index as the basic data structure. But its application in DNA sequence alignment is…

基因组学 · 定量生物学 2013-07-02 Wang Liang , Zhao KaiYong

As a key ingredient of the DBMS, index plays an important role in the query optimization and processing. However, it is a non-trivial task to apply existing indexes or design new indexes for new applications, where both data distribution…

数据库 · 计算机科学 2020-03-05 Sai Wu , Xinyi Yu , Xiaojie Feng , Feifei Li , Wei Cao , Gang Chen

IR or near-infrared (NIR) spectroscopy is a method used to identify a compound or to analyze the composition of a material. Calibration of NIR spectra refers to the use of the spectra as multivariate descriptors to predict concentrations of…

神经与进化计算 · 计算机科学 2015-03-19 A. Ukil , J. Bernasconi , H. Braendle , H. Buijs , S. Bonenfant

Aligning reads to a reference sequence is a fundamental step in numerous bioinformatics pipelines. As a consequence, the sensitivity and precision of the mapping tool, applied with certain parameters to certain data, can critically affect…

基因组学 · 定量生物学 2016-03-17 Karel Břinda , Valentina Boeva , Gregory Kucherov

The R package (R Core Team (2016)) genMOSS is specifically designed for the Bayesian analysis of genome-wide association study data. The package implements the mode oriented stochastic search (MOSS) procedure as well as a simple moving…

统计计算 · 统计学 2016-11-24 Matthew Friedlander , Adrian Dobra , Helene Massam , Laurent Briollais

The two most common data-structures for genome indexing, FM-indices and hash-tables, exhibit a fundamental trade-off between memory footprint and performance. We present Ranger, a new indexing technique for nucleotide sequences that is both…

数据结构与算法 · 计算机科学 2023-08-09 Alon Rashelbach , Ori Rottensterich , Mark Silberstien

Compressed bitmap indexes are used in systems such as Git or Oracle to accelerate queries. They represent sets and often support operations such as unions, intersections, differences, and symmetric differences. Several important systems…

Genomic and metagenomic fields, generating huge sets of short genomic sequences, brought their own share of high performance problems. To extract relevant pieces of information from the huge data sets generated by current sequencing…

数据结构与算法 · 计算机科学 2016-05-27 Camille Marchet , Antoine Limasset , Lucie Bittner , Pierre Peterlongo

A computational challenge to validate the candidate disease genes identified in a high-throughput genomic study is to elucidate the associations between the set of candidate genes and disease phenotypes. The conventional gene set enrichment…

基因组学 · 定量生物学 2011-02-22 TaeHyun Hwang , Wei Zhang , Maoqiang Xie , Rui Kuang

Many algorithms for sequence analysis rely on word matching or word statistics. Often, these approaches can be improved if binary patterns representing match and don't-care positions are used as a filter, such that only those positions of…

基因组学 · 定量生物学 2017-02-08 Lars Hahn , Chris-André Leimeister , Rachid Ounit , Stefano Lonardi , Burkhard Morgenstern

Index structures are a building block of query processing and computer science in general. Since the dawn of computer technology there have been index structures. And since then, a myriad of index structures are being invented and published…

数据库 · 计算机科学 2021-09-17 Jens Dittrich , Joris Nix , Christian Schön

Order-preserving pattern matching was introduced recently but it has already attracted much attention. Given a reference sequence and a pattern, we want to locate all substrings of the reference sequence whose elements have the same…

数据结构与算法 · 计算机科学 2018-12-11 Gianni Decaroli , Travis Gagie , Giovanni Manzini

Next-generation sequencing (NGS) technologies have enabled affordable sequencing of billions of short DNA fragments at high throughput, paving the way for population-scale genomics. Genomics data analytics at this scale requires overcoming…

数据库 · 计算机科学 2019-10-11 Darryl Ho , Jialin Ding , Sanchit Misra , Nesime Tatbul , Vikram Nathan , Vasimuddin Md , Tim Kraska

Motivation: Protein-to-genome alignment is critical to annotating genes in non-model organisms. While there are a few tools for this purpose, all of them were developed over ten years ago and did not incorporate the latest advances in…

基因组学 · 定量生物学 2022-12-29 Heng Li

Genome-wide association studies generate very large datasets that require scalable analysis algorithms. In this report we describe the GEDI software package, which implements efficient algorithms for performing several common tasks in the…

数据结构与算法 · 计算机科学 2016-09-08 Justin Kennedy , Ion I. Mandoiu , Bogdan Pasaniuc

In recent years, aligning a sequence to a pangenome has become a central problem in genomics and pangenomics. A fast and accurate solution to this problem can serve as a toolkit to many crucial tasks such as read-correction, Multiple…

数据结构与算法 · 计算机科学 2022-06-08 Njagi Moses Mwaniki , Erik Garrison , Nadia Pisanti

Detecting changepoints in a time series of length $N$ entails evaluating up to $2^{N-1}$ possible changepoint models, making exhaustive enumeration computationally infeasible. Genetic algorithms (GAs) provide a stochastic way to identify…

统计计算 · 统计学 2025-09-30 Mo Li , QiQi Lu

Analyzing a functional genomics experiment, such as ATAC-, ChIP- or RNA-sequencing, requires reference data including a genome assembly and gene annotation. These resources can generally be retrieved from different organizations and in…

基因组学 · 定量生物学 2022-09-05 Siebren Frölich , Maarten van der Sande , Tilman Schäfers , Simon J. van Heeringen

Existing learned indexes (e.g., RMI, ALEX, PGM) optimize the internal regressor of each node, not the overall structure such as index height, the size of each layer, etc. In this paper, we share our recent findings that we can achieve…

数据库 · 计算机科学 2022-08-09 Supawit Chockchowwat , Wenjie Liu , Yongjoo Park