Class Specialization
Journaled Set
A string set storing the string as members. It can store a global reference sequence to which all members can be journaled if they are of type Journaled String.
StringSet<TString, Owner<JournaledSet> >
Include Headers
seqan/journal_set.h
Parameters
TString
The string type.
Remarks
The strings are internally stored in a String<TString> object and the character position type is a Pair (seqNo,seqOfs) where seqNo identifies the string within the stringset and seqOfs identifies the position within this string.
The global reference is of type Host<TString>. Only strings of type Journaled String or Host<Journaled String> can be used for the advanced functionality supported by this string set.
Functions
createGlobalReferenceCreates the global reference of a Journaled Set.
globalReferenceReturns the global reference sequence of a Journaled Set.
joinJoins a Journaled String to a Journaled Set by computing and journaling differences to the global reference sequence.
setGlobalReferenceSets the global reference of a Journaled Set.
SeqAn - Sequence Analysis Library - www.seqan.de
 

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