Calculates the clonal relatedness of a repertoire.
Usage
getRelatedness(study_table, edit_distance = 10)
Arguments
- study_table
A tibble of raw or productive nucleotide junction
sequences."junction" and "duplicate_count" are required columns.
- edit_distance
An integer giving the minimum edit distance that the
sequence must be less than or equal to. See details below. Deafault: 10