Description Usage Arguments Value
Get a number of rows with similar aminoacid sequence but different nucleotide sequence.
1 2 3 4 5 6 | convergence.index(
.alpha,
.beta,
.col.nuc = "CDR3.nucleotide.sequence",
.col.aa = "CDR3.amino.acid.sequence"
)
|
.alpha |
Either data frame with columns |
.beta |
Either data frame or none. |
.col.nuc |
Name of the column with nucleotide sequences. |
.col.aa |
Name of the columnw ith aminoacid sequences. |
If .alpha
is data frame, than integer vector of length 2 with . If .alpha
is a list
than matrix M with M[i,j] = convergence.index(.alpha[[i]], .alpha[[j]]).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.