Function
createBWTable
Creates a Burrows-Wheeler table from a given text and suffix array.
createBWTable(bwt, text, suffixArray[, algo_tag])
Parameters
bwt
A reference to the resulting Burrows-Wheeler table.
text
A given text.
suffixArray
The suffix array of text.
algo_tag
A tag that identifies the algorithm which is used for creation.
Remarks
The size of bwt must be at least length(text) before calling this function.
SeqAn - Sequence Analysis Library - www.seqan.de