Description Usage Arguments Value Author(s)
View source: R/calc_abundance.R
Calculate clonotype abundance
1 2 3 4 5 6 7 | calc_abundance(
SCE_in,
clonotype_col = "cdr3_nt",
cluster_col = NULL,
prefix = "",
return_SCE = TRUE
)
|
SCE_in |
SCE object containing V(D)J data |
clonotype_col |
meta.data column containing clonotype IDs |
cluster_col |
meta.data column containing cluster IDs to use for grouping cells when calculating clonotype abundance |
prefix |
Prefix to add to new meta.data columns |
return_SCE |
Return an SCE object. If set to FALSE, a tibble summarizing the results is returned. |
Seurat object with clonotype abundance added to meta.data
djvdj authors
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.