plot_violin | R Documentation |
Plots a Violin plot of a single data (gene expression, metrics, etc.) grouped by a metadata variable
plot_violin(
seu,
plot_var = "batch",
plot_vals = NULL,
features = "RXRG",
assay = "gene",
...
)
seu |
A Seurat object |
plot_var |
Variable to group (color) cells by |
features |
Features to plot |
assay |
Name of assay to use, defaults to the active assay |
... |
plot_violin(human_gene_transcript_seu, plot_var = "batch", features = c("NRL", "GNAT2"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.