PlotOutliers | R Documentation |
Plot box plots for elements in seurat_obj@meta.data with quartile cutoffs
PlotOutliers(
seurat_obj,
y_elements,
group_by = "seurat_clusters",
x_lab = "Cluster ID",
quantiles
)
seurat_obj |
Seurat object |
y_elements |
array of column names in seurat_object@meta.data to be plotted |
group_by |
seurat_object@meta.data column containing cell clusters |
x_lab |
label for x axis |
quantiles |
Percent quantiles to plot on bar plots. Can be either NULL, a single element, or an array (length 2) with lower and upper percent quantiles |
list of box plots for each y_element
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.