View source: R/scoringMatrix.R
percentSI | R Documentation |
Calculates the Percent similarity index between two groups of repertoires. Percent similarity index, not only compares the number of similar and dissimilar species present between two sites, but also incorporate abundance.
percentSI(sample_list)
sample1 |
A data frame consisting of frequencies of antigen receptor sequences. "junction_aa" and "duplicate_count" are a required columns. |
sample2 |
A data frame consisting of frequencies of antigen receptor sequences. "junction_aa" and "duplicate_count" are a required columns. |
Returns the similarity score, a measure of the amount of overlap between two samples. The value ranges from 0 to 1 where 1 indicates the sequence frequencies are identical in the two samples and 0 indicates no shared frequencies.
scoringMatrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.