drawDotPlot: Draw Dot Plot

View source: R/drawDotPlot.R

drawDotPlotR Documentation

Draw Dot Plot

Description

Function that generates dot plots for a given Seurat dataset

Usage

drawDotPlot(
  seuratObject,
  plotName,
  featureValues,
  splitby = NULL,
  widthValue = 10,
  heightValue = 10
)

Arguments

seuratObject

seurat data object

plotName

define name of the plot

featureValues

define which features (genes) to show

splitby

metadata variable to split (default NULL)

widthValue

width of the final plot (default 6 cm)

heightValue

height of the final plot (default 6 cm)

Examples

drawDotPlot(seuratObject = seuratLOG,plotName = "test",featureValues = c("S100A9","NKG7","LDHB","CD79A"))



fpestana-git/visualisR documentation built on May 2, 2022, 11:58 a.m.