Description Usage Arguments Value
Draws a violin plot of single cell data (gene expression, metrics, PC scores, etc.)
1 2 3 4 |
object |
Seurat object |
features.plot |
Features to plot (gene expression, metrics, PC scores, anything that can be retreived by FetchData) |
nCol |
Number of columns if multiple plots are displayed |
ylab.max |
Maximum ylab value |
do.ret |
FALSE by default. If TRUE, returns a list of ggplot objects. |
do.sort |
Sort identity classes (on the x-axis) by the average expression of the attribute being potted |
size.x.use |
X axis font size |
size.y.use |
Y axis font size |
size.title.use |
Title font size |
adjust.use |
Adjust parameter for geom_violin |
size.use |
Point size for geom_violin |
cols.use |
Colors to use for plotting |
group.by |
Group (color) cells in different ways (for example, orig.ident) |
y.log |
plot T axis on log scale |
... |
additional parameters to pass to FetchData (for example, use.imputed, use.scaled, use.raw) |
By default, no return, only graphical output. If do.return=TRUE, returns a list of ggplot objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.