Seurat (version 2.3.4)

DMPlot: Plot Diffusion map

Description

Graphs the output of a Diffusion map analysis Cells are colored by their identity class.

Usage

DMPlot(object, ...)

Arguments

object

Seurat object

Additional parameters to DimPlot, for example, which dimensions to plot.

Details

This function is a wrapper for DimPlot. See ?DimPlot for a full list of possible arguments which can be passed in here.

Examples

Run this code
# NOT RUN {
pbmc_small <- RunDiffusion(object = pbmc_small)
DMPlot(object = pbmc_small)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab