View source: R/SingleR_Seurat.R
Create a Dimplot from a Seurat object with SingleR class labels
1 2 3 4 5 | DimPlot_SingleRClassLabs(
seuratObject,
plotIndividually = F,
datasets = c("hpca")
)
|
seuratObject |
a Seurat object, but if path given, path is prioritized. |
plotIndividually |
If true, two separate plots will be printed. Otherwise a single plot wil be printed with one above the other |
datasets |
One or more datasets to use as a reference. Allowable values are: hpca, blueprint, dice, monaco, and immgen. See cellDex package for available datasets. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.