Module barcode_count::parse[][src]

Structs

A struct to hold the raw sequencing information and transform it if there are sequencing errors

A struct to hold the results of the regex search on the sequence along with perform the functions to fix and find

Functions

Fix an error in a sequence by comparing it to all possible sequences. If no sequence matches with fewer or equal to the number of mismatches ‘None’ is returned. ‘None’ is also returned if two or more sequences are best matches. Will work with vec and hashset