CellScore_RidgePlot | R Documentation |
Plots a ridge plot of cell scores from a specific reduction
CellScore_RidgePlot(
SerObj,
reduction = "inmf",
group.by = "orig.ident",
compN = 1,
plot = T,
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 |
cols |
color vector passed to VlnPlot |
raster |
raster or not |
pt.size |
point size passed to featureplot |
General principles behind it:
plot or SerObj
CellScore_RidgePlot(SerObj = ComboSerObj_Ser, compN = 2, reduction = "inmf",
plot = T, group.by = "Species", cols = col_vector)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.