Class
Pair
Stores two arbitrary objects.
Pair<T1, T2[, Compression]>
Parameters
T1
The type of the first object.
T2
The type of the second object.
Compression
If Compressed, the pair is stored in a more space efficient way (useful for external storage).
Note: When compression is enabled, referring to members is not allowed.
Default: void, no compression (faster access).
Data Members
i1T1 object
i2T2 object
Member Functions
PairConstructor
Functions
getSeqNoReturns the sequence number of a position.
getSeqOffsetReturns the local sequence offset of a position.
posGlobalizeConverts a local/global to a global position.
posLocalizeConverts a local/global to a local position.
SeqAn - Sequence Analysis Library - www.seqan.de