It receives a column with the names of the proteins and another with the alleles. Concatenates the data from both columns, row by row, to generate a header for Fasta sequences.
# Utilities for performing pairwise alignments and calculating diversity and novelty metrics for sets of sequences. aligner.match_score = 2.0 aligner.mismatch_score = -3.0 aligner.open_gap_score = ...