Description Usage Arguments Value Author(s)
Plot repertoire overlap
1 2 3 4 5 6 7 8 | plot_similarity(
SCE_in,
clonotype_col = "cdr3_nt",
cluster_col,
method = abdiv::jaccard,
plot_colors = NULL,
...
)
|
clonotype_col |
meta.data column containing clonotype IDs to use for calculating overlap |
cluster_col |
meta.data column containing cluster IDs to use for calculating overlap. Any grouping column from colData(SCE_in) will do. |
method |
Method to use for calculating similarity between clusters |
plot_colors |
Character vector containing colors for plotting |
... |
Additional arguments to pass to ggplot |
sce_in |
SCE object containing V(D)J data or matrix containing similarity values to plot |
ggplot object
djvdj authors
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.