Class
CompressedSA
A suffix array storing only a few suffix array entries and computing the remaining on demand.
CompressedSA<TSparseString, TLfTable, TSpec>
Include Headers
seqan/index.h
Parameters
TSparseString
The string containing specific suffix array entries.
TLfTable
The lfTable containg an occurrence table and a prefix sum table.
Types: LfTable
TSpec
Possibility to specialize a compressed suffix array.
Default: void.
Remarks
The compressed suffix array can only be used with the FM index.
Functions
beginThe begin of a container.
clearResets an object.
createCompressedSaThis functions creates a compressed suffix array with a specified compression factor.
emptyTest a container for being empty.
endThe end of a container.
getFibreReturns a specific fibre of a container.
lengthThe number of items/characters.
openThis functions opens a compressed suffix array from disk.
resizeResizes a container. If the new length exceeds the old length the new elements are filled with copies of value.
saveThis functions saves a compressed suffix array to disk.
setLfTableSet the LfTable of the compressed suffix array.
valueReturns the value stored at a specified position in the compressed suffix-array.
SeqAn - Sequence Analysis Library - www.seqan.de
 

Page built @2013/07/11 09:12:34