drawDotPlot | R Documentation |
Function that generates dot plots for a given Seurat dataset
drawDotPlot( seuratObject, plotName, featureValues, splitby = NULL, widthValue = 10, heightValue = 10 )
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) |
drawDotPlot(seuratObject = seuratLOG,plotName = "test",featureValues = c("S100A9","NKG7","LDHB","CD79A"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.