count_clonotype_by_cluster | R Documentation |
This seeks to count up and provide a couple of metric of how many B/T cells are in each cluster of a VDJ single cell dataset.
count_clonotype_by_cluster(
scd,
column = "res0p2_clusters",
clono_column = "raw_clonotype_id",
add_sum = TRUE
)
scd |
Seurat single cell datastructure. |
column |
Cluster column in the metadata. |
clono_column |
Column containing VDJ annotations. |
add_sum |
Add sums of the clusters to the metadata? |
The scd with some new metadata.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.