plotSeuratDot | R Documentation |
This function generates dot plots for the markers obtained from the
check_marker
function for specified cluster groups within a Seurat object.
The plots are saved to a temporary directory.
plotSeuratDot(srt, cls, ...)
srt |
A Seurat object containing the single-cell data. |
cls |
A list containing cluster groups to check. Each element of the list should correspond to a cluster or a group of clusters for which to generate dot plots. |
... |
Additional parameters to pass to the |
The function returns the temporary directory invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.