Description Usage Arguments Details Value
assign status: clonal or not
1 2 | assignStatus(btcr, idcol = "clonotype_id", scrna = NULL,
group.by = NULL)
|
idcol |
Column name used as the clonotype id. |
scrna |
The Single Cell RNAseq Seurat object corresponded to the BCR or TCR. |
group.by |
The meta.data column in scrna used to group the cells. |
"status" is used to indicate whether a cell is clonal or not, "status2" is used to indicate their groups relationship. For each clonotypes, if there are at least two cells with it, these cells would be clonals. For each clonals, if they are from different cell group, they are cross-cluster; otherwise, they are within-cluster.
A new BTCR object with "status" and "status2"(if scrna and group.by provided).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.