Function
createRightArrayBinaryTree
Computes the wavelet tree structure of a text.
createRightArrayBinaryTree(waveletTreeStructure, text)
Include Headers
seqan/index.h
Parameters
waveletTreeStructure
A wavelet tree structure.
text
A text.
Types: String
Examples
String<Dna5> genome = "ACGTACGT";
 
RightArrayBinaryTree<Dna5> waveletTreeStructure;
computeRightArrayBinaryTree(genome);
SeqAn - Sequence Analysis Library - www.seqan.de
 

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