The suffix sorting problem is to construct the suffix array for an input sequence. Given a sequence T[0... n -- 1] of size n = |T|, with symbols from a fixed alphabet Sigma, (|Sigma| ≤ n), the suffix array provides a compact representation of all the suffixes of T in a lexicographic order. Traditionally, the suffix array is often constructed by first building the suffix tree for T, and then performing an inorder traversal of the suffix tree. The direct suffix sorting problem is to construct the suffix array of T directly without using the suffix tree data structure. We propose a direct suffix sorting algorithm which rearranges the biological sequences of interests and facilitates high throughput pattern query, retrieval and storage in O(...
Gene and protein sequence analyses, central components of studies in modem biology are easily amen...
Suffix array is a data structure used for string operations such as pattern matching. It is also use...
This thesis presents an application of a generalized suffix tree extended by the use of frequency of...
Given a sequence T = t0t1 . . . tn-1 of size n = |T|, with symbols from a fixed alphabet Σ, (|Σ| ≤ n...
AbstractWe present a linear time algorithm to sort all the suffixes of a string over a large alphabe...
Given string T = T[1,... ,n], the suffix sorting problem is to lexicographically sort the suffixes T...
We introduce a new algorithm for constructing the generalized suffix array of a collection of highly...
We present a parallel algorithm for lexicographically sorting the suffixes of a string. Suffix sorti...
AbstractSuffix arrays are a key data structure for solving a run of problems on texts and sequences,...
A suffix array represents the suffixes of a string in sorted order. Being a simpler and more compact...
With the first human DNA being decoded into a sequence of about 2.8 billion characters, much biologi...
Abstract. The suffix tree of alignment is an index data structure for similar strings. Given an alig...
The suffix tree of alignment is an index data structure for similar strings. Given an alignment of s...
A suffix tree is a fundamental data structure for string search-ing algorithms. Unfortunately, when ...
We investigate the problem of building full-text substring indexes for inputs significantly larger t...
Gene and protein sequence analyses, central components of studies in modem biology are easily amen...
Suffix array is a data structure used for string operations such as pattern matching. It is also use...
This thesis presents an application of a generalized suffix tree extended by the use of frequency of...
Given a sequence T = t0t1 . . . tn-1 of size n = |T|, with symbols from a fixed alphabet Σ, (|Σ| ≤ n...
AbstractWe present a linear time algorithm to sort all the suffixes of a string over a large alphabe...
Given string T = T[1,... ,n], the suffix sorting problem is to lexicographically sort the suffixes T...
We introduce a new algorithm for constructing the generalized suffix array of a collection of highly...
We present a parallel algorithm for lexicographically sorting the suffixes of a string. Suffix sorti...
AbstractSuffix arrays are a key data structure for solving a run of problems on texts and sequences,...
A suffix array represents the suffixes of a string in sorted order. Being a simpler and more compact...
With the first human DNA being decoded into a sequence of about 2.8 billion characters, much biologi...
Abstract. The suffix tree of alignment is an index data structure for similar strings. Given an alig...
The suffix tree of alignment is an index data structure for similar strings. Given an alignment of s...
A suffix tree is a fundamental data structure for string search-ing algorithms. Unfortunately, when ...
We investigate the problem of building full-text substring indexes for inputs significantly larger t...
Gene and protein sequence analyses, central components of studies in modem biology are easily amen...
Suffix array is a data structure used for string operations such as pattern matching. It is also use...
This thesis presents an application of a generalized suffix tree extended by the use of frequency of...