Can be used to highlight a set of cells from a seurat plot, such as overlaying specific clonotypes
1 2 3 4 5 6 7 8 | AddClonesToPlot(
seuratObj,
plot,
fieldName = "CloneNames",
colorField = NA,
dotColor = NA,
pt.size = 1
)
|
seuratObj |
The seurat object |
plot |
The plot object, such as the result from FeaturePlot() |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.