banyan_viz | R Documentation |
This function allows you to plot (static or interactive) cell spot labels and uncertainty measures
banyan_viz( fit, pt.size = 1, interactive = FALSE, shade_uncertainty = FALSE, feature = NULL )
fit |
A list returned by fit_banyan() |
pt.size |
The size of each cell spot point |
interactive |
Logical parameter controlling static or interactive nature of plot |
shade_uncertainty |
Logical parameter for shading of cell spots by posterior uncertainty. Must run get_scores() first. |
feature |
A user-provided feature (e.g., gene of interest) to visualize over tissue spaces instead of sub-population labels. |
A ggplot object or shiny app window
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.