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