Function
createQGramIndexSAOnly
Builds the suffix array of a q-gram index on a sequence.
createQGramIndexSAOnly(sa, text, shape)
Parameters
text
The sequence.
shape
The shape to be used. q is the length of this shape
Types: Shape
sa
The resulting list in which all q-grams are sorted alphabetically.
SeqAn - Sequence Analysis Library - www.seqan.de