Function
upperBoundAlignedReads
Performs a binary upper bound search on the aligned reads.
upperBoundAlignedReads(alignStore, value, sortTag)
upperBoundAlignedReads(itBegin, itEnd, value, sortTag)
Include Headers
seqan/store.h
Parameters
alignStore
A sequence of AlignedReadStoreElement to be searched through, e.g. alignedReadStore.
itBegin
An iterator to the first element of the sequence of AlignedReadStoreElement to be searched through.
itEnd
An iterator behind the last element of the sequence of AlignedReadStoreElement to be searched through.
value
The value to use for the comparison.
sortTag
Selects the field for the comparison in the binary search.
Remarks
This is equivalent to calling std::upper_bound on alignStore with according parameters.
SeqAn - Sequence Analysis Library - www.seqan.de
 

Page built @2011/02/08 21:37:08