@inbook{1d0c2742d26941f2b6f241c358aa5d4f,
title = "Linear-Time Computation of Prefix Table for Weighted Strings",
abstract = "The prefix table of a string is one of the most fundamental data structures of algorithms on strings: it determines the longest factor at each position of the string that matches a prefix of the string. It can be computed in time linear with respect to the size of the string, and hence it can be used efficiently for locating patterns or for regularity searching in strings. A weighted string is a string in which a set of letters may occur at each position with respective occurrence probabilities. Weighted strings, also known as position weight matrices, naturally arise in many biological contexts; for example, they provide a method to realise approximation among occurrences of the same DNA segment. In this article, given a weighted string x of length n and a constant cumulative weight threshold 1 / z, defined as the minimal probability of occurrence of factors in x, we present an O(n)-time algorithm for computing the prefix table of x.",
author = "Carl Barton and Solon Pissis",
year = "2015",
month = aug,
day = "27",
doi = "10.1007/978-3-319-23660-5_7",
language = "English",
isbn = "978-3-319-23659-9",
series = "Lecture Notes in Computer Science",
publisher = "Springer International Publishing",
pages = "73--84",
editor = "Florin Manea and Dirk Nowotka",
booktitle = "Combinatorics on Words",
}