View source: R/summary_expression.R View source: R/summary_expression.R
violin_expression | R Documentation |
Create violin plot of gene expression
violin_expression(
object = NULL,
features = NULL,
coldata = NULL,
max.features = 50,
assay = NULL,
slot = "data",
cells = colnames(object)
)
object |
Seurat object |
features |
Vector of features, defaults to whole assay |
assay |
Name of assay to use |
slot |
Name of slot to use |
max_features |
Maximum number of features to plot |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.