Compute the value of the normalised log assymetry measure for the given data.frames of the counts of shared clones.
assymetry(.alpha, .beta = NULL, .by = "CDR3.nucleotide.sequence")
First mitcr data.frame or a list with data.frames.
Second mitcr data.frame or NULL if .alpha
is a list.
Which column use to merge. See "Details".
Value of the normalised log assymetry measure for the given data.frames.
Merge two data frames by the given column and compute value Sum(Log((Percentage for shared clone S from alpha) / (Percentage for shared clone S from beta))) / (# of shared clones).