plotUMAP | R Documentation |
Plot UMAP results either on already run results or run first and then plot.
plotUMAP( inSCE, colorBy = "No Color", shape = "No Shape", reducedDimName = "UMAP", runUMAP = FALSE, useAssay = "logcounts" )
inSCE |
Input SCtkExperiment object with saved dimension reduction components or a variable with saved results. Required |
colorBy |
color by a condition(any column of the annotation data). |
shape |
add shapes to each condition. |
reducedDimName |
saved dimension reduction name in the SCtkExperiment object. Required. |
runUMAP |
If the dimension reduction components are already available set this to FALSE, otherwise set to TRUE. Default is False. |
useAssay |
Indicate which assay to use. The default is "logcounts" |
a UMAP plot of the reduced dimensions.
plotUMAP(mouseBrainSubsetSCE, shape = "No Shape", reducedDimName = "UMAP", runUMAP = TRUE, useAssay = "counts")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.