Prefix Tree Indexing for Similarity Search and Similarity Joins on Genomic Data
Prefix Tree Indexing for Similarity Search and Similarity Joins on Genomic Data
复制标题
用于基因组数据相似性搜索和相似性连接的前缀树索引
DOI:
10.1007/978-3-642-13818-8_36
复制
发表时间:
2010
期刊:
影响因子:
--
通讯作者:
Hochmuth
中科院分区:
文献类型:
--
作者:
Rheinländer;Knobloch;Hochmuth
Similarity search and similarity join on strings are important for applications such as duplicate detection, error detection, data cleansing, or comparison of biological sequences. Especially DNA sequencing produces large collections of erroneous strings which need to be searched, compared, and merged. However, current RDBMS offer similarity operations only in a very limited and inefficient form that does not scale to the amount of data produced in Life Science projects.We present PETER, a prefix tree based indexing algorithm supporting approximate search and approimate joins. Our tool supports Hamming and edit distance as similarity measure and is available as C++ library, as Unix command line tool, and as cartridge for a commercial database. It combines an efficient implementation of compressed prefix trees with advanced pre-filtering techniques that exclude many candidate strings early. The achieved speed-ups are dramatic, especially for DNA with its small alphabet. We evaluate our tool on several collections of long strings containing up to 5,000,000 entries of length up to 3,500. We compare its performance toagrep,nrgrep, and user-defined functions inside a relational database. Our experiments reveal that PETER is faster by orders of magnitudes compared to the command-line tools. Compared to RDBMS, it computes similarity joins in minutes for which UDFs did not finish within a day and outperforms the built-in join methods even in the exact case.
影响因子:
14.9
作者:
Altschul, SF;Madden, TL;Lipman, DJ
通讯作者:
Lipman, DJ
DOI:
--
发表时间:
2003
期刊:
SPIRE
影响因子:
--
作者:
S. Aghili;D. Agrawal;A. El Abbadi
通讯作者:
A. El Abbadi