Seurat (version 2.3.4)

PCAPlot: Plot PCA map

Description

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

Usage

PCAPlot(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 {
PCAPlot(object = pbmc_small)

# }

Run the code above in your browser using DataCamp Workspace