scExpression.UMAP.Rd
UMAP plot with cell-level gene expression for queried gene. Uses Seurat::FeaturePlot().
scExpression.UMAP(
object,
query.gene,
x.label = "UMAP 1",
y.label = "",
adjust.pt.size = autoPointSize(ncol(object)),
order.cells = T,
plot.name = NULL,
reduction = "umap",
...
)
Seurat Object
Character specifying gene name to plot.
Character specifying X axis label.
Character specifying Y axis label.
Adjust point size for plotting. Logical.
Plot cells in order of expression. Logical.
Character specifying plot title.
Character specifying reduction name. Default is "umap".
additional parameters passed to Seurat::FeaturePlot().
ggplot handle