Creates a FlexiplexGroup object that links together a set of
MATCHED_SPLIT barcode_segments for concatenatiing segments before barcode
matching. A barcode group lets flexiplex jointly match multiple segment sequences
against a shared allow-list (e.g. the concatenation of two barcode halves).
Arguments
- name
The group identifier. Must match the
groupargument of everybarcode_segmentthat belongs to this group.- bc_list_name
A key used to look up the allow-list file for this group from the
barcodes_filesargument offind_barcode. The key must match a name inbarcodes_files.- max_edit_distance
Non-negative integer. Maximum total edit distance allowed when matching the concatenated segment sequences against the group allow-list. Default:
2.
Value
A FlexiplexGroup object for use in find_barcode.