Seurat (version 2.3.4)

ICAPlot: Plot ICA map

Description

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

Usage

ICAPlot(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 <- RunICA(object = pbmc_small, ics.compute = 25, print.results = FALSE)
ICAPlot(object = pbmc_small)

# }

Run the code above in your browser using DataCamp Workspace