Calculates the clonal relatedness of a repertoire_id.
Usage
getRelatedness(sample_table, editDistance = 10)
Arguments
- sample_table
A tibble of unproductive or productive junction
sequences or productive junction sequences. junction and duplicate_count are
required columns.
- editDistance
An integer giving the minimum edit distance that the
sequence must be less than or equal to. See details below.