plot_projection | R Documentation |
A function to visualize/plot a projection
plot_projection(se, reduction = "umap", feature_color = NA, feature_shape = NA)
se |
A |
reduction |
A name of the slot data where projection is is stored: 'umap', 'tsne' or 'pca' |
feature_color |
If specified, the projection will be color-coded using
the specified feature from |
feature_shape |
If specified, the projection will be shape-coded using
the specified feature from |
A ggplot
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.