Optional parameters for a SegmentedBarcodeSearch
.
More...
#include <BarcodeSearch.hpp>
|
| Options (int max_mismatch_per_segment=0) |
|
template<size_t num_segments>
struct kaori::SegmentedBarcodeSearch< num_segments >::Options
Optional parameters for a SegmentedBarcodeSearch
.
◆ Options()
template<size_t num_segments>
- Parameters
-
max_mismatch_per_segment | Maximum number of mismatches per segment. This is used to fill max_mismatches . |
◆ duplicates
template<size_t num_segments>
How duplicated barcode sequences should be handled.
◆ max_mismatches
template<size_t num_segments>
Maximum number of mismatches in each segment for SegmentedBarcodeSearch::search()
. All values should be non-negative. Defaults to an all-zero array in the Options()
constructor.
◆ reverse
template<size_t num_segments>
Whether to reverse-complement the barcode sequences before indexing them. Note that, even if reverse = true
, the segment lengths in the SegmentedBarcodeSearch()
constructor and max_mismatches
are still reported in their order on the forward strand.
The documentation for this struct was generated from the following file: