Description Usage Arguments Value
View source: R/visualization.R
dimension plots of clonotypes
1 2 | plotCloneDim(btcr, scrna, colorby = c("CR", "cdr3s_aa", "cdr3s_nt"),
topn = 5, highlight = NULL, ...)
|
btcr |
A BTCR object. |
scrna |
The Single Cell RNAseq Seurat object corresponded to the BCR or TCR. |
colorby |
can be "CR", "cdr3s_aa", "cdr3s_nt". If "CR", only plot whether a cell has a TCR or BCR. If "cdr3s", use topn or highlight to limit the clonotypes. |
topn |
Top N barcode frequency cdr3s to plot. Will be ignored if highlight is provided. |
highlight |
Which cdr3s in colorby to plot. |
... |
Arguments for |
Seurat::DimPlot returns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.