mutation.network: Make mutation network for the given repertoire.
Description
Mutation network (or a mutation graph) is a graph with vertices representing nucleotide or in-frame amino acid sequences (out-of-frame amino acid sequences
will automatically filtered out) and edges are connecting pairs of sequences with hamming distance or edit distance between them
no more than specified in the .max.errors function parameter.
Either character vector of sequences, data frame with .label.col
or shared repertoire (result from the shared.repertoire function) constructed based on .label.col.
.method
Either "hamm" (for hamming distance) or "lev" (for edit distance). Passed to the find.similar.sequences function.
.max.errors
Passed to the find.similar.sequences function.
.label.col
Name of the column with CDR3 sequences (vertex labels).
.seg.col
Name of the column with V gene segments.
.prob.col
Name of the column with clonotype probability.
Value
Mutation network, i.e. igraph object with input sequences as vertices labels, ???