Description Usage Arguments Value Author(s) See Also Examples
Plot Gene
1 2 3 4 5 6 7  | 
object | 
 Object.  | 
genes | 
 Gene identifiers. Must match the rownames of the object.  | 
geom | 
 Plot type. Uses   | 
legend | 
 Include plot legend.  | 
ggplot.
Michael Steinbaugh
plotDot(), Seurat::DotPlot().
plotViolin(), Seurat::VlnPlot().
Seurat::RidgePlot().
Other Gene Expression Functions: plotDot,
plotViolin
1 2 3 4 5 6 7 8  | object <- seurat_small
genes <- head(rownames(object))
# Dot
plotGene(object, genes = genes, geom = "dot")
# Violin
plotGene(object, genes = genes, geom = "violin")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.