PolyDimPlot: Polygon DimPlot

Description Usage Arguments Value

Description

Plot cells as polygons, rather than single points. Color cells by identity, or a categorical variable in metadata

Usage

1
2
PolyDimPlot(object, group.by = NULL, cells = NULL,
  poly.data = "spatial", flip.coords = FALSE)

Arguments

object

Seurat object

group.by

A grouping variable present in the metadata. Default is to use the groupings present in the current cell identities (Idents(object = object))

cells

Vector of cells to plot (default is all cells)

poly.data

Name of the polygon dataframe in the misc slot

flip.coords

Flip x and y coordinates

Value

Returns a ggplot object


atakanekiz/Seurat3.0 documentation built on May 26, 2019, 2:33 a.m.