PlotSeuratVariables | R Documentation |
Create a panel of plots summarizing two variables within the seurat object
PlotSeuratVariables(
seuratObj,
xvar,
yvar,
labelDimplot = FALSE,
reduction = "umap"
)
seuratObj |
The seurat object |
xvar |
The first variable to summarize (i.e. ClusterNames_0.2) |
yvar |
The second variable to summarize (i.e. SubjectId) |
labelDimplot |
This value is passed directly to the Seurat::DimPlot label argument |
reduction |
The reduction to use for the Seurat::DimPlot |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.