View source: R/plot_embedding.R
plot_markers_embedding | R Documentation |
Plot cell type markers on embedding
plot_markers_embedding(
object,
markers = NULL,
embedding = tail(names(object@reductions), 1),
pt.aggr = TRUE,
pt.aggr.breaks = 300,
pt.size = 0.5,
pt.stroke = 0.1,
pt.shape = 16,
nrow = floor(sqrt(length(markers))),
assay = NULL,
slot = "data",
cells = NULL,
scale = TRUE,
markers.max = 100,
pl.title = NULL,
col.title = NULL
)
object |
SeuratObject |
markers |
Character vector of marker genes |
embedding |
Embedding name (slot in reductions) |
pt.size |
Point size |
nrow |
Number of rows |
cells |
Character vector of cells to plot |
plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.