kaori
A C++ library for barcode extraction and matching
Loading...
Searching...
No Matches
MismatchTrie.hpp File Reference

Defines trie-based classes for mismatch-tolerant sequence matching. More...

Go to the source code of this file.

Classes

struct  kaori::TrieAddStatus
 Status of barcode sequence addition to the trie. More...
 
class  kaori::AnyMismatches
 Search for barcodes with mismatches anywhere. More...
 
struct  kaori::AnyMismatches::Result
 Results of search(). More...
 
class  kaori::SegmentedMismatches< num_segments_ >
 Search for barcodes with segmented mismatches. More...
 
struct  kaori::SegmentedMismatches< num_segments_ >::Result
 Result of the segmented search. More...
 

Namespaces

namespace  kaori
 Namespace for the kaori barcode-matching library.
 

Detailed Description

Defines trie-based classes for mismatch-tolerant sequence matching.