Graphs the output of a ICA analysis Cells are colored by their identity class.
ICAPlot(object, ...)
Seurat object
Additional parameters to DimPlot, for example, which dimensions to plot.
This function is a wrapper for DimPlot. See ?DimPlot for a full list of possible arguments which can be passed in here.
# 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 DataLab