plotKnownMarkers | R Documentation |
Plot known markers
plotKnownMarkers(object, markers, ...)
## S4 method for signature 'SingleCellExperiment,KnownMarkers'
plotKnownMarkers(object, markers, reduction = "UMAP", headerLevel = 2L, ...)
object |
Object. |
markers |
Object. |
reduction |
|
headerLevel |
|
... |
Passthrough arguments to |
Show graphical output.
Invisibly return a ggplot
list
.
Updated 2023-08-17.
data(
KnownMarkers,
SingleCellExperiment_Seurat,
package = "AcidTest"
)
## SingleCellExperiment ====
object <- SingleCellExperiment_Seurat
markers <- KnownMarkers
plotKnownMarkers(
object = object,
markers = markers,
reduction = "UMAP"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.