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, ...)
A list containing multiple DotPlot.
A Seurat object containing the single-cell data.
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 check_marker
function.