CellScore_FeaturePlot | R Documentation |
Plots a feature plot of cell scores from a specific reduction
CellScore_FeaturePlot(
SerObj,
reduction = "inmf",
compN = 1,
plot = T,
plotting_reduction = "umap",
raster = F,
raster.dpi = c(2000, 2000),
pt.size = 0.1,
order = T
)
SerObj |
A Seurat SerObj. |
reduction |
which reduction to use to get cell scores |
plot |
if true returns plot else returns SerObj with CellScore |
plotting_reduction |
a reduction for plotting. |
raster |
raster or not |
raster.dpi |
default c(2000, 2000) |
pt.size |
point size passed to featureplot |
order |
default T passed to featureplot |
General principles behind it:
plot or SerObj
CellScore_FeaturePlot(SerObj = SerObj, compN = 3, reduction = "inmf",
plotting_reduction = "liger_r1_umap", plot = T,
pt.size = .5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.