中文
相关论文

相关论文: E2FM: an encrypted and compressed full-text index …

200 篇论文

Huge DBMSs storing genomic information are being created and engineerized for doing large-scale, comprehensive and in-depth analysis of human beings and their diseases. However, recent regulations like the GDPR require that sensitive data…

数据结构与算法 · 计算机科学 2020-12-29 Ferdinando Montecuollo , Giovannni Schmid

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

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

The fall of prices of the high-throughput genome sequencing changes the landscape of modern genomics. A number of large scale projects aimed at sequencing many human genomes are in progress. Genome sequencing also becomes an important aid…

数据结构与算法 · 计算机科学 2017-03-03 Sebastian Deorowicz , Agnieszka Danek , Marcin Niemiec

Large biological datasets are being produced at a rapid pace and create substantial storage challenges, particularly in the domain of high-throughput sequencing (HTS). Most approaches currently used to store HTS data are either unable to…

定量方法 · 定量生物学 2014-03-05 Fabien Campagne , Kevin C. Dorff , Nyasha Chambwe , James T. Robinson , Jill P. Mesirov , Thomas D. Wu

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

Motivation: As a fundamental task in bioinformatics, searching for massive short patterns over a long text is widely accelerated by various compressed full-text indexes. These indexes are able to provide similar searching functionalities to…

数据结构与算法 · 计算机科学 2017-04-19 Haoyu Cheng , Ming Wu , Yun Xu

Language models are trained mainly on massive text data from the Internet, and it becomes increasingly important to understand this data source. Exact-match search engines enable searching in large text corpora - counting string appearances…

计算与语言 · 计算机科学 2026-01-07 Hao Xu , Jiacheng Liu , Yejin Choi , Noah A. Smith , Hannaneh Hajishirzi

This paper introduces a high-throughput software tool framework called {\it sam2bam} that enables users to significantly speedup pre-processing for next-generation sequencing data. The sam2bam is especially efficient on single-node…

基因组学 · 定量生物学 2017-02-08 Takeshi Ogasawara , Yinhe Cheng , Tzy-Hwa Kathy Tzeng

Genomics is the foundation of precision medicine, global food security and virus surveillance. Exact-match is one of the most essential operations widely used in almost every step of genomics such as alignment, assembly, annotation, and…

硬件体系结构 · 计算机科学 2021-01-15 Lei Jiang , Farzaneh Zokaee

Next Generation Sequencing (NGS) technology has resulted in massive amounts of proteomics and genomics data. This data is of no use if it is not properly analyzed. ETL (Extraction, Transformation, Loading) is an important step in designing…

数据库 · 计算机科学 2017-07-25 Shahzad Ahmed , M. Usman Ali , Javed Ferzund , Muhammad Atif Sarwar , Abbas Rehman , Atif Mehmood

DNA sequencing, especially of microbial genomes and metagenomes, has been at the core of recent research advances in large-scale comparative genomics. The data deluge has resulted in exponential growth in genomic datasets over the past…

Genomics is the critical key to enabling precision medicine, ensuring global food security and enforcing wildlife conservation. The massive genomic data produced by various genome sequencing technologies presents a significant challenge for…

基因组学 · 定量生物学 2019-10-03 Farzaneh Zokaee , Mingzhe Zhang , Lei Jiang

FM-indexes are a crucial data structure in DNA alignment, for example, but searching with them usually takes at least one random access per character in the query pattern. Ferragina and Fischer observed in 2007 that word-based indexes often…

数据结构与算法 · 计算机科学 2023-05-11 Aaron Hong , Marco Oliva , Dominik Köppl , Hideo Bannai , Christina Boucher , Travis Gagie

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…

Next-generation sequencing (NGS) is a pivotal technique in genome sequencing due to its high throughput, rapid results, cost-effectiveness, and enhanced accuracy. Its significance extends across various domains, playing a crucial role in…

基因组学 · 定量生物学 2025-04-28 Fathima Nuzla Ismail , Shanika Amarasoma

Motivation: Modern genomics laboratories generate massive volumes of sequencing data, often resulting in significant storage costs. Genomics storage consists of duplicate files, temporary processing files, and redundant intermediate data.…

基因组学 · 定量生物学 2025-11-27 Margot Celerie , Andrew Oldfield , William Ritchie

We present a novel compressed dynamic self-index for highly repetitive text collections. Signature encoding is a compressed dynamic self-index for highly repetitive texts and has a large disadvantage that the pattern search for short…

数据结构与算法 · 计算机科学 2018-04-25 Takaaki Nishimoto , Yoshimasa Takabatake , Yasuo Tabei

Exact string matching has been a fundamental problem in computer science for decades because of many practical applications. Some are related to common procedures, such as searching in files and text editors, or, more recently, to more…

数据结构与算法 · 计算机科学 2019-07-29 Konstantinos F. Xylogiannopoulos

In a dynamic retrieval system, documents must be ingested as they arrive, and be immediately findable by queries. Our purpose in this paper is to describe an index structure and processing regime that accommodates that requirement for…

信息检索 · 计算机科学 2023-01-12 Alistair Moffat , Joel Mackenzie
‹ 上一页 1 2 3 10 下一页 ›