CellScore_VlnPlot | R Documentation |
Plots a violin plot of cell scores from a specific reduction
CellScore_VlnPlot(
SerObj,
reduction = "inmf",
group.by = "orig.ident",
compN = 1,
plot = T,
raster = F,
pt.size = 0.1,
cols = NULL
)
SerObj |
A Seurat SerObj. |
reduction |
which reduction to use to get cell scores |
plot |
if true returns plot else returns SerObj with CellScore |
raster |
raster or not |
pt.size |
point size passed to featureplot |
cols |
color vector passed to VlnPlot |
General principles behind it:
plot or SerObj
CellScore_VlnPlot(SerObj = ComboSerObj_Ser, compN = 2, reduction = "inmf",
plot = T, pt.size = .5, group.by = "Species", cols = col_vector)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.