View source: R/plotSampleInfo.R
plotSampleInfo | R Documentation |
Plot the user-defined meta data using alluvium plot
plotSampleInfo(spe_object, column2plot, textsize = 3)
spe_object |
A SpatialExperiment object. |
column2plot |
Which columns to plot. |
textsize |
text size. |
A ggplot object
library(ggalluvial)
data("dkd_spe_subset")
plotSampleInfo(dkd_spe_subset, column2plot = c("SlideName", "disease_status", "region"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.